Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15373 - dev-python/wxPython-2.4.0.2 fails to build
Summary: dev-python/wxPython-2.4.0.2 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
: 15780 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-09 11:54 UTC by Caleb Shay
Modified: 2003-04-02 12:08 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 Caleb Shay 2003-02-09 11:54:26 UTC
The build seems to be doing something rather stupid (calling g++ AND gcc at the
same time).

This is with USE="-odbc" emerge wxPython

Output below

g++ gcc -shared -O3 -march=athlon-xp -pipe -fomit-frame-pointer
build-gtk2/temp.linux-i686-2.2/src/helpers.o
build-gtk2/temp.linux-i686-2.2/src/libpy.o
build-gtk2/temp.linux-i686-2.2/src/gtk/wx.o
build-gtk2/temp.linux-i686-2.2/src/gtk/windows.o
build-gtk2/temp.linux-i686-2.2/src/gtk/windows2.o
build-gtk2/temp.linux-i686-2.2/src/gtk/windows3.o
build-gtk2/temp.linux-i686-2.2/src/gtk/events.o
build-gtk2/temp.linux-i686-2.2/src/gtk/misc.o
build-gtk2/temp.linux-i686-2.2/src/gtk/misc2.o
build-gtk2/temp.linux-i686-2.2/src/gtk/gdi.o
build-gtk2/temp.linux-i686-2.2/src/gtk/mdi.o
build-gtk2/temp.linux-i686-2.2/src/gtk/controls.o
build-gtk2/temp.linux-i686-2.2/src/gtk/controls2.o
build-gtk2/temp.linux-i686-2.2/src/gtk/cmndlgs.o
build-gtk2/temp.linux-i686-2.2/src/gtk/stattool.o
build-gtk2/temp.linux-i686-2.2/src/gtk/frames.o
build-gtk2/temp.linux-i686-2.2/src/gtk/image.o
build-gtk2/temp.linux-i686-2.2/src/gtk/printfw.o
build-gtk2/temp.linux-i686-2.2/src/gtk/sizers.o
build-gtk2/temp.linux-i686-2.2/src/gtk/clip_dnd.o
build-gtk2/temp.linux-i686-2.2/src/gtk/filesys.o
build-gtk2/temp.linux-i686-2.2/src/gtk/streams.o
build-gtk2/temp.linux-i686-2.2/src/gtk/utils.o
build-gtk2/temp.linux-i686-2.2/src/gtk/fonts.o -L/usr/X11R6/lib -o
build-gtk2/lib.linux-i686-2.2/wxPython/wxc.so -pthread -lwx_gtk2u-2.4
g++: gcc: No such file or directory
error: command 'g++' failed with exit status 1
 
!!! ERROR: dev-python/wxPython-2.4.0.2 failed.
!!! Function src_compile, Line 53, Exitcode 1
!!! build failed


emerge info:
Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r3)
=================================================================
System uname: 2.4.20-xfs_pre6 i686 AMD Athlon(tm) XP 2000+
GENTOO_MIRRORS="ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 libg++ guile -canna -cjk freewnn ruby zeo -apm arts -nls -3dfx 3dnow
aalib acl acpi alsa -arts2 avi berkdb bonobo cdr crypt cups dga directfb doc dvd
encode evo fbcon flash gd gdbm ggi ggz gif gnome gphoto2 gpm gps gtkhtml imap
imlib innodb ipv6 java jikes jpeg junit kde -kerberos lcms ldap libwww maildir
mbox mikmod mmx motif mozilla mpeg mysql ncurses nls nocardbus oav odbc
oggvorbis opengl oss pam -pcmcia pda pdflib perl pic plotutils png -pnp python
qt qtmt quicktime readline samba scanner sdl slang slp snmp spell sse ssl svga
tcltk tcpd tetex tiff truetype wmf X xface xml xml2 xmms xv zlib icc icc-pgo xfs
esd esound gtk gtk2 apache2 freetype"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
CXXFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS=""
AUTOCLEAN="yes"
SYNC="rsync://rsync2.us.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache buildpkg"
Comment 1 SpanKY gentoo-dev 2003-02-11 00:08:27 UTC

*** This bug has been marked as a duplicate of 15473 ***
Comment 2 SpanKY gentoo-dev 2003-02-16 13:20:13 UTC
not distcc related 
Comment 3 SpanKY gentoo-dev 2003-02-16 13:20:21 UTC
*** Bug 15780 has been marked as a duplicate of this bug. ***
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2003-04-01 12:50:47 UTC
reassigning because its a python package. hope you don't mind Nick :)
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-04-01 14:08:04 UTC
does that still happen with a recent version of portage?
Comment 6 Caleb Shay 2003-04-02 11:46:39 UTC
It seems to be working fine now since I did a full reinstall of Gentoo.  I'm also no longer using the gtk2 USE flag, though I don't know if this is related.
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2003-04-02 12:08:29 UTC
i don't think its wxpython related issue, i've got wxPython with gtk1 and gtk2 on seperate machines and they merge fine. but i haven't seen this for a long time. closing this now.