Bug 14488 - plotutils-2.4.1-r2 fails with parallel make error
Bug#: 14488 Product:  Gentoo Linux Version: 1.4_rc2 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: seemant@gentoo.org Reported By: jani-matti.hatinen@iki.fi
Component: Applications
URL: 
Summary: plotutils-2.4.1-r2 fails with parallel make error
Keywords:  
Status Whiteboard: 
Opened: 2003-01-24 07:12 0000
Description:   Opened: 2003-01-24 07:12 0000
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 From Seemant Kulleen (RETIRED) 2003-01-27 02:05:07 0000 -------
try with -march=i586 and report please?

------- Comment #2 From Jani-Matti Hätinen 2003-01-27 13:39:27 0000 -------
Works just fine with -march=i586. Thanks.

------- Comment #3 From Seemant Kulleen (RETIRED) 2003-02-05 14:38:09 0000 -------
fixed in portage -- the flags get replaced in the ebuild.