Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 58887

Summary: ERROR: x11-libs/wxGTK-2.4.2-r1 failed
Product: Gentoo Linux Reporter: David Stark <clyphox>
Component: New packagesAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Stark 2004-07-30 06:09:32 UTC
I want to compile Bittorrent.

This is the output with -p :
--snip--
nexus root # emerge net-p2p/bittorrent net-p2p/bittorrent-stats -p

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] x11-libs/wxGTK-2.4.2-r1  
[ebuild  N    ] dev-python/wxpython-2.4.2.4  
[ebuild  N    ] net-p2p/bittorrent-3.4.2  
[ebuild  N    ] net-p2p/bittorrent-stats-3.2.1b-r4  
--snip--


Here is the error without -p
--snip--

Configured wxWindows 2.4.2 for `i686-pc-linux-gnu'
  
  Which GUI toolkit should wxWindows use?                 GTK
  Should wxWindows be compiled in debug mode?             no
  Should wxWindows be linked as a shared library?         yes
  Should wxWindows be compiled in Unicode mode?           no
  What level of wxWindows compatibility should be enabled?
                                       wxWindows 2.0      no
                                       wxWindows 2.2      yes
  Which libraries should wxWindows use?
                                       jpeg               sys
                                       png                sys
                                       regex              sys
                                       tiff               sys
                                       zlib               sys

g++ -c   -I./lib/wx/include/gtk2-2.4 -I./include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES    -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -MMD -O2 -march=i686 -fomit-frame-pointer -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -Wall -fPIC -o accel.o ./src/generic/accel.cpp
g++ -c   -I./lib/wx/include/gtk2-2.4 -I./include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES    -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -MMD -O2 -march=i686 -fomit-frame-pointer -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -Wall -fPIC -o busyinfo.o ./src/generic/busyinfo.cpp
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://bugs.gentoo.org/> for instructions.
make: *** [busyinfo.o] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: x11-libs/wxGTK-2.4.2-r1 failed.
!!! Function src_compile, Line 73, Exitcode 2
!!! make failed

--snip--

Here is my make.conf :

--snip--
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

#Added manually
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"

#FEATURES="buildpkg, distcc"

FEATURES="buildpkg"


USE="acpi dvd dvdr gphoto2 live pcmcia sox transcode usb wavelan xine \
     xinerama xosd xvid"
--snip--

My CPU is a PIII Coppermine (500Mhz)
I'm not going to be able to help troubleshoot/test for you untill Monday but feel free to email me if I can help in any way.

Thank you

David

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2004-07-30 10:32:36 UTC
If you try to emerge it again does the compiler get killed in the exact place?
Comment 2 David Stark 2004-07-31 07:38:29 UTC
It was doing it each time I ran it.
I have done another portage sync since and that seems to have fixed it.

Although Mozilla is failing now har har.

Did a sync this morning and now I have ALOT of packages to update before I get to Mozilla so I will see what happens for now.

Thanks