Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129696 - gcc-4.2.0_alpha20060408 fails to compile gcj
Summary: gcc-4.2.0_alpha20060408 fails to compile gcj
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-12 07:19 UTC by Thomas Veith
Modified: 2006-04-12 09:29 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 Thomas Veith 2006-04-12 07:19:26 UTC
When emerging the new gcc-4.2.0-ebuild configure fails on gcj with the following error...

checking for libart-2.0 >= 2.1... yes
checking LIBART_CFLAGS... -I/usr/include/libart-2.0
checking LIBART_LIBS... -lart_lgpl_2
checking for XTestQueryExtension in -lXtst... no
configure: error: libXtst not found, required by java.awt.Robot
make[1]: *** [configure-target-libjava] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/gcc-4.2.0_alpha20060408/work/build'
make: *** [profiledbootstrap] Fehler 2

!!! ERROR: sys-devel/gcc-4.2.0_alpha20060408 failed.

The same error ocurred with the previous gcc-4.1.0_beta*-ebuilds; but with gcc-4.1.0.ebuild, this worked. Now with the new 4.2_alpha-ebuild, the same problem is there again...

Anyone an idea?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-12 07:24:04 UTC
emerge --info, please...
Comment 2 Thomas Veith 2006-04-12 07:52:49 UTC
Gentoo Base System version 1.12.0_pre17
Portage 2.1_pre7-r5 (default-linux/amd64/2006.0, gcc-4.1.0, glibc-2.4-r1, 2.6.16-gentoo x86_64)
=================================================================
System uname: 2.6.16-gentoo x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
dev-lang/python:     2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -ffast-math -ftracer -pipe -fomit-frame-pointer -frename-registers"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib64/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -ffast-math -ftracer -pipe -fomit-frame-pointer -frename-registers"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/ ftp://ftp.gentoo.mesh-solutions.com/gentoo/ ftp://mirror.nutsmaas.nl/gentoo/ http://194.117.143.69 ftp://130.59.10.34/mirror/gentoo/"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de en ru"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac acl acpi alsa apache2 arts artworkextra atlas audiofile avi bash-completion berkdb bitmap-fonts blas bzip2 cairo caps cddb cdr cg cli clisp crypt css ctype cups curl dba dbus devil doc dri dts dv dvd dvdr dvdread eds emacs emboss encode esd examples exif expat fame fastbuild fbcon ffmpeg fftw firefox flac flash font-server foomaticdb force-cgi-redirect fortran fpx ftp gcj gd gdbm gif ginac glitz glut gmp gnome gnomedb gnutls gphoto2 gpm graphviz gstreamer gtk gtk2 gtkhtml guile hal howl iconv icq idn ieee1394 imagemagick imap imlib irc isdnlog java javascript jbig jpeg jpeg2k kde lapack latex lcms libcaca lj lm_sensors logitech-mouse lua lzo lzw lzw-tiff mad mcal memlimit mikmod mjpeg mmap mng motif mozdevelop mozilla mozsvg mozxmlterm mp3 mpeg msn musepack mysql nas ncurses network nfs nls nntp nptl nptlonly nvidia objc odbc offensive ogg oggvorbis opengl pam pascal pcre pda pdflib perl plotutils png posix postgres pppd python qhull qt quicktime quotas rdesktop readline rss samba sample sbcl sblive sdl session simplexml slang smp sndfile snmp soap sockets speex spell spl sql sqlite ssl subversion svg tcltk tcpd tetex theora threads tidy tiff tokenizer truetype truetype-fonts type1-fonts unicode usb vcd visualization vorbis winbind wmf xbase xcomposite xine xml xml2 xmms xpm xprint xscreensaver xsl xv xvid xvmc zeroconf zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_de linguas_en linguas_ru userland_GNU video_cards_nvidia"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS

Comment 3 SpanKY gentoo-dev 2006-04-12 08:06:43 UTC
so look into and find out what's wrong or dont use the 4.2.0 ebuild
Comment 4 Thomas Veith 2006-04-12 08:16:04 UTC
(In reply to comment #3)
> so look into and find out what's wrong or dont use the 4.2.0 ebuild
> 

I don't care gcj.. I just realized, that it is a problem which is present in the 4.1.0_beta-ebuilds and 4.2.0_alpha-ebuild BUT NOT in the 4.1.0-ebuild.. so maybe it is an easy-to-fix for you... 
Comment 5 SpanKY gentoo-dev 2006-04-12 09:29:37 UTC
we dont support snapshots