Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126996 - swig-1.3.21 fails with gcc-4.1
Summary: swig-1.3.21 fails with gcc-4.1
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-20 12:17 UTC by Florian Engelhardt
Modified: 2006-03-20 12: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 Florian Engelhardt 2006-03-20 12:17:32 UTC
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H     -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules  -march=athlon64 -pipe -O2 -Wall -MT Modules/java.o -MD -MP -MF "Modules/.deps/java.Tpo" \
  -c -o Modules/java.o `test -f 'Modules/java.cxx' || echo './'`Modules/java.cxx; \
then mv -f "Modules/.deps/java.Tpo" "Modules/.deps/java.Po"; \
else rm -f "Modules/.deps/java.Tpo"; exit 1; \
fi
Modules/swigmod.h:55: warning: 
Comment 1 Florian Engelhardt 2006-03-20 12:17:32 UTC
if x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H     -I../Source/Include -I../Source/CParse -I../Source/Include -I../Source/DOH -I../Source/CParse -I../Source/Preprocessor -I../Source/Swig -I../Source/Modules  -march=athlon64 -pipe -O2 -Wall -MT Modules/java.o -MD -MP -MF "Modules/.deps/java.Tpo" \
  -c -o Modules/java.o `test -f 'Modules/java.cxx' || echo './'`Modules/java.cxx; \
then mv -f "Modules/.deps/java.Tpo" "Modules/.deps/java.Po"; \
else rm -f "Modules/.deps/java.Tpo"; exit 1; \
fi
Modules/swigmod.h:55: warning: class Dispatcher has virtual functions but non-virtual destructor
Modules/java.cxx:3275: error: extra qualification JAVA:: on member abstractClassTest
make[2]: *** [Modules/java.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/swig-1.3.21/work/SWIG-1.3.21/Source'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/swig-1.3.21/work/SWIG-1.3.21/Source'
make: *** [source] Error 2

!!! ERROR: dev-lang/swig-1.3.21 failed.
Call stack:
  ebuild.sh, line 1565:   Called dyn_compile
  ebuild.sh, line 974:   Called src_compile

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.




discovery ~ # emerge --info
Portage 2.1_pre6-r4 (default-linux/amd64/2005.0, gcc-4.1.0, glibc-2.4-r1, 2.6.16-rc6-mm1 x86_64)
=================================================================
System uname: 2.6.16-rc6-mm1 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
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-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -Os -pipe -ftracer -funit-at-a-time -fforce-addr -fpeel-loops -funswitch-loops"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -Os -pipe -ftracer -funit-at-a-time -fforce-addr -fpeel-loops -funswitch-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -Wl,--strip-all"
LINGUAS="de"
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 aac acpi alsa avi berkdb bitmap-fonts cairo crypt cups dbus dga dri dvd dvdr dvdread eds emboss encode firefox foomaticdb fortran ftp gif glitz gstreamer gtk gtk2 hal imlib ipv6 jpeg lzw lzw-tiff mjpeg moznoxft mp3 mpeg msn ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl pam pdflib perl png python quicktime readline real sdl spell ssl svg tcpd theora tiff truetype-fonts type1-fonts unicode usb utf8 v4l v4l2 vcd vorbis xpm xv xvmc zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_de userland_GNU video_cards_nvidia video_cards_vesa video_cards_fbdev"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-20 12:29:31 UTC
Reopen if latest swig version in portage doesn't compile. There's no point in filing bugs about stable version not compiling with package.masked gcc version.