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

Bug 196858

Summary: x11-libs/wxGTK-2.6.3.3 fails to compile (basedll_datetime.o error)
Product: Gentoo Linux Reporter: A. Person <tesoro302>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description A. Person 2007-10-23 23:51:32 UTC
x11-libs/wxGTK-2.6.3.3 fails to compile with the following error:

/var/tmp/portage/x11-libs/wxGTK-2.6.3.3/work/wxPython-src-2.6.3.3/src/common/datetime.cpp:1: fatal error: had to relocate PCH
compilation terminated.
The bug is not reproducible, so it is likely a hardware or OS problem.
make: *** [basedll_datetime.o] Error 1
 * 
 * ERROR: x11-libs/wxGTK-2.6.3.3 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   wxGTK-2.6.3.3.ebuild, line 144:   Called configure_build 'gtk2' 'unicode' '
                --with-sdl
                --disable-joystick
                        --enable-opengl
                        --with-opengl
                        --with-gnomeprint --with-gtk=2'
 *   wxGTK-2.6.3.3.ebuild, line 61:   Called die
 * 
 * emake failed

This ebuild always fails to build and is the only one that fails.

# emerge --info
Portage 2.1.3.9 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.5-r4, 2.6.20-hardened-r2 i686)
=================================================================
System uname: 2.6.20-hardened-r2 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz
Timestamp of tree: Tue, 23 Oct 2007 12:50:01 +0000
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="en"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X acl acpi alsa arts bash-completion bashlogger berkdb bitmap-fonts bzip2 cairo caps cdr cli cracklib crypt cups dbus dhcp divx dri dvd dvdr dvdread emboss encode esd evo fam firefox flac fortran gd gdbm gif gimp gmedia gmp gnome gnutls gpm grammar gsm gstreamer gtk gtkhtml hal hardened hpn iconv ipv6 isdnlog java jpeg kde lcms mad madwifi md5sum midi mikmod mmx mmxext mng mono mp3 mpeg mudflap ncurses new-login normalize nptl nptlonly nsplugin offensive ogg opengl openmp oss pam pcmcia pcre pdf perl png pppd python qt3 qt3support qt4 quicktime quotes readline real realmedia reflection regex rtc sdl session spell spl sse sse2 ssl svg tcpd thesaurus tiff truetype truetype-fonts type1-fonts unicode vim-with-x vorbis win32codecs wmf wmp wxwindows x86 xml xorg xprint xv zlib" ALSA_CARDS="ali5451" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Reproducible: Always

Steps to Reproduce:
1. emerge wxgtk
2.
3.

Actual Results:  
fails to compile

Expected Results:  
successful compile
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-24 08:58:36 UTC
Remove hardened from your use flags and recompile your toolchain.


*** This bug has been marked as a duplicate of bug 149694 ***