Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89675 - dev-java/commons-beanutils-1.7.0 won't compile with gcc-3.4.3-20050110
Summary: dev-java/commons-beanutils-1.7.0 won't compile with gcc-3.4.3-20050110
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 09:31 UTC by f5d8fd51ed1e804c9e8d0357e8614e0493b06e96
Modified: 2005-05-04 14:24 UTC (History)
0 users

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 f5d8fd51ed1e804c9e8d0357e8614e0493b06e96 2005-04-19 09:31:58 UTC
result when using gcc-3.4.3-20050110:

test.beanification:
     [echo] Running Beanification tests ...
     [java] ...E.....
     [java] Time: 2,892
     [java] There was 1 error:
     [java] 1) testMemoryLeak(org.apache.commons.beanutils.BeanificationTestCase)java.lang.OutOfMemoryError

     [java] FAILURES!!!
     [java] Tests run: 8,  Failures: 0,  Errors: 1


BUILD FAILED
/var/tmp/portage/commons-beanutils-1.7.0/work/commons-beanutils-1.7.0-src/build.xml:522: Java returned: 1

Total time: 23 seconds

switching back to gcc-3.3.4 it compiles just fine... (now experienced this problem on two different boxes so far...)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




therion plugins # emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.6.10
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Mar 29 2005, 23:58:21)]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.7.9-r1, 1.6.3, 1.4_p6, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo
ftp://pandemonium.tiscali.de/pub/gentoo/"
LANG="de_DE"
LC_ALL="de_DE.utf8"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X aac aalib acpi acpi4linux alsa apache2 apm arts avi
bash-completion berkdb bitmap-fonts cdparanoia cdr chroot cjk codecs crypt cups
curl dba dga directfb divx4linux dlloader dts dvd dvdread emboss encode erandom
esd faac faad fam fbcon ffmpeg flac font-server foomaticdb fortran freetype gd
gdbm gif gphoto2 gpm graphviz gtk gtk2 hal imagemagick imlib ipv6 java
javascript jpeg jpeg2k junit kde libcaca libg++ libwww mad matroska mikmod mime
mjpegmpeg mmx mmxext mng motif mp3 mpeg mpeg4 mplayer mysql ncurses network nls
nptl nptlonly nvidia ogg oggvorbis opengl oss pam pdflib perl php pic pie png
python qt quicktime readline real rtc samba sdl slang speex spell sqlite sse ssl
stencil-buffer svga sysfs tcpd tga theora threads tiff toolbari truetype
truetype-fonts type1 type1-fonts unicode usb userlocales vidix vim-with-x vorbis
win32codecs xine xml2 xmms xprint xv xvid xvmc zlib linguas_de"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-04-19 10:49:24 UTC
which jdk do you use?
Comment 2 f5d8fd51ed1e804c9e8d0357e8614e0493b06e96 2005-04-19 11:19:43 UTC
I had commons-beanutils-1.6.1-r1 running....

After getting sun-jdk-1.4.2.08 and switching to it as my system-jdk it worked fine even with gcc-3.4.3-20050110...

(as a non-related note: commons-beanutils-1.6.1-r1 worked fine with gcc-3.4.3-20050110 and blackdown-jdk-1.4.2.01)
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-05-04 14:24:14 UTC
marking as invalid wrt to you last comment