Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64149 - eclipse-sdk 3.0.0-r3 does not build on ppc
Summary: eclipse-sdk 3.0.0-r3 does not build on ppc
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC All
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 10:03 UTC by Sebastian Dröge
Modified: 2004-09-16 08:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Dröge 2004-09-15 10:03:55 UTC
Hi,
when compiling eclipse-sdk I get the following error after a while:

BUILD FAILED
/var/tmp/portage/eclipse-sdk-3.0.0-r3/work/eclipse-sdk-3.0.0/build.xml:56: The following error occurred while executing this line:
/var/tmp/portage/eclipse-sdk-3.0.0-r3/work/eclipse-sdk-3.0.0/assemble.org.eclipse.sdk.linux.gtk.ppc.xml:378: Execute failed: java.io.IOException: Nicht gen
Comment 1 Sebastian Dröge 2004-09-15 10:03:55 UTC
Hi,
when compiling eclipse-sdk I get the following error after a while:

BUILD FAILED
/var/tmp/portage/eclipse-sdk-3.0.0-r3/work/eclipse-sdk-3.0.0/build.xml:56: The following error occurred while executing this line:
/var/tmp/portage/eclipse-sdk-3.0.0-r3/work/eclipse-sdk-3.0.0/assemble.org.eclipse.sdk.linux.gtk.ppc.xml:378: Execute failed: java.io.IOException: Nicht genügend Hauptspeicher verfügbar

"Nicht genügend Hauptspeicher verfügbar" translates to "Not enough RAM available"... but I think 512 MB RAM and 512 MB swap space shall be enough for this?

java -version output:
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM build cxppc321420-20040626 (JIT enabled: jitc))


emerge info output:
Portage 2.0.51_rc1 (default-linux/ppc/2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r0, 2.6.7-gentoo-r14 ppc)
=================================================================
System uname: 2.6.7-gentoo-r14 ppc 7447A, altivec supported
Gentoo Base System version 1.5.3
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.3-r3
Headers:  sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-mcpu=7400 -O2 -pipe -maltivec -mabi=altivec -fno-strict-aliasing -mpowerpc-gfxopt -ftracer"
CHOST="powerpc-unknown-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=7400 -O2 -pipe -maltivec -mabi=altivec -fno-strict-aliasing  -mpowerpc-gfxopt -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache sandbox sfperms"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ibiblio.org/pub/Linux/distributions/gentoo/ http://ftp.tu-clausthal.de/pub/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="GAPING_SECURITY_HOLE X Xaw3d aac accessibility alsa altivec audiofile berkdb bzlib caps cddb cdr chroot crypt curl devmap dga dnd dv dvd ethereal expat ext-png ext-zlib faad fam ffmpeg fftw flac flash foomaticdb freetype gcj gd gd-external gdbm gif gmp gnome gpm gtk gtk2 imagemagick imap imlib imlib2 jack java javascript jpeg ladcca lcms libgda libsamplerate libwww live lzw-tiff matroska mbox md5sum mitshm mmap mng monkey mono motif mozilla moznocompose moznoirc moznomail mozp3p mozsvg mpeg4 mpi mplayer native nls nocardbus objc oggvorbis openal opengl oss pam parse-clocks pcre perl pic png ppc pthreads python radeon readline samba sasl sdl slang sndfile sox speex ssl svg szip t1lib tcpd theora tiff transcode truetype type1 unicode usb vim-with-x wmf wxwindows xgetdefault xinerama xrandr xv xvid yv12"
Comment 2 Jochen Maes (RETIRED) gentoo-dev 2004-09-15 23:23:36 UTC
Hi there, 

I'm sorry to dissapoint you but it isn't enough, you need around 1 gig memory since the 3.0 release. 

But to fix this we will provide a bin package soon.

greetings
Comment 3 Sebastian Dröge 2004-09-16 03:47:02 UTC
Uh... not bad ;)

but why does it need less memory on x86? it compiles there with 512 MB RAM / 333 MB swap
Comment 4 Jochen Maes (RETIRED) gentoo-dev 2004-09-16 04:03:20 UTC
Probably because of the combination of another jvm and classes being compiled with other options. 

I do suggest however to try to compile the 3.1 release of eclipse as i don't think he will impose any error.
Comment 5 Sebastian Dröge 2004-09-16 08:32:42 UTC
Ok, i compiled it... created a 1,5 gb swapfile ;)

but eclipse seems to use ~ 1,3 gb of memory...