Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51352 - prc-tools-2.3 build failure.
Summary: prc-tools-2.3 build failure.
Status: RESOLVED DUPLICATE of bug 49179
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-18 00:09 UTC by Sumanth Peddamatham
Modified: 2005-07-17 13:06 UTC (History)
1 user (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 Sumanth Peddamatham 2004-05-18 00:09:47 UTC
My build fails with:

...

make GCC_FOR_TARGET="/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295/gcc/xgcc -B/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295/gcc/ -B/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/minitooldir/bin/ -I/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/minitooldir/include" \
  AR_FOR_TARGET="/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/binutils/binutils/ar" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-O3 -fprefetch-loop-arrays -pipe" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c c++" \
  LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC     -O3 -fprefetch-loop-arrays -pipe -I./include  -Dinhibit_libc -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   " libgcc2.a
make[5]: Entering directory `/usr/local/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  /var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295/gcc/xgcc -B/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295/gcc/ -B/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/minitooldir/bin/ -I/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/minitooldir/include -O2  -DCROSS_COMPILE -DIN_GCC     -O3 -fprefetch-loop-arrays -pipe -I./include  -Dinhibit_libc -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED    -I. -I../../../../prc-tools-2.3/gcc295/gcc -I../../../../prc-tools-2.3/gcc295/gcc/config -I../../../../prc-tools-2.3/gcc295/gcc/../include -c -DL${name} \
       ../../../../prc-tools-2.3/gcc295/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  /var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/binutils/binutils/ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
cc1: Invalid option `-fprefetch-loop-arrays'
make[5]: *** [libgcc2.a] Error 1
make[5]: Leaving directory `/usr/local/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295/gcc'
make[4]: *** [stmp-multilib-sub] Error 2
make[4]: Leaving directory `/usr/local/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295/gcc'
make[3]: *** [stmp-multilib] Error 1
make[3]: Leaving directory `/usr/local/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295/gcc'
make[2]: *** [all-gcc] Error 2
make[2]: Leaving directory `/usr/local/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos/gcc295'
make[1]: *** [real-gcc] Error 2
make[1]: Leaving directory `/usr/local/var/tmp/portage/prc-tools-2.3/work/build/m68k-palmos'
make: *** [m68k-palmos] Error 2
 
!!! ERROR: dev-lang/prc-tools-2.3 failed.
!!! Function src_compile, Line 88, Exitcode 2
!!! (no error message)
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-05-18 14:37:43 UTC
Can I have your ``emerge info'' please?
Comment 2 Sumanth Peddamatham 2004-05-18 19:38:56 UTC
I feel much the fool.  As I was pasting the output of emerge-info, I realized the offending option was in my make.info.  I thought that I had checked that.  

Thanks for the help.

Comment 3 Tim Yamin (RETIRED) gentoo-dev 2004-05-23 13:41:59 UTC
Mike, you seem to be sort-of maintaining flag-o-matic so could you have a look why this didn't get filtered and caused a failure as a result? Thanks...
Comment 4 SpanKY gentoo-dev 2004-05-29 14:14:20 UTC
this should be fixed in upcoming portage

*** This bug has been marked as a duplicate of 49179 ***