Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7638 - BillardGL doesn't build (1.4beta, gcc-3.2)
Summary: BillardGL doesn't build (1.4beta, gcc-3.2)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
: 9299 (view as bug list)
Depends on:
Blocks: 8505
  Show dependency tree
 
Reported: 2002-09-07 21:47 UTC by Peter Ruskin
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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 Peter Ruskin 2002-09-07 21:47:19 UTC
# emerge BillardGL
Calculating dependencies ...done!
>>> emerge app-games/BillardGL-1.75-r1 to /
>>> md5 ;-) BillardGL-1.75.tar.gz
>>> Unpacking source...
>>> Unpacking BillardGL-1.75.tar.gz
>>> Source unpacked.
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o Anzeige.o Anzeige.cpp
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o Beleuchtung.o
Beleuchtung.cpp
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o
Benutzerschnittstelle.o Benutzerschnittstelle.cpp
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o BillardGL.o
BillardGL.cpp
BillardGL.cpp:38: warning: ignoring #pragma comment
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o Einsetzen.o
Einsetzen.cpp
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o Handling.o
Handling.cpp
Benutzerschnittstelle.cpp:665: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [Benutzerschnittstelle.o] Error 1
make: *** Waiting for unfinished jobs....
Handling.cpp:244: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [Handling.o] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 1, Exitcode 2
!!! (no error message)

I tried with CXXFLAGS="-march=i686 -O2 -pipe"
Comment 1 SpanKY gentoo-dev 2002-10-18 18:04:58 UTC
*** Bug 9299 has been marked as a duplicate of this bug. ***
Comment 2 Michael Farnbach 2002-11-03 20:50:20 UTC
Same bug, different error message.  Heres what I got 

>>> md5 ;-) BillardGL-1.75.tar.gz
>>> Unpacking source...
>>> Unpacking BillardGL-1.75.tar.gz
>>> Source unpacked.
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o Anzeige.o Anzeige.cpp
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o Beleuchtung.o
Beleuchtung.cpp
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o
Benutzerschnittstelle.o Benutzerschnittstelle.cpp
g++ -c -pipe -Wall -W -DNO_DEBUG -g  -I/usr/X11R6/include  -o BillardGL.o
BillardGL.cpp
BillardGL.cpp:38: warning: ignoring #pragma comment 
Benutzerschnittstelle.cpp:665: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [Benutzerschnittstelle.o] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 1, Exitcode 2
!!! (no error message)


Also gcc 3.2, gentoo 1.4, I'll pust the USE a bit later
Comment 3 SpanKY gentoo-dev 2002-11-23 11:25:04 UTC
its a gcc problem, upgrade to 3.2.1 
Comment 4 Peter Ruskin 2002-11-23 13:29:26 UTC
Works fine with 3.2.1 - thanks