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.