Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30482 - gimp-print 4.3.21 fails with assembler error for K6-2 CFLAGS
Summary: gimp-print 4.3.21 fails with assembler error for K6-2 CFLAGS
Status: RESOLVED DUPLICATE of bug 24379
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
: 108321 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-06 06:21 UTC by Matt Caesar
Modified: 2005-12-26 16:08 UTC (History)
2 users (show)

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 Matt Caesar 2003-10-06 06:21:26 UTC
Compiled fine when I commented out my CFLAGS="-march=k6-2 -O3 -pipe -m3dnow"

 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wwrite-strings -pedantic -Werror-implicit-function-declaration -Winline -DPKGMODULEDIR=\"/usr/lib/gimp-print/4.3.21/modules\" -DPKGXMLDATADIR=\"/usr/share/gimp-print/4.3.21/xml\" -DPKGMISCDATADIR=\"/usr/share/gimp-print/4.3.21\" -march=k6-2 -O3 -pipe -m3dnow -MT color.lo -MD -MP -MF .deps/color.Tpo -c color.c  -fPIC -DPIC -o .libs/color.o
{standard input}: Assembler messages:
{standard input}:1050: Error: value of ffffffffffffff7e too large for field of 1 bytes at 0000000000000b54
make[3]: *** [channel.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
color.c:39: warning: `stpi_color_freefunc' declared `static' but never defined
make[3]: Leaving directory `/var/tmp/portage/gimp-print-4.3.21/work/gimp-print-4.3.21/src/main'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gimp-print-4.3.21/work/gimp-print-4.3.21/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-print-4.3.21/work/gimp-print-4.3.21'
make: *** [all] Error 2
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-06 07:13:29 UTC
please try to figure out which flag exactly causes the error
Comment 2 SpanKY gentoo-dev 2003-10-06 09:21:27 UTC
it's the march=k6-2

review Bug 24379 ... i'll leave it up to printing to determine how they want
to handle this (if they want to at all)
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-07 07:33:40 UTC

*** This bug has been marked as a duplicate of 24379 ***
Comment 4 El Fabre 2005-12-26 16:08:39 UTC
*** Bug 108321 has been marked as a duplicate of this bug. ***