Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124822 - imagemagick-6.2.5.5 build problem
Summary: imagemagick-6.2.5.5 build problem
Status: RESOLVED DUPLICATE of bug 122946
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 09:19 UTC by peter
Modified: 2006-03-04 20:45 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description peter 2006-03-03 09:19:22 UTC
The imagemagick-6.2.5.5 build fails with 

{standard input}: Assembler messages:
{standard input}:1924: Error: value of ffffffffffffff7d too large for field of 1 bytes at 0000000000001a2 4
make: *** [coders/coders_pnm_la-pnm.lo] Error 1
make: *** Waiting for unfinished jobs....

!!! ERROR: media-gfx/imagemagick-6.2.5.5 failed.
!!! Function src_compile, Line 85, Exitcode 2
!!! compile problem
!!! If you need support, post the topmost build error, NOT this status message.




panda ~ # emerge --info
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 2.6.11-gentoo-r5 i586)
=================================================================
System uname: 2.6.11-gentoo-r5 i586 AMD-K6(tm) 3D processor
Gentoo Base System version 1.6.14
distcc 2.18.3 i386-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O2 -march=k6-2  -fomit-frame-pointer -pipe "
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=k6-2  -fomit-frame-pointer -pipe "
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distcc distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cups curl eds emboss encode expat fam foomaticdb fortran gdbm gif gmp gnome gpm gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg lcms ldap libg++ libwww mad mikmod mng motif mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python quicktime readline samba sdl slang spell ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb vorbis xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-03 09:48:04 UTC

*** This bug has been marked as a duplicate of 122946 ***
Comment 2 Steve Egbert 2006-03-04 20:35:44 UTC
Bug fixed as indicated in:

http://bugs.gentoo.org/show_bug.cgi?id=124217

and

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20653

The correct solution is NOT to use '-mtune=k6-2' until the gcc is upgraded to
4.1.0!!!

For now, use, instead, '-mtune=i586' from gcc 4.3.0 to 4.4.0.
Comment 3 Steve Egbert 2006-03-04 20:45:44 UTC
Errata...

For those that use compiler option -mcpu=k6-2 or -mtune=k6-2 (also with k6-3),


For now, use '-mtune=i586' for gcc 3.3.4 through 4.0.1.


We should be able to revert to and again re-use '-mtune-k6-2' at gcc 4.1.0.