First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 14488
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jani-Matti Hätinen <jani-matti.hatinen@iki.fi>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 14488 depends on: Show dependency tree
Show dependency graph
Bug 14488 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

First Last Prev Next    No search results available      Search page      Enter new bug