Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48708 - Crystalspace-CVS dies when building python module
Summary: Crystalspace-CVS dies when building python module
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 11:01 UTC by Alex Nelson
Modified: 2004-04-23 02:23 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 Alex Nelson 2004-04-22 11:01:57 UTC
sed -f out/UNIX/X86/derived/python/cspython.sed < out/UNIX/X86/derived/python/cs_pyth.cpp > out/UNIX/X86/derived/python/cs_pyth.cpp.sed
sed -f out/UNIX/X86/derived/python/cspython.sed < out/UNIX/X86/derived/python/cs_pyth.cpp > out/UNIX/X86/derived/python/cs_pyth.cpp.sed
rm -f out/UNIX/X86/derived/python/cs_pyth.cpp
mv out/UNIX/X86/derived/python/cs_pyth.cpp.sed out/UNIX/X86/derived/python/cs_pyth.cpp
g++ -c -o out/UNIX/X86/optimize/cs_pyth.o out/UNIX/X86/derived/python/cs_pyth.cpp -D__CRYSTAL_SPACE__ -mcpu=athlon-xp -pipe -Wno-unknown-pragmas -pipe -march=i586 -I/usr/local/include -mcpu=athlon-xp -pipe -fno-exceptions -O3 -fomit-frame-pointer -ffast-math -I. -I./apps -I./include -I./libs -I./plugins -I/usr/include/python2.3 -DSWIG_GLOBAL
rm -f out/UNIX/X86/derived/python/cs_pyth.cpp
mv out/UNIX/X86/derived/python/cs_pyth.cpp.sed out/UNIX/X86/derived/python/cs_pyth.cpp
mv: cannot stat `out/UNIX/X86/derived/python/cs_pyth.cpp.sed': No such file or directory
make[1]: *** [out/UNIX/X86/derived/python/cspace.py] Error 1
make: *** [pythmod] Error 2
make: *** Waiting for unfinished jobs....
g++: out/UNIX/X86/derived/python/cs_pyth.cpp: No such file or directory
g++: no input files
make[1]: *** [out/UNIX/X86/optimize/cs_pyth.o] Error 1
make: *** [cspython] Error 2

!!! ERROR: dev-games/crystalspace-cvs-0.97 failed.
!!! Function src_compile, Line 40, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1.emerge crystalspace-cvs
2.
3.

Actual Results:  
Emerge fails while building the python module.

Expected Results:  
Module should build successfully.

Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0,
2.6.4-gentoo)
=================================================================
System uname: 2.6.4-gentoo i686 AMD Athlon(tm) XP 2200+
Gentoo Base System version 1.4.9
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /etc/tomcat /opt/jetty/etc /usr/X11R6/lib/X11/xkb
/usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config
/usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config
/var/lib/jboss /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc sandbox userpriv"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3ds X aalib acpi acpi4linux alsa amd antlr apache2 arts avi bcel
berkdb bonobo bsh cap cdr chroot crypt cscope cups curl dnd dvd emacs encode
escreen esd evo fastcgi fbcon flac fmod foomaticdb freetype fs fullrpc gd gdbm
ggi gif gnome gnome2 gphoto2 gpm gps gstreamer gtk gtk2 gtkhtml guile icq
imagemagick imap imlib innodb java javamail javascript joystick jpeg junit
jython kde ldap libg++ libwww log4j mad maildir mikmod mmx mng motif mozcalendar
mozilla mozsvg mozxmlterm mpeg mule mysql ncurses nls objc oci8 odbc oggvorbis
opengl optional-tasks orathreads oro oss pam pcap pda pdflib perl plotutils png
postgres ppd ppds psyco pthreads python qt quicktime readline regexp ruby ruby18
samba sasl scanner sdl slang snmp speedo speex spell sse ssl svga tcltk tcpd
threads tiff truetype type1 usb vhosts videos wsconvert x86 xemacs xerces xml2
xmms xv zeo zlib"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-04-23 02:23:16 UTC
live cvs builds are provided as a convenience for developers and may or may
not work at any given time depending on what is happening upstream.  We don't
really accept bug reports for live cvs builds for this reason unless they
include a patch to address a problem with the ebuild itself.

I recommend you either use the non-cvs ebuild for crystalspace or wait for
the upstream code to be fixed.