| Summary: | sci-physics/pythia-8.1.35 test failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Paweł Hajdan, Jr. (RETIRED) <phajdan.jr> |
| Component: | Current packages | Assignee: | Gentoo Science Physics related packages <sci-physics> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bicatali, xarthisius |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | |||
| Bug Blocks: | 318467 | ||
| Attachments: |
build.log
build.log |
||
Created attachment 231783 [details]
build.log
What is the architecture or at least emerge --info? I can't reproduce on amd64. Thanks. Sorry, here's the emerge --info: Portage 2.1.8.3 (default/linux/x86/10.0/developer, gcc-4.3.4, glibc-2.10.1-r1, 2.6.30-gentoo-r6 i686) ================================================================= System uname: Linux-2.6.30-gentoo-r6-i686-Intel-R-_Core-TM-2_Duo_CPU_P8700_@_2.53GHz-with-gentoo-1.12.13 Timestamp of tree: Wed, 19 May 2010 14:30:01 +0000 app-shells/bash: 4.0_p37 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.4-r1, 3.1.1-r1 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.13 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.65 sys-devel/automake: 1.9.6-r2, 1.10.3, 1.11.1 sys-devel/binutils: 2.18-r3 sys-devel/gcc: 4.3.4 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.30-r1 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config /var/lib/hsqldb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/eselect/postgresql /etc/fonts/fonts.conf /etc/gconf /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" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests collision-protect cvs distlocks fixpackages multilib-strict news parallel-fetch protect-owned sandbox sfperms splitdebug strict test unmerge-logs unmerge-orphans userfetch userpriv usersandbox" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1" MAKEOPTS="-j3" 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" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa apache2 berkdb bluetooth bzip2 cairo cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emacs emboss encode exif fam firefox flac fortran gdbm gif gtk hal iconv jpeg lcms libnotify mad mbox mikmod mng modules mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly nss ogg opengl openmp pam pango pcre pdf perl png ppds pppd python qt3support readline reflection sdl session snmp spell spl sqlite ssl startup-notification subversion svg sysfs tcb tcpd tiff toolkit-scroll-bars truetype unicode usb vorbis x264 x86 xcb xft xinerama xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ens1371" 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="evdev keyboard vmmouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="vmware vesa vga" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS I've failed to reproduce that in x86 chroot. Pawel could you try to run it "by hand" and provide gdb backtrace? This also doesn't happen on my test-box!?
There seem to be something missing, deep in the deps.....
Pawel: Can you check if you have all these libs on your system?
localhost examples # g++ -O2 -march=i686 -pipe -I../include main06.cc -o /root/main06.exe -L../lib/archive -lpythia8 -llhapdfdummy
localhost examples # ldd /root/main06.exe
linux-gate.so.1 => (0xffffe000)
libpythia8.so => /usr/lib/libpythia8.so (0xb7592000)
liblhapdfdummy.so => /usr/lib/liblhapdfdummy.so (0xb758f000)
libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/libstdc++.so.6 (0xb749e000)
libm.so.6 => /lib/libm.so.6 (0xb7479000)
libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/libgcc_s.so.1 (0xb745b000)
libc.so.6 => /lib/libc.so.6 (0xb7316000)
/lib/ld-linux.so.2 (0xb77bf000)
make main01 main02 main03 main04 main05 main06 main07 main08 main09 g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main01.cc -o ../bin/main01.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main02.cc -o ../bin/main02.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main03.cc -o ../bin/main03.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main04.cc -o ../bin/main04.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main05.cc -o ../bin/main05.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main06.cc -o ../bin/main06.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main07.cc -o ../bin/main07.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main08.cc -o ../bin/main08.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=core2 -pipe -fomit-frame-pointer -mssse3 -mcx16 -mmmx -frecord-gcc-switches -g -Wno-deprecated -I../include main09.cc -o ../bin/main09.exe \ -L../lib/archive -lpythia8 -llhapdfdummy make main31 main32 make: *** No rule to make target `../lib/archive/libhepmcinterface.a', needed by `main31'. Stop. (In reply to comment #6) > make main31 main32 > make: *** No rule to make target `../lib/archive/libhepmcinterface.a', needed > by `main31'. Stop. I'm getting that error now instead of the segfault. Created attachment 240543 [details]
build.log
was fixed in now stable 8.1.45. |
>>> Source compiled. make -j3 main01 main02 main03 main04 main05 main06 main07 main08 main09 g++ -O2 -march=i686 -pipe -I../include main01.cc -o ../bin/main01.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=i686 -pipe -I../include main02.cc -o ../bin/main02.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=i686 -pipe -I../include main03.cc -o ../bin/main03.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=i686 -pipe -I../include main05.cc -o ../bin/main05.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=i686 -pipe -I../include main04.cc -o ../bin/main04.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=i686 -pipe -I../include main06.cc -o ../bin/main06.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=i686 -pipe -I../include main07.cc -o ../bin/main07.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=i686 -pipe -I../include main08.cc -o ../bin/main08.exe \ -L../lib/archive -lpythia8 -llhapdfdummy g++ -O2 -march=i686 -pipe -I../include main09.cc -o ../bin/main09.exe \ -L../lib/archive -lpythia8 -llhapdfdummy /var/tmp/portage/sci-physics/pythia-8.1.35/temp/environment: line 2569: 6170 Segmentation fault ./${i} > ${i}.out * ERROR: sci-physics/pythia-8.1.35 failed: * test main06.exe failed * * Call stack: * ebuild.sh, line 54: Called src_test * environment, line 2571: Called die * The specific snippet of code: * ./${i} > ${i}.out || die "test ${i} failed"; *