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 ... 29, 30, 31 ... 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
Bonkie
Guru
Guru


Joined: 28 Oct 2002
Posts: 501
Location: Antwerpen, Belgium

PostPosted: Tue Jun 07, 2005 8:08 am    Post subject: Reply with quote

geki wrote:
Bonkie, what language do you use to build OOo?


Code:
emerge  info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r0, 2.6.11-gentoo-r10 i686)
=================================================================
System uname: 2.6.11-gentoo-r10 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16-r1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/kdesvn/trunk"
SYNC="rsync://192.168.1.1/gentoo-portage"
USE="x86 X alsa apm avi bash-completion berkdb bitmap-fonts bzip2 crypt cups doc emboss encode foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 java jpeg kde libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls nptl oggvorbis opengl pam pcre pdflib perl png python qt quicktime readline sdl spell sse ssl tcpd tiff truetype truetype-fonts type1-fonts xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS


Same useflags as you, but without mozilla/firefox support.
Im gonna merge python 2.4.x soon, and then try again with OOo ;)
_________________
"I would say we have a 50% chance of survival, but I consider myself an optimist so I'll give us 50,5% ..."
~ Arthur C. Clarke [Physics PHD,SF Writer], when asked about the chances of the human race's survival
Back to top
View user's profile Send private message
yamakawa
Guru
Guru


Joined: 28 Jul 2003
Posts: 340

PostPosted: Tue Jun 07, 2005 10:35 am    Post subject: Reply with quote

sorry...i am writing on Lynx.
i emerged -c mozilla-firefox and mozilla to confirm my procedures.
when i patched mozilla-firefox ebuild, i noticed there is a typo in Geki's patch.
the line 124 should be
if [ ${MOZLANG} != "en-US" ]; then
rather than
if [ "${MOZLANG} != "en-US" ]; then

hope this helps!
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: Tue Jun 07, 2005 11:45 am    Post subject: Reply with quote

yamakawa wrote:
sorry...i am writing on Lynx.
i emerged -c mozilla-firefox and mozilla to confirm my procedures.
when i patched mozilla-firefox ebuild, i noticed there is a typo in Geki's patch.
the line 124 should be
if [ ${MOZLANG} != "en-US" ]; then
rather than
if [ "${MOZLANG} != "en-US" ]; then

hope this helps!


guess if $MOZLANG is a string it shouldnt matter, and else it should be [ "${MOZLANG}" != "en-US" ]
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Tue Jun 07, 2005 12:17 pm    Post subject: Reply with quote

Code:
if [ "${MOZLANG}" != "en-US" ]; then

is gentoo ebuild standard, btw, thanks to point out that typo.

hlevyn, no idea what you do but you do something horribly wrong :) mozilla-nspr building with firefox. just get my things and it works. hehe. and please stop posting about that, 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: Tue Jun 07, 2005 12:21 pm    Post subject: Reply with quote

Bonkie, LINGUAS is unset and no linguas_* in USE. so? it would be very kind of you just telling me with what language you built OOo2 before. :)
_________________
hear hear
Back to top
View user's profile Send private message
Bonkie
Guru
Guru


Joined: 28 Oct 2002
Posts: 501
Location: Antwerpen, Belgium

PostPosted: Tue Jun 07, 2005 12:27 pm    Post subject: Reply with quote

Oh lol, I thought u meant programming language :oops: So I didn't quite understand why you'd ask me that ...

I used to build OOo with LANGUAGE=31 and LINGUAS="nl", being dutch language ... Although I admit Ive omitted that recently
_________________
"I would say we have a 50% chance of survival, but I consider myself an optimist so I'll give us 50,5% ..."
~ Arthur C. Clarke [Physics PHD,SF Writer], when asked about the chances of the human race's survival
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Tue Jun 07, 2005 12:55 pm    Post subject: Reply with quote

Rainmaker, may you please show your emerge info for reference of that Java VM error, 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: Tue Jun 07, 2005 3:00 pm    Post subject: Reply with quote

travail101, overlay updated with fixes. should work now.
_________________
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: Tue Jun 07, 2005 6:18 pm    Post subject: Reply with quote

Just letting you know that I finally did get it installed successfully this last time. The issue lay somewhere in the patches, I think, between the different m106 ebuilds. Anyways, thanks for your help and patience. :)
_________________
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: Tue Jun 07, 2005 8:10 pm    Post subject: Reply with quote

hlevyn, sure do i update patches for various reasons given. :)
_________________
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: Tue Jun 07, 2005 11:25 pm    Post subject: Reply with quote

geki wrote:
Rainmaker, may you please show your emerge info for reference of that Java VM error, thanks.


Medusa% emerge info
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0, 2.6.12-rc1-love1 i686)
=================================================================
System uname: 2.6.12-rc1-love1 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.6.12
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python: 2.3.5
sys-apps/sandbox: 1.2.8
sys-devel/autoconf: 2.13, 2.59-r6
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils: 2.16-r1
sys-devel/libtool: 1.5.18
virtual/os-headers: 2.6.11-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx -msse -m3dnow -mfpmath=sse,387 -ffast-math"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/fax /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/alias /var/qmail/control /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer -mmmx -msse -m3dnow -mfpmath=sse,387 -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://gd.tuwien.ac.at/opsys/linux/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo"
LANG="nl_NL@euro"
LC_ALL="nl_NL@euro"
LDFLAGS="-Wl,-O9 -Wl,--enable-new-dtags -Wl,--sort-common -s -Wl,--as-needed"
LINGUAS="nl"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/bmg-main"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X aalib alsa apache2 apm arts audiofile avi bash-completion bitmap-fonts bonobo bzip2 bzlib calender cdparanoia cdr chipcard chroot crypt cups curl dba divx4linux dlloader dvd dvdr dvdread eds emboss encode esd fam festival filepro firefox flac flatfile font-server foomaticdb fortran ftp gd gdbm gif gnome gphoto2 gpm gstreamer gtk gtk2 guile hal imagemagick imap imlib insecure-drivers java jpeg jpeg2k junit kde kdgraphics ldap libg++ libwww live mad mikmod mime mmx mmxext mono motif mozdevelop mozilla moznomail moznoxft mp3 mpeg mplayer msn mysql ncurses network nls nptl nvidia odbc offensive ogg oggvorbis ooo-kde opengl pam patches pdflib perl php pic png postgres python qmail qt quicktime readline real rplay samba scanner sdk sdl session sftplogging slang softmmu speex spell sqlite sse ssl startup-notification stroke svga tcltk tcpd threads tiff truetype truetype-fonts type1-fonts usb userlocales v4l v4l2 vorbis win32codecs wmf xine xinerama xml xml2 xmms xprint xscreensaver xv xvid zlib video_cards_nvidia linguas_nl userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET
Medusa% emerge -pv openoffice

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[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 -nobinfilter -nomoz -nosound +nptl -portaudio +python -sablot -sndfile +xml2 +zlib 0 kB [1]

Total size of downloads: 0 kB
Portage overlays:
[1] /usr/local/portage
[2] /usr/local/bmg-main
Medusa% java-config -L
[sun-jre-bin-1.5.0.03] "Sun JRE 1.5.0.03" (/etc/env.d/java/20sun-jre-bin-1.5.0.03)
[sun-jdk-1.4.2.08] "Sun JDK 1.4.2.08" (/etc/env.d/java/20sun-jdk-1.4.2.08) *
[sun-jre-bin-1.4.2.08] "Sun JRE 1.4.2.08" (/etc/env.d/java/20sun-jre-bin-1.4.2.08)
_________________
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: Tue Jun 07, 2005 11:31 pm    Post subject: Reply with quote

Rainmaker, and how is it going on with your debugging? still trying? ;)

edit btw, your build will break on initial build process because of system python 2.3.5. you may switch to 2.4.1 or try OOo's internal one.
_________________
hear hear


Last edited by geki on Wed Jun 08, 2005 12:14 am; edited 2 times in total
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Jun 08, 2005 12:10 am    Post subject: Reply with quote

all that got this Java VM error have FEATURES="ccache". may you guys turn that feature off and try once more. thanks! :)
_________________
hear hear
Back to top
View user's profile Send private message
yamakawa
Guru
Guru


Joined: 28 Jul 2003
Posts: 340

PostPosted: Wed Jun 08, 2005 3:17 am    Post subject: Reply with quote

Geki:

OK I am trying now! :)
Back to top
View user's profile Send private message
yamakawa
Guru
Guru


Joined: 28 Jul 2003
Posts: 340

PostPosted: Wed Jun 08, 2005 7:14 am    Post subject: Reply with quote

Almost the same error as I had [url]this timehttps://forums.gentoo.org/viewtopic-p-2460634.html#2460634[/url].
Dynamic libraries are different though. Sorry, as I did on screen, there is olny incomplete last log.
Code:

Heap at VM Abort:
Heap
 def new generation   total 576K, used 246K [0x9abd0000, 0x9ac70000, 0x9b0b0000)
  eden space 512K,  45% used [0x9abd0000, 0x9ac0a030, 0x9ac50000)
  from space 64K,  23% used [0x9ac50000, 0x9ac53b50, 0x9ac60000)
  to   space 64K,   0% used [0x9ac60000, 0x9ac60000, 0x9ac70000)
 tenured generation   total 1408K, used 125K [0x9b0b0000, 0x9b210000, 0x9ebd0000)
   the space 1408K,   8% used [0x9b0b0000, 0x9b0cf450, 0x9b0cf600, 0x9b210000)
 compacting perm gen  total 4096K, used 1669K [0x9ebd0000, 0x9efd0000, 0xa2bd0000)
   the space 4096K,  40% used [0x9ebd0000, 0x9ed71440, 0x9ed71600, 0x9efd0000)

Local Time = Wed Jun  8 13:12:49 2005
Elapsed Time = 0
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-01 mixed mode)
#
# An error report file has been saved as hs_err_pid31351.log.
# Please refer to the file for further information.
#
Abort
dmake:  Error code 134, while making '../../unxlngi6.pro/lib/uno_services.rdb'
dmake:  '../../unxlngi6.pro/lib/uno_services.rdb' removed.
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.9.106/work/src680-m106/testtools/source/bridgetest

!!! ERROR: app-office/openoffice-1.9.106 failed.
!!! Function src_compile, Line 618, Exitcode 1
!!! Build failed!
!!! If you need support, post the topmost build error, NOT this status message.

Code:
# emerge info
# utils:  2.15.92.0.2-r10
screenerminating.:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig distlocks sandbox sfperms strict"
Back to top
View user's profile Send private message
Bonkie
Guru
Guru


Joined: 28 Oct 2002
Posts: 501
Location: Antwerpen, Belgium

PostPosted: Wed Jun 08, 2005 8:49 am    Post subject: Reply with quote

I got this:

Code:
-------------
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/scp2/util
------------------------------
Making: ../unxlngi6.pro/misc/setup.dpc
dmake subdmake=true  -f makefile.mk strip="true" product="full" depend=t ALLDPC
------------------------------
No Dependencies
------------------------------
Making: ../unxlngi6.pro/bin/osl/setup_osl.ins
/usr/bin/perl /var/tmp/portage/openoffice-1.9.106/work/src680-m106/solenv/bin/par2script.pl -i ../unxlngi6.pro/par,/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solver/680/unxlngi6.pro/par @@/var/tmp/portage/openoffice-1.9.106/temp/mkyMQoeX -o ../unxlngi6.pro/bin/osl/setup_osl.ins
ERROR: Could not include definition block. Found no definition of gid_File_Lib_LibXMLSec_xmlseccore!

par2script -i ../unxlngi6.pro/par,/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solver/680/unxlngi6.pro/par @@/var/tmp/portage/openoffice-1.9.106/temp/mkyMQoeX -o ../unxlngi6.pro/bin/osl/setup_osl.ins
dmake:  Error code 255, while making '../unxlngi6.pro/bin/osl/setup_osl.ins'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.9.106/work/src680-m106/scp2/util


Never mind, I found post in this thread with same error and OOo bug report about it:
http://qa.openoffice.org/issues/show_bug.cgi?id=50427


emerge openoffice -vp
Code:
Calculating dependencies ...done!
[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 -nobinfilter +nomoz -nosound +nptl -portaudio +python -sablot -sndfile +xml2 +zlib 0 kB [2]


emerge info
Code:
Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0, 2.6.11-gentoo-r10 i686)
=================================================================
System uname: 2.6.11-gentoo-r10 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5, 2.4-r3
sys-apps/sandbox:    1.2.8
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.16-r1
sys-devel/libtool:   1.5.18
virtual/os-headers:  2.6.11-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/kdesvn/trunk /usr/local/overlays/openoffice2beta"
SYNC="rsync://192.168.1.1/gentoo-portage"
USE="x86 X alsa apm avi bash-completion berkdb bitmap-fonts bzip2 crypt cups doc emboss encode fam foomaticdb fortran gd gdbm gif gnome gpm gtk gtk2 hal imlib ipv6 java jpeg kde libg++ libwww mad mikmod mmx motif mozilla mp3 mpeg ncurses nls nptl oggvorbis opengl pam pcre pdflib perl png python qt quicktime readline samba sdl spell sqlite sse ssl svga tcpd tiff truetype truetype-fonts type1-fonts xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

_________________
"I would say we have a 50% chance of survival, but I consider myself an optimist so I'll give us 50,5% ..."
~ Arthur C. Clarke [Physics PHD,SF Writer], when asked about the chances of the human race's survival
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Jun 08, 2005 10:13 am    Post subject: Reply with quote

Bonkie, did you get my latest version? i added fixes for that.
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Jun 08, 2005 10:34 am    Post subject: Reply with quote

yamakawa, well, so you may try once more with unset FEATURES="ccache" and
Code:
emerge unmerge ccache

to be sure its gone. then
Code:
rm -rf /var/tmp/portage/openoffice-1.9.106/
emerge openoffice

btw, your ccache cache in /root/.ccache/ will stay so afterwards just merge ccache again.

edit ehh, what says that file: hs_err_pid31351.log ???
_________________
hear hear
Back to top
View user's profile Send private message
Master_Of_Disaster
l33t
l33t


Joined: 28 Feb 2003
Posts: 610
Location: 15.05072° East, 48.13747° North (aka Mauer), Austria

PostPosted: Wed Jun 08, 2005 5:55 pm    Post subject: Reply with quote

I'm currently testing this on an amd64, so far I noticed that this should be added to the "get_EnvSet()" procedure:
Code:
use amd64 && export LinuxEnvSet="LinuxAMDEnv.Set.sh"

I'll report any further problems that arise...
_________________
post tenebras lux, post fenestras tux
Registered Linux User Nr. 312509
Adopt an unanswered post today!


Last edited by Master_Of_Disaster on Thu Jun 09, 2005 6:01 am; edited 1 time in total
Back to top
View user's profile Send private message
travail101
n00b
n00b


Joined: 30 Apr 2004
Posts: 12
Location: United States of America

PostPosted: Wed Jun 08, 2005 6:12 pm    Post subject: Reply with quote

geki wrote:
travail101, overlay updated with fixes. should work now.


Thanx geki, I'll try again tonight wilst I'm sleeping.
Back to top
View user's profile Send private message
Rainmaker
Veteran
Veteran


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

PostPosted: Wed Jun 08, 2005 9:46 pm    Post subject: Reply with quote

hmmm, the new overlay fails MUCH sooner in the build, right after the ./configure:

Code:
/usr/bin/ant -Dprj=../../../.. -Dprjname=ooo_beanshell -Ddebug=off -Doptimize=on  -Dtarget=jarall -Dsolar.update=on -Dout=../../../../unxlngi6.pro -Dinpath=unxlngi6.pro -Dproext=".pro"  -Dsolar.bin=/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solver/680/unxlngi6.pro/bin -Dsolar.jar=/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solver/680/unxlngi6.pro/bin -Dsolar.doc=/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solver/680/unxlngi6.pro/doc  -Dcommon.jar=/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solver/680/common.pro/bin -Dcommon.doc=/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solver/680/common.pro/doc  -f build.xml  -emacs
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/bin/java-config", line 13, in ?
    import sys, getopt, os
ImportError: No module named getopt
Error: JAVA_HOME is not defined correctly.
  We cannot execute
dmake:  Error code 1, while making 'ANTBUILD'
'---* tg_merge.mk *---'
dmake:  Error code 255, while making './unxlngi6.pro/misc/build/so_built_ooo_beanshell'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.9.106/work/src680-m106/beanshell


JAVA_HOME=/opt/sun-jdk-1.4.2.08

Medusa# ls /opt
Acrobat7 kylix3 sancho sun-jre-bin-1.4.2.08
americas-army netscape setiathome sun-jre-bin-1.5.0.03
bcsdemo opera sunbird targetware
bin phex sun-jdk-1.4.2.06 teamspeak2-client
download quake3 sun-jdk-1.4.2.07 ut2004
enemy-territory racer-bin sun-jdk-1.4.2.08 X-System-800b13
firefox rar sun-jre-bin-1.4.2.06 Zend
HelixPlayer RealPlayer sun-jre-bin-1.4.2.07


The directory DOES exist

debugging:

right after I enter: build debug=true && deliver

I get
Code:
-rwxr-xr-x  1 root root 18047 jun  8 23:45 ../unxlngi6.pro/bin/typesconfig
-------------
mkdir ../unxlngi6.pro/inc/sal
../unxlngi6.pro/bin/typesconfig ../unxlngi6.pro/inc/sal/typesizes.h
char            = signed char
short           = signed short
int             = signed int
long            = signed long
long long               = signed long long
sizeof(short)           = 2
sizeof(int)             = 4
sizeof(long)            = 4
sizeof(long long)               = 8
sizeof(float)           = 4
sizeof(double)          = 8
sizeof(void *)          = 4
LITTLEENDIAN (Intel, x86-64, PowerPC(LE))
can read short at 0xaf9d22f1
can read int at 0xaf9d22f1
can read double at 0xaf9d22f1
can not read char at (nil)
cannot read address (nil)
can not write char at (nil)
cannot write address (nil)
can read char at 0xaf9d23bc
can read address 0xaf9d23bc
can write char at 0xaf9d23bc
can write address 0xaf9d23bc
can read short at 0xaf9d2368
Access short on 8-Aligned Address : OK
can read short at 0xaf9d234c
Access short on 4-Aligned Address : OK
can read short at 0xaf9d233e
Access short on 2-Aligned Address : OK
can read short at 0xaf9d2337
Access short on 1-Aligned Address : OK
can read int at 0xaf9d2368
Access int on 8-Aligned Address : OK
can read int at 0xaf9d234c
Access int on 4-Aligned Address : OK
can read int at 0xaf9d233e
Access int on 2-Aligned Address : OK
can read int at 0xaf9d2337
Access int on 1-Aligned Address : OK
can read long at 0xaf9d2368
Access long on 8-Aligned Address : OK
can read long at 0xaf9d234c
Access long on 4-Aligned Address : OK
can read long at 0xaf9d233e
Access long on 2-Aligned Address : OK
can read long at 0xaf9d2337
Access long on 1-Aligned Address : OK
can read double at 0xaf9d2368
Access double on 8-Aligned Address : OK
can read double at 0xaf9d234c
Access double on 4-Aligned Address : OK
can read double at 0xaf9d233e
Access double on 2-Aligned Address : OK
can read double at 0xaf9d2337
Access double on 1-Aligned Address : OK
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/sal/osl/all
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/solver/680/unxlngi6.pro/bin/makedepend: Command not found.
dmake:  Error code 1, while making '../../unxlngi6.pro/misc/o_filepath.dpcc'
dmake:  '../../unxlngi6.pro/misc/o_filepath.dpcc' removed.
'---* TG_SLO.MK *---'

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.9.106/work/src680-m106/sal/osl/all

_________________
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: Wed Jun 08, 2005 10:52 pm    Post subject: Reply with quote

Master_Of_Disaster, thanks for pointing out.

Rainmaker, that java-config error is old one. system <-> OOo env python version mismatch :) see end of page 9 for patch. then remerge openoffice, then follow my instructions. thanks!

edit, if just gentoo would not use python scripts for some system utilities, ha ha :P
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Jun 08, 2005 11:27 pm    Post subject: Reply with quote

Master_Of_Disaster, let's see how far you get. there are some updated patches for 64bit on ximian's website. ill work on that this weekend.
_________________
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: Thu Jun 09, 2005 2:06 am    Post subject: Reply with quote

patch for ant does NOT work, at least not with dev-java/ant-1.6.2-r6

Code:
--- ant 2005-06-09 04:03:19.314736296 +0200
+++ /usr/bin/ant        2005-06-09 04:04:54.147319552 +0200
@@ -73,8 +73,8 @@
        if [ -f $HOME/.gentoo/java-env ] ; then
                source $HOME/.gentoo/java-env
        else
-               JAVA_HOME=`java-config --jdk-home`
-               CLASSPATH=`java-config --classpath`:${CLASSPATH}
+               JAVA_HOME="${JAVA_HOME}"
+               CLASSPATH=".:${CLASSPATH}"
        fi
 fi

@@ -90,7 +90,7 @@
 # set ANT_LIB location
 ANT_LIB="${ANT_HOME}/lib"

-JAVACMD="`java-config --java`"
+JAVACMD="${JAVA_HOME}/bin/java"

 if [ ! -x "$JAVACMD" ] ; then
   echo "Error: JAVA_HOME is not defined correctly."


should apply

*edit: compiling now :)

*edit2: using internal python doesn't work either. I'm now "debugging"

*edit3: the build process in the testtools dir fails. See http://rainmaker.homelinux.com/pa.bz2 for log
_________________
If you can't dazzle them with brilliance, baffle them with bullshit.
Back to top
View user's profile Send private message
Master_Of_Disaster
l33t
l33t


Joined: 28 Feb 2003
Posts: 610
Location: 15.05072° East, 48.13747° North (aka Mauer), Austria

PostPosted: Thu Jun 09, 2005 6:00 am    Post subject: Reply with quote

I am building Firefox with LINGUAS=de, it seems to completely wreck it... After launching i just get a little window with some messages and a box in red... With 'en' everything seems to work fine.
My experience so far:
I haven't again run in any arch-dependent problems, but apparantly OOo would neither work with sun-jdk-1.5.0.03 nor with blackdown-jdk-1.4.2. Do I really have to switch back to sun-jdk-1.4.2 or is there another possibility I missed?

*edit*
I just visited Ximian's site, looks promising. There are some JDK 1.5 fixes... Let's see if those work.

*edit2*
For kde people, '--disable-gnome-vfs' should be added somewhere

*edit3* After fixing some Java compile errors in beanshell, the build seems to hang here:
Code:
=============
Building project pyuno
=============
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/pyuno/unotypes
-------------
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/pyuno/source/module
--- NOOPTFILES ---
`../../unxlngx4.pro/slo/pyuno_module.obj' is up to date
--- NOOPTFILES OVER ---
-------------
/var/tmp/portage/openoffice-1.9.106/work/src680-m106/pyuno/source/loader
-------------
rm -f ../../unxlngx4.pro/lib/pyuno_services.rdb ../../unxlngx4.pro/lib/pyuno_services.tmp ../../unxlngx4.pro/lib/pyuno_services.rdb
cd ../../unxlngx4.pro/lib && regcomp -register -r pyuno_services.tmp -c typeconverter.uno -c invocation.uno -c reflection.uno -c introspection.uno -c invocadapt.uno -c proxyfac.uno -c pythonloader.uno
register component 'typeconverter.uno' in registry 'pyuno_services.tmp' succesful!
register component 'invocation.uno' in registry 'pyuno_services.tmp' succesful!
register component 'reflection.uno' in registry 'pyuno_services.tmp' succesful!
register component 'introspection.uno' in registry 'pyuno_services.tmp' succesful!
register component 'invocadapt.uno' in registry 'pyuno_services.tmp' succesful!
register component 'proxyfac.uno' in registry 'pyuno_services.tmp' succesful!
register component 'pythonloader.uno' in registry 'pyuno_services.tmp' succesful!

CPU usage goes up to 100% and that's it...
_________________
post tenebras lux, post fenestras tux
Registered Linux User Nr. 312509
Adopt an unanswered post today!
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 ... 29, 30, 31 ... 33, 34, 35  Next
Page 30 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