Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenOffice.org 2.0 overlay archive
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 27, 28, 29 ... 33, 34, 35  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Jun 04, 2005 2:52 pm    Post subject: Reply with quote

our only difference in system packages is python. i use 2.4.1 and you 2.3.5. but you better wait for next version and try again then. OOo's python version is 2.3.4 so yours should fit better than mine.

edit i just saw that you have nas in your useflags. i remove that from untested :)
_________________
hear hear


Last edited by geki on Sat Jun 04, 2005 2:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
Thrain
Guru
Guru


Joined: 01 Sep 2003
Posts: 380

PostPosted: Sat Jun 04, 2005 2:54 pm    Post subject: Reply with quote

Ok, thank you, I'll wait ;) !
_________________
Thrain

"...only astonishment knows..."
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Jun 04, 2005 9:02 pm    Post subject: Reply with quote

@ hlevyn » did you try to compile OOo2 without the masked ant-core package? any reason why you use the masked one?

edit soltools builds fine even with linux-headers-2.6.11-r1 here :) no crt1.o error
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Jun 04, 2005 9:16 pm    Post subject: Reply with quote

another guess about that crt1.o error
Code:
-L ../unxlngi6.pro/obj/checkdll.o

it takes the program as a library path. sure that there is no program to link then and no main function :lol:

luckily everyone is as blind as i am :lol:
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sat Jun 04, 2005 9:38 pm    Post subject: Reply with quote

hlevyn or anyone getting that crt1.o error please show
Code:
emerge -pv openoffice

and check these for a lonely '-L' and report if you hit one or not ... you may post the output to a pastebin website ...
Code:
grep ^SOLARLIB /var/tmp/portage/openoffice-1.9.106/work/src680-m106/LinuxIntelEnv.Set.sh
grep -rn STDSLO /var/tmp/portage/openoffice-1.9.106/work/src680-m106/solenv/
grep MOZ_LIB /var/tmp/portage/openoffice-1.9.106/work/src680-m106/config_office/config.log

thanks! :)
_________________
hear hear
Back to top
View user's profile Send private message
Rainmaker
Veteran
Veteran


Joined: 12 Feb 2004
Posts: 1650
Location: /home/NL/ehv/

PostPosted: Sun Jun 05, 2005 12:50 am    Post subject: Reply with quote

I'm getting:

<removed, invalid bug report due to bad reading of the author. Sorry for the spam>
_________________
If you can't dazzle them with brilliance, baffle them with bullshit.


Last edited by Rainmaker on Sun Jun 05, 2005 2:57 am; edited 1 time in total
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 12:56 am    Post subject: Reply with quote

Rainmaker, wow, spam, please edit and cut that down to a minimum. you got not that crt1.o error and aiming to your sig you are one that can read binary but not latin characters, eh? ;) read once more my homepage, carefully. 8)
_________________
hear hear
Back to top
View user's profile Send private message
hlevyn
Apprentice
Apprentice


Joined: 14 Jan 2005
Posts: 240
Location: Santa Clara, California

PostPosted: Sun Jun 05, 2005 1:10 am    Post subject: Reply with quote

Hmm.... In my poor attempt to unmerge gcc 3.4.4 earlier and go back to 3.4.3, it seems I pissed python off something fierce:
Code:
# emerge -pv gcc
/usr/bin/python: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
So, umm, any suggestions for getting a binary version of python on there that doesn't require that now missing library? :oops:

[Edit:] Ok... I pissed a LOT of things off by doing that...
Code:
/usr/lib/MozillaFirefox/mozilla-xremote-client: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Unknown error 127 from mozilla-xremote-client
/usr/lib/MozillaFirefox/firefox-bin: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
firefox-bin exited with non-zero status (127)
[Edit:] Nevermind, found this post.
[Edit:] Scratch that, didn't work. Must dash, will dig through that post later.
[Edit:] And this one bailed me out.
_________________
Madness takes its toll. Please have exact change.
Back to top
View user's profile Send private message
hlevyn
Apprentice
Apprentice


Joined: 14 Jan 2005
Posts: 240
Location: Santa Clara, California

PostPosted: Sun Jun 05, 2005 6:00 am    Post subject: Reply with quote

geki wrote:
hlevyn or anyone getting that crt1.o error please show
Code:
emerge -pv openoffice

Code:
[ebuild     U ] app-office/openoffice-1.9.107 [1.9.104] +berkdb +crystal-images +cups +curl -debug +firefox* -gcj +gnome -icu -industrial-images +java -jpeg -kde +ldap -mozilla* -nas +neon -nomoz -nosound +nptl -portaudio +python -sablot -sndfile +xml2 +zlib

And the others:
Code:
# grep ^SOLARLIB /var/tmp/portage/openoffice-1.9.107/work/src680-m107/LinuxIntelEnv.Set.sh 
SOLARLIB=" -L../lib -L$SOLARENV/$OUTPATH/lib -L$SOLARVER/$UPD/$INPATH/lib -L$SOLARENV/$OUTPATH/lib -L$JAVA_HOME/lib -L$JAVA_HOME/jre/lib/i386 -L$JAVA_HOME/jre/lib/i386/client -L$JAVA_HOME/jre/lib/i386/native_threads -L/usr/lib -L"
Code:
 grep -rn STDSLO /var/tmp/portage/openoffice-1.9.107/work/src680-m107/solenv/
is posted here
Code:
# grep MOZ_LIB /var/tmp/portage/openoffice-1.9.107/work/src680-m107/config_office/config.log
MOZ_LIB=''
MOZ_LIB_XPCOM='-L/usr/lib/MozillaFirefox -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl  '

_________________
Madness takes its toll. Please have exact change.
Back to top
View user's profile Send private message
hlevyn
Apprentice
Apprentice


Joined: 14 Jan 2005
Posts: 240
Location: Santa Clara, California

PostPosted: Sun Jun 05, 2005 6:16 am    Post subject: Reply with quote

geki wrote:
@ hlevyn � did you try to compile OOo2 without the masked ant-core package? any reason why you use the masked one?
I thought it'd be fun? If you think ant could be the problem here I'm happy to downgrade, but I'd like rel to say he has the masked version of ant as well before I do. Also, in regards to that error, I think it's stemming from a file not being created on our systems:
Code:
/var/tmp/portage/openoffice-1.9.107/work/src680-m107/soltools/unxlngi6.pro/misc/o__include.dpcc
Why that file's missing though is still a mystery to me.
_________________
Madness takes its toll. Please have exact change.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 10:33 am    Post subject: Reply with quote

hlevyn wrote:
And the others:
Code:
# grep ^SOLARLIB /var/tmp/portage/openoffice-1.9.107/work/src680-m107/LinuxIntelEnv.Set.sh 
SOLARLIB=" -L../lib -L$SOLARENV/$OUTPATH/lib -L$SOLARVER/$UPD/$INPATH/lib -L$SOLARENV/$OUTPATH/lib -L$JAVA_HOME/lib -L$JAVA_HOME/jre/lib/i386 -L$JAVA_HOME/jre/lib/i386/client -L$JAVA_HOME/jre/lib/i386/native_threads -L/usr/lib -L"
Code:
# grep MOZ_LIB /var/tmp/portage/openoffice-1.9.107/work/src680-m107/config_office/config.log
MOZ_LIB=''
MOZ_LIB_XPCOM='-L/usr/lib/MozillaFirefox -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl  '

there we are! configure adds a '-L' to SOLARLIB, MOZ_LIB stays empty but MOZ_LIB_XPCOM gets set correct. btw, ant-core is not the culprit :P

hlevyn, what does these show?
Code:
pkg-config --libs /usr/lib/pkgconfig/firefox.pc
pkg-config --libs /usr/lib/pkgconfig/mozilla.pc

_________________
hear hear
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Sun Jun 05, 2005 11:23 am    Post subject: Reply with quote

Hi,

hlevyn, got into the same problem after downgrading gcc 3.4.4 to 3.4.3.
fixed it and rebuilded my toolchain with gcc 3.4.4 again.

Have you kept 3.4.3?

Tried compiling again:

Code:

[ebuild  N    ] app-office/openoffice-1.9.106  +berkdb +crystal-images +cups +curl -debug +firefox -gcj -gnome -icu -industrial-images +java +jpeg -kde +ldap -mozilla -nas +neon -nomoz -nosound +nptl -portaudio +python -sablot -sndfile +xml2 +zlib 210,279 kB [2]



Code:

entropy ~ # grep ^SOLARLIB /var/tmp/portage/openoffice-1.9.106/work/src680-m106/LinuxIntelEnv.Set.sh
SOLARLIB=" -L../lib -L$SOLARENV/$OUTPATH/lib -L$SOLARVER/$UPD/$INPATH/lib -L$SOLARENV/$OUTPATH/lib -L$JAVA_HOME/lib -L$JAVA_HOME/jre/lib/i386 -L$JAVA_HOME/jre/lib/i386/client -L$JAVA_HOME/jre/lib/i386/native_threads -L/usr/lib -L"


Code:

entropy ~ # grep -rn STDSLO /var/tmp/portage/openoffice-1.9.106/work/src680-m106/solenv/
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solenv/inc/unxlngs3904.mk:184:STDSLOGUI=
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solenv/inc/unxlngs3904.mk:186:STDSLOCUI=
<>
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solenv/inc/_tg_shl.mk:3930:        @+echo $(SHL10LINKER) $(SHL10LINKFLAGS) $(SHL10SONAME) $(LINKFLAGSSHL) $(SHL10VERSIONMAPPARA) -L$(PRJ)$/$(ROUT)$/lib $(SOLARLIB) $(STDSLO) $(SHL10OBJS:s/.obj/.o/) \


Code:

entropy ~ # grep MOZ_LIB /var/tmp/portage/openoffice-1.9.106/work/src680-m106/config_office/config.log
MOZ_LIB=''
MOZ_LIB_XPCOM='-L/usr/lib/MozillaFirefox -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl  '


Thanks.


Last edited by rel on Sun Jun 05, 2005 12:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Sun Jun 05, 2005 11:28 am    Post subject: Reply with quote

Quote:


hlevyn, what does these show?
Code:
pkg-config --libs /usr/lib/pkgconfig/firefox.pc
pkg-config --libs /usr/lib/pkgconfig/mozilla.pc


geki, maybe usefull.

the above files do not exist on my system.

[/quote]Thanks.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 11:30 am    Post subject: Reply with quote

a ha ha ha, bullshit, i thought configure would break not finding these files. no wonder why you get that lonely '-L' then.

rel, please edit and cut down you last big post. it is solved finally :D

and guys, why is that difficult to read my homepage ... :cry: ... is it that horrible sorted?

edit updated system mozilla/firefox patches to check for empty MOZ_LIB variable and error ... i hope it works that way

edit overlay updated

edit updated homepage
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 1:16 pm    Post subject: Reply with quote

btw, anyone interested in helping me fixing that java vm error? or you guys got that one fixed?

edit there is one line on old reports that noone took care of, example
Code:
# An error report file has been saved as hs_err_pid31544.log.

could be interesting to see its information ;)
_________________
hear hear
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Sun Jun 05, 2005 3:09 pm    Post subject: Reply with quote

geki,
please explain this firefox.pc thingy.
patched firefox as stated on your website, this went oke.
re-emerged firefox succesfully.

emeging OOo 106 gives:

configure: error: Firefox pkg-config file missing or broken.


[edit: using the new overlay btw.. well, you know, seen the configure error]
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 3:14 pm    Post subject: Reply with quote

rel, you read my homepage, yes? so please get that pkg-config file for firefox, thanks. ;)
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 3:44 pm    Post subject: Reply with quote

btw, OOo devs hit that python bug on package building process finally :)
_________________
hear hear
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Sun Jun 05, 2005 3:59 pm    Post subject: Reply with quote

your site is clearer now :D

ok, building OOo beast..
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 4:06 pm    Post subject: Reply with quote

so why does noone tell me? :P
_________________
hear hear
Back to top
View user's profile Send private message
hlevyn
Apprentice
Apprentice


Joined: 14 Jan 2005
Posts: 240
Location: Santa Clara, California

PostPosted: Sun Jun 05, 2005 4:17 pm    Post subject: Reply with quote

geki wrote:
btw, anyone interested in helping me fixing that java vm error? or you guys got that one fixed?

edit there is one line on old reports that noone took care of, example
Code:
# An error report file has been saved as hs_err_pid31544.log.

could be interesting to see its information ;)
What Java VM error is that? And which VM?
_________________
Madness takes its toll. Please have exact change.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 4:25 pm    Post subject: Reply with quote

you and anyone else may check first post of this thread for infos :P
_________________
hear hear
Back to top
View user's profile Send private message
Rainmaker
Veteran
Veteran


Joined: 12 Feb 2004
Posts: 1650
Location: /home/NL/ehv/

PostPosted: Sun Jun 05, 2005 10:45 pm    Post subject: Reply with quote

well this:

Quote:
patched firefox ebuild is necessary to build OOo2 against firefox!


was a necessery addition for me to get it :)

Emerging now. I'll report back on how it goes
_________________
If you can't dazzle them with brilliance, baffle them with bullshit.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Sun Jun 05, 2005 10:49 pm    Post subject: Reply with quote

waaa, that was there on my homepage for ages...last days even in bold! ahhhhhhhhhh you are killing me softly :lol:
_________________
hear hear
Back to top
View user's profile Send private message
rel
Tux's lil' helper
Tux's lil' helper


Joined: 20 Apr 2002
Posts: 137

PostPosted: Sun Jun 05, 2005 11:54 pm    Post subject: Reply with quote

hrmrmrm.. this monster is still compiling.. 8 hours now on a centrino 1.8 cpu.
wonder how long it takes for others here?

-rel
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 27, 28, 29 ... 33, 34, 35  Next
Page 28 of 35

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum