Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258437 - [4.3/ICE] GCC 4.3.3 (Gentoo 4.3.3 p1.0, pie-10.1.5) breaks (segfault) while media-gfx/imagemagick-6.4.9.2 build
Summary: [4.3/ICE] GCC 4.3.3 (Gentoo 4.3.3 p1.0, pie-10.1.5) breaks (segfault) while m...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 13:21 UTC by Il'ya
Modified: 2009-02-24 11:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,49.73 KB, text/plain)
2009-02-10 13:25 UTC, Il'ya
Details
eclass-debug.log (eclass-debug.log,1.82 KB, text/plain)
2009-02-10 13:25 UTC, Il'ya
Details
build environment (environment,95.59 KB, text/plain)
2009-02-10 13:25 UTC, Il'ya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Il'ya 2009-02-10 13:21:14 UTC
wrath imagemagick-6.4.9.2 # cat temp/build.log | tail -28
/bin/sh ./libtool --silent --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I./config  -I./ltdl -I./ltdl  -I/usr/include/freetype2 -I/usr/include/libxml2  -fopenmp -O4 -march=athlon-xp -m3dnow -msse -mfpmath=sse -pipe -fomit-frame-pointer -fprofile-use -Wall -W -pthread -MT magick/magick_libMagickCore_la-deprecate.lo -MD -MP -MF magick/.deps/magick_libMagickCore_la-deprecate.Tpo -c -o magick/magick_libMagickCore_la-deprecate.lo `test -f 'magick/deprecate.c' || echo './'`magick/deprecate.c
magick/deprecate.c: In function 'GetConfigureBlob':
magick/deprecate.c:1877: warning: format not a string literal and no format arguments
magick/deprecate.c: In function 'MagickMonitor':
magick/deprecate.c:3611: warning: format not a string literal and no format arguments
./magick/draw-private.h: In function 'ColorFloodfillImage':
./magick/draw-private.h:52: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugs.gentoo.org/> for instructions.
make[1]: *** [magick/magick_libMagickCore_la-deprecate.lo] Error 1
make[1]: Leaving directory `/ptmp/portage/media-gfx/imagemagick-6.4.9.2/work/ImageMagick-6.4.9-2'
make: *** [all] Error 2
 *
 * ERROR: media-gfx/imagemagick-6.4.9.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2437:  Called perl-app_src_compile
 *             environment, line 2116:  Called die
 * The specific snippet of code:
 *           make ${mymake} || die "compilation failed";
 *  The die message:
 *   compilation failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/ptmp/portage/media-gfx/imagemagick-6.4.9.2/temp/build.log'.
 * The ebuild environment file is located at '/ptmp/portage/media-gfx/imagemagick-6.4.9.2/temp/environment'.
 *
Comment 1 Il'ya 2009-02-10 13:25:11 UTC
Created attachment 181543 [details]
build.log
Comment 2 Il'ya 2009-02-10 13:25:35 UTC
Created attachment 181544 [details]
eclass-debug.log
Comment 3 Il'ya 2009-02-10 13:25:52 UTC
Created attachment 181545 [details]
build environment
Comment 4 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-11 00:33:51 UTC
Is this 100% reproducable? I.e. it fails in the same place each and every time?
Comment 5 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-12 00:11:36 UTC
Re-open if appropriate
Comment 6 Il'ya 2009-02-12 07:36:04 UTC
Yes, it is 100% reproducable. It fails while i'm building ImageMagick-6.4.* with CFLAGS=' -O4 -march=athlon-xp -m3dnow -msse -mfpmath=sse -pipe -fomit-frame-pointer -fprofile-use '.
Build was successful when i change CFLAGS to ' -O4 -march=athlon-xp -m3dnow -msse -mfpmath=sse -pipe -fomit-frame-pointer '. The reason i change CFLAGS was more close reading man gcc.
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2009-02-12 08:00:13 UTC
Your `emerge --info' output is still missing.
Comment 8 Vadim A. Misbakh-Soloviov (mva) gentoo-dev 2009-02-12 08:08:01 UTC
I've same problem on ~amd64 with -march=native. This is my `emerge --info` - http://dpaste.com/119623/
This is a part of build log:

/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/libgomp.la: line 41: libdir/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3: No such file or directory
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/libgomp.la: line 41: libdir/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3: No such file or directory
libtool: link: warning: library `/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/libgomp.la' was moved.
/usr/bin/nm: '/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/.libs/libgomp.a': No such file
x86_64-pc-linux-gnu-gcc: /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.3/.libs/libgomp.a: No such file or directory
make[1]: *** [magick/libMagickCore.la] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-gfx/imagemagick-6.4.9.2/work/ImageMagick-6.4.9-2'
make: *** [all] Error 2
 *
 * ERROR: media-gfx/imagemagick-6.4.9.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2515:  Called perl-app_src_compile
 *             environment, line 2185:  Called die
 * The specific snippet of code:
 *           make ${mymake} || die "compilation failed";
 *  The die message:
 *   compilation failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/media-gfx:imagemagick-6.4.9.2:20090211-192530.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-gfx/imagemagick-6.4.9.2/temp/environment'.

this is /var/log/portage/media-gfx:imagemagick-6.4.9.2:20090211-192530.log - http://dpaste.com/119625/
 *
Comment 9 Rafał Mużyło 2009-02-12 16:46:10 UTC
AntiCrust: that's completely off-topic
- as this is bugzilla and wrong bug, I'll say only:
reemerge gcc.
Comment 10 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-12 22:35:01 UTC
Ahh, that cflag. Kind of your own fault then. Resolution: DONTDOTHATTHEN :-)
Comment 11 Il'ya 2009-02-24 11:26:47 UTC
(In reply to comment #7)
> Your `emerge --info' output is still missing.
> 

I'll post it, when i get internets in my home.