Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14488 - plotutils-2.4.1-r2 fails with parallel make error
Summary: plotutils-2.4.1-r2 fails with parallel make error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 07:12 UTC by Jani-Matti Hätinen
Modified: 2003-02-05 14:38 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 Jani-Matti Hätinen 2003-01-24 07:12:57 UTC
The plotutils-2.4.1-r2 ebuild fails every time with a parallel make error.
Here's the output:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I./../include -DLIBPLOT
-O3 -march=k6-2 -pipe -fomit-frame-pointer -c mi_widelin.c  -fPIC -DPIC -o
.libs/mi_widelin.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I./../include -DLIBPLOT
-O3 -march=k6-2 -pipe -fomit-frame-pointer -c mi_spans.c -o mi_spans.o
>/dev/null 2>&1
mv -f .libs/mi_spans.lo mi_spans.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I/usr/X11R6/include -I./../include -DLIBPLOT    -O3 -march=k6-2 -pipe
-fomit-frame-pointer  -c mi_zerarc.c
rm -f .libs/mi_zerarc.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I./../include -DLIBPLOT
-O3 -march=k6-2 -pipe -fomit-frame-pointer -c mi_zerarc.c  -fPIC -DPIC -o
.libs/mi_zerarc.lo
{standard input}: Assembler messages:
{standard input}:4046: Error: value of ffffffffffffff7e too large for field of 1
bytes at 0000000000003727
make[2]: *** [mi_widelin.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -I./../include -DLIBPLOT
-O3 -march=k6-2 -pipe -fomit-frame-pointer -c mi_zerarc.c -o mi_zerarc.o
>/dev/null 2>&1
mv -f .libs/mi_zerarc.lo mi_zerarc.lo
make[2]: Leaving directory
`/var/tmp/portage/plotutils-2.4.1-r2/work/plotutils-2.4.1/libplot'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/plotutils-2.4.1-r2/work/plotutils-2.4.1'
make: *** [all-recursive-am] Error 2

!!! ERROR: media-libs/plotutils-2.4.1-r2 failed.
!!! Function src_compile, Line 49, Exitcode 2
!!! Parallel Make Failed

Removing MAKEOPTS="-j2", or changing it to -j1 doesn't help at all. As you can
see from the output, my CFLAGS are "-O3 -march=k6-2 -pipe -fomit-frame-pointer".
 I have plotutils in the USE settings as well.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-01-27 02:05:07 UTC
try with -march=i586 and report please?
Comment 2 Jani-Matti Hätinen 2003-01-27 13:39:27 UTC
Works just fine with -march=i586. Thanks.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2003-02-05 14:38:09 UTC
fixed in portage -- the flags get replaced in the ebuild.