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

Bug 261136

Summary: dev-libs/libjit fails to build w/gcc-4.3
Product: Gentoo Linux Reporter: Permjacov E. A. <permeakra>
Component: [OLD] LibraryAssignee: dotnet project <dotnet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: example build log for failure. libjit-0.1.0

Description Permjacov E. A. 2009-03-04 09:10:15 UTC
libjit-0.0.6 and 0.1.0 fails to compile 


Reproducible: Always

Steps to Reproduce:
emerge libjit

Actual Results:  
fresh-compiled helper tool crush (gen-apply)


the problem looks common:
http://lists.gnu.org/archive/html/dotgnu-libjit/2008-11/msg00001.html 
eraising CFLAGS from make.conf did not help.
forsing -O0 to tool/Makefile.in COMPILE command should work. At least it worked when I tried to compile libjit without portage.

Portage 2.2_rc23 (default/linux/x86/2008.0, gcc-4.3.3, glibc-2.9_p20081201-r2, 2.6.22.18-co-0.7.3 i686)
=================================================================
System uname: Linux-2.6.22.18-co-0.7.3-i686-AMD_Hammer_Family_processor_-_Model_Unknown-with-glibc2.0
Timestamp of tree: Sun, 01 Mar 2009 14:15:02 +0000
app-shells/bash:     3.2_p48-r1
dev-java/java-config: 1.3.7-r1, 2.1.7
dev-lang/python:     2.5.4-r2
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.4.3-r1
sys-apps/sandbox:    1.3.8
sys-devel/autoconf:  2.13, 2.63
sys-devel/automake:  1.5, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils:  2.19.1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.6a
virtual/os-headers:  2.6.28-r1
ACCEPT_KEYWORDS="x86 ~x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=i686 -pipe -fomit-frame-pointer -msse2 -mmmx"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc/make.conf"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O3 -march=i686 -pipe -fomit-frame-pointer -msse2 -mmmx"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages metadata-transfer parallel-fetch preserve-libs protect-owned sandbox sfperms strict unmerge-orphans userfetch"
FFLAGS="-O3 -march=i686 -pipe -fomit-frame-pointer -msse2 -mmmx"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/portage/layman/java-overlay /usr/local/portage/layman/gentoo-taiwan /usr/local/portage/layman/sunrise /usr/local/portage/layman/gnustep /usr/local/portage/layman/science /usr/local/portage/layman/haskell"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="R X acl apache2 berkdb blas bzip2 c cli cracklib crypt cups cxx dri fftw firebird fortran ftp gdbm ghcquickbuild gif glpk gmp gpm gsl guile gzip http iconv ipv6 isdnlog java java6 javascript jdbc jpeg jpeg2k lapack midi mmx mudflap mysql ncurses nls nptl nptlonly ocaml octave odbc openmp pam pcre perl php png posix postgres pppd python qt qt3 qt4 readline reflection session spl sqlite sse sse2 ssh ssl svg sysfs tcpd threads tiff unicode x86 xml xorg xqilla xsl zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="none"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Rafał Mużyło 2009-03-04 11:15:21 UTC
build.log, please.
Comment 2 Permjacov E. A. 2009-03-04 11:29:29 UTC
Created attachment 183875 [details]
example build log for failure. libjit-0.1.0
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-05 18:47:24 UTC
from the build.log:

./gen-apply >../jit/jit-apply-rules.h
/bin/sh: line 1: 10318 Segmentation fault      ./gen-apply > ../jit/jit-apply-rules.h

Reassigning to dotnet herd.
Comment 4 Peter Alfredsen (RETIRED) gentoo-dev 2009-03-05 19:20:55 UTC
Could you try with -U_FORTIFY_SOURCE in CFLAGS and see if that helps?
Comment 5 Permjacov E. A. 2009-03-06 11:11:26 UTC
(In reply to comment #4)
> Could you try with -U_FORTIFY_SOURCE in CFLAGS and see if that helps?

It did not.
However "Compiling gen-apply with -O0 made it work on x86." 





Comment 6 Permjacov E. A. 2009-03-06 18:55:28 UTC
I tried to compile with gcc-4.2.4 , 4.1.2 and 3.4.6. All of them worked fine. Is gcc-4.3.3 broken somehow? 
Comment 7 Peter Alfredsen (RETIRED) gentoo-dev 2009-03-08 18:42:12 UTC
+*libjit-0.1.2 (08 Mar 2009)
+
+  08 Mar 2009; Peter Alfredsen <loki_val@gentoo.org>
+  +files/libjit-0.1.2-gcc43.patch, libjit-0.1.0.ebuild,
+  +libjit-0.1.2.ebuild:
+  Bump to 0.1.2. Fix gcc-4.3 compilation, bug 261136. USE=interpreter works
+  in 0.1.2, fixing bug 197986.
+