View previous topic :: View next topic |
Author |
Message |
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Thu Jul 22, 2004 8:17 am Post subject: |
|
|
one Dev told me that may be one more file needs to be included for that pthread error in STLport. did patch and testing now |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Thu Jul 22, 2004 12:04 pm Post subject: |
|
|
my actual ebuild at http://geki.ath.cx
Last edited by geki on Sat May 21, 2005 1:13 am; edited 1 time in total |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Fri Jul 23, 2004 9:22 am Post subject: |
|
|
geki wrote: |
/usr/include/pthread.h is faulty... may be a typo...
line 427: __jmp_buf -> __jmp_buf_tag ... ill check it out
ill be back in ~3h 30mins.
edit #1
that file belongs to glibc... who is interested anyone calls Devs? to let them check?
|
apply this patch to /usr/include/pthread.h:
WARNING: Only if you use a 32-bit architecture!
Code: |
--- /usr/include/pthread.h 2004-07-23 11:25:07.019984136 +0200
+++ /usr/include/pthread.h 2004-07-23 11:25:16.717509888 +0200
@@ -420,6 +420,7 @@
/* Cancellation handling with integration into exception handling. */
+typedef int __jmp_buf[6];
typedef struct
{
struct
|
|
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Fri Jul 23, 2004 4:05 pm Post subject: |
|
|
Also get perl's zip modul via cpan shell or somehow through portage ^^ ... failure after ~6h |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Fri Jul 23, 2004 10:54 pm Post subject: |
|
|
well, compilation and zipping finished after 6h 32mins ^^
but it does not start src_install()
what the ****
edit #2
dont try to use it ^^
start with ./soffice - other progs did anything... like ooffice
remember killall soffice.bin ...it freezed X until kill... hehehe
now ill ask OOo Devs when the branch gets into HEAD - to get newest sources ^^
edit #1
well manual install and qmerge
and one thing failed after registering uno components... no idea if it is important:
register configuration: ................................................................................................................................................................................................javaldx failed! |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Mon Jul 26, 2004 8:32 pm Post subject: |
|
|
lets see if it is possible to backport that gcc34 patches for openoffice-ximian ^^
or is anyone else doing this already?! |
|
Back to top |
|
|
wintersommer n00b
Joined: 28 May 2004 Posts: 33
|
Posted: Fri Jul 30, 2004 11:49 am Post subject: |
|
|
i only can help in finding errors , but i cant fix them.
ill try to compile the stuff , but it broke instantly. I just downloaded the ebuild , and did nothing more. i emerged the newest gcc (3.4.1) but i cant find the enum patch anywhere to download. link? |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Fri Jul 30, 2004 12:15 pm Post subject: |
|
|
GCC 3.4.1-r1 with enum patch (unpack under ...sys-devel/)
Code: | http://geki.ath.cx/gcc-3.4.1+enum.tar.bz2 |
new OOo-cvs ebuild for milestone 50 that will come soon ^^
Code: | http://geki.ath.cx/openoffice-cvs-20040730.tar.bz2 |
and OOo 1.1.x is impossible for gcc-3.4.x ...or u fix cppuhelper module of the OOo sources.
SRC680_m50 and later ms will ve gcc 3.4.x support |
|
Back to top |
|
|
wintersommer n00b
Joined: 28 May 2004 Posts: 33
|
Posted: Fri Jul 30, 2004 5:43 pm Post subject: |
|
|
ok gcc with your enum patch is installed an compiled fine.
when will the m50 milestone be released ?
because i get :
cvs [checkout aborted]: no such tag SRC680_m50
i looked at the ooo mailinglists but found nothing. |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Sat Jul 31, 2004 1:01 am Post subject: |
|
|
as i wrote soon ... as i know OOo milestones are released each two weeks... just wait until its there...
my gcc overlay is 3.4.1-r1 plus one little but critical bugfix... |
|
Back to top |
|
|
wintersommer n00b
Joined: 28 May 2004 Posts: 33
|
Posted: Wed Aug 04, 2004 3:46 pm Post subject: |
|
|
ok looks like the m50 milestone is released , i am in the process of checking it out. yesterday i tried with the m49 milestone , but i have a problem when it want to add the patches in the /files directory , the first patch is not applicable.
ii will update you what happens with m50.
is it compling cleanly at your computer ? |
|
Back to top |
|
|
wintersommer n00b
Joined: 28 May 2004 Posts: 33
|
Posted: Wed Aug 04, 2004 4:32 pm Post subject: |
|
|
after checkout i get this :
-------------------------- snip ----------
* Copying OpenOffice from /root/dump/dist/cvs-src...
cp: cannot stat `/root/dump/dist/cvs-src/OpenOffice': No such file or directory
ls: /root/dump/dist/cvs-src/OpenOffice: No such file or directory
* CVS module OpenOffice is now in /root/dump/portage/portage/openoffice-cvs-20040730/work
* CFLAGS and CXXFLAGS correction
Can't open /root/dump/portage/portage/openoffice-cvs-20040730/work/OpenOffice/solenv/inc/unxlngi4.mk: No such file or directory.
Can't open /root/dump/portage/portage/openoffice-cvs-20040730/work/OpenOffice/solenv/inc/unxlngi4.mk: No such file or directory.
* Applying saldisp.patch...
* Failed Patch: saldisp.patch!
*
* Include in your bugreport the contents of:
*
* /root/dump/portage/portage/openoffice-cvs-20040730/temp/saldisp.patch-6232.out
-------- snip ------------ |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Wed Aug 04, 2004 6:23 pm Post subject: |
|
|
that patch isnt there dunno yet if its still needed... i patched some redeclarations moved cppuhelper from gcc340fixes01 cuz its still old one in m50 and fixed another file from package module...
lets see where it bugs now ^^
and one tip: do ebuild blah unpack and follow src_compile manually to fix things or wait until i got it workin ^^ |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Wed Aug 04, 2004 10:10 pm Post subject: |
|
|
well, got until module stoc which needs part of newer cppuhelper module... luckily i go on vacation tomorrow morning ^^
on 15. im back and hopingly this issue fixed by OOo Devs ^^ cya guys ^^ |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Tue Aug 17, 2004 9:35 am Post subject: |
|
|
well, no OOo Dev patched cppuhelper (static_type issue). i did a patch for cppuhelper so that it compiles but if other modules will work with that patched cppuhelper... who knows ^^
if it finishes compiling OOo ill post an ebuild with patches |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Wed Aug 18, 2004 6:35 pm Post subject: |
|
|
http://geki.ath.cx/
voila
m51 won't compile on GCC 3.4.x. this one is m50 with new GCC 3.4.x patches (which go into m52) & other old patches needed to build this.
after compile it said modules gtk and print_header not found - now then i did co gtk and it was in m50, no idea what module print_header should be... lets see if it continues after src_compile or if src_install needs to be done manually still.
have fun ^^
edit #1
module gtk isnt co'ed - ill ask devs about it... #2 not needed so all fine ^^
Last edited by geki on Sat May 21, 2005 1:13 am; edited 1 time in total |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Tue Aug 24, 2004 10:53 am Post subject: |
|
|
fixed ebuild: http://geki.ath.cx/
fixes are:
* used processes 1 instead of 2 (problems occur at the beginning of src_install)
* folder for zipped files changed (01 > en-US, rest still numbered - e.g. 49 for german [ i think ] )
* modules gtk and print_header not needed - build.lst files corrected
It compiles and installs fine here but uno component registration of javaldx fails and on start of soffice i get this:
Code: |
javaldx failed!
sh: crash_report: command not found
Fatal exception: Signal 11
Stack:
/opt/OpenOffice.org/program/libsal.so.3[0x40cca9a3]
[0x40015b98]
Abgebrochen
|
this was without latest fixes so may be it works now (modules gtk/print_header excluded)
Anyone wants to verify this?
Last edited by geki on Sat May 21, 2005 1:13 am; edited 1 time in total |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Sun Aug 29, 2004 8:50 pm Post subject: |
|
|
http://geki.ath.cx/ ( 12k - again small )
m52 - have fun with it - anyone wants to look over src_install cuz ooffice etc are borked...
Last edited by geki on Sat May 21, 2005 1:14 am; edited 1 time in total |
|
Back to top |
|
|
fourhead l33t
Joined: 03 Sep 2003 Posts: 875 Location: Cologne, Germany
|
Posted: Thu Sep 09, 2004 1:16 am Post subject: |
|
|
I have some problems with the latest Ebuild. I downloaded it, unpacked it to /usr/portage/local/app-office/openoffice-cvs, did "ebuild digest" and then I started emerge. After all the CVS stuff is finished, I get the following error:
>>> Unpacking source...
>>> Unpacking gpc231.tar.Z to /var/tmp/portage/openoffice-cvs-20040829/work
* Fetching CVS module OpenOffice into /usr/portage/distfiles/cvs-src...
* Running cvs -q -f -z4 -d ":pserver:anoncvs:anoncvs@anoncvs.services.openoffice.org:/cvs" login
Logging in to :pserver:anoncvs@anoncvs.services.openoffice.org:2401/cvs
* Running cvs -q -f -z4 -d ":pserver:anoncvs@anoncvs.services.openoffice.org:/cvs" checkout -rSRC680_m52 OpenOffice
? helpcontent/unx/common/english_us/.new.picture.j
* Copying OpenOffice from /usr/portage/distfiles/cvs-src...
cp: cannot stat `/usr/portage/distfiles/cvs-src/OpenOffice': No such file or directory
ls: /usr/portage/distfiles/cvs-src/OpenOffice: No such file or directory
* CVS module OpenOffice is now in /var/tmp/portage/openoffice-cvs-20040829/work
* CFLAGS and CXXFLAGS correction
Can't open /var/tmp/portage/openoffice-cvs-20040829/work/OpenOffice/solenv/inc/unxlngi4.mk: No such file or directory.
Can't open /var/tmp/portage/openoffice-cvs-20040829/work/OpenOffice/solenv/inc/unxlngi4.mk: No such file or directory.
* Applying fixme.patch...
* Failed Patch: fixme.patch!
*
* Include in your bugreport the contents of:
*
* /var/tmp/portage/openoffice-cvs-20040829/temp/fixme.patch-22723.out
!!! ERROR: app-office/openoffice-cvs-20040829 failed.
!!! Function epatch, Line 389, Exitcode 0
!!! Failed Patch: fixme.patch!
It says that it can't find /usr/portage/distfiles/cvs-src/OpenOffice. I looked and found that all the CVS stuff has been downloaded to /usr/portage/distfiles/cvs-src itself, there's no OpenOffice subdir. I checked the Ebuild, but didn't find where I could fix the dir location, ad moving everything from /usr/portage/distfiles/cvs-src to .../cvs-src/OpenOffice doesn't help because then of course CVS starts to download everything again.
Can someone help me with that?
Tom |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Thu Sep 09, 2004 9:20 am Post subject: |
|
|
read the full thread...
you have to fix manually:
/usr/portage/eclass/cvs.eclass
/usr/bin/ant
have fun! |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Thu Sep 09, 2004 9:25 am Post subject: |
|
|
anyone tested 1.3 and gcc 3.4 compatibility?
I am not at home until 20th... |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Sun Sep 12, 2004 11:47 am Post subject: |
|
|
dependency dev-java/ant -> dev-java/ant-core ... the 20 dependencies will disappear
i meant ximian v1.3.x before... |
|
Back to top |
|
|
robmoss Retired Dev
Joined: 27 May 2003 Posts: 2634 Location: Jesus College, Oxford
|
Posted: Sat Sep 18, 2004 9:00 am Post subject: |
|
|
BUMP!
geki, how's the work going on this? Does it "just work" now? My 1.9.52 ebuild has some fairly serious problems, but I think they're related to the way I created the tarball. _________________ Reality is for those who can't face Science Fiction.
emerge -U will kill your Gentoo
ecatmur, Lord of Portage Bash Scripts |
|
Back to top |
|
|
geki Advocate
Joined: 13 May 2004 Posts: 2387 Location: Germania
|
Posted: Sat Sep 18, 2004 10:15 am Post subject: |
|
|
base ebuild is 1.1.2 v1.5
it works well with gcc 3.4.1-r2 and later...
javaidx uno registration failes after compiling, on start of soffice it segfaults or whatever u see on one of my last posts cuz of javaidx registration failure i think...
src_install borks ooffice owriter etc... no idea how to fix that... may be deeper look into src_install... but last short views on that didnt really show ooffice owriter etc... creation manipulation things
milestone 54 is out i guess of mailing list posts...
im in spain right now but on monday im back home and check OOo ... |
|
Back to top |
|
|
robmoss Retired Dev
Joined: 27 May 2003 Posts: 2634 Location: Jesus College, Oxford
|
Posted: Sun Sep 19, 2004 10:56 am Post subject: |
|
|
Okay, well if you could keep me posted that would be fantastic. We're pushing hard for the first openoffice ebuild that works on amd64 with gcc-3.4. Without it we're struggling to handle the complaints! _________________ Reality is for those who can't face Science Fiction.
emerge -U will kill your Gentoo
ecatmur, Lord of Portage Bash Scripts |
|
Back to top |
|
|
|