Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13822 - gcc-3.2.1-r6 fails to compile when upgrading to 1.4
Summary: gcc-3.2.1-r6 fails to compile when upgrading to 1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-13 01:12 UTC by Kim Nielsen
Modified: 2003-01-19 22:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
A log of gcc failing (update.log,187.53 KB, text/plain)
2003-01-14 00:40 UTC, Kim Nielsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Nielsen 2003-01-13 01:12:12 UTC
Fixed:  mozilla/xp_core.h
Quoted includes in mozilla/xp_core.h
Applying machine_name             to mozilla/nss/secport.h
Fixed:  mozilla/nss/secport.h
Quoted includes in mozilla/nss/secport.h
Applying machine_name             to mozilla/zlib/zconf.h
Fixed:  mozilla/zlib/zconf.h
Cleaning up unneeded directories:
fixincludes is done
if [ "/usr/include" = "/usr/i686-pc-linux-gnu/sys-include" ] \
   && [ -d /usr/i686-pc-linux-gnu/sys-include ]; then \
  if [ -d /usr/lib ] ; then true ; else mkdir /usr/lib ; fi; \
  if [ -d /usr/lib/gcc-lib ] ; then true ; else mkdir /usr/lib/gcc-lib; fi; \
  if [ -d /usr/lib/gcc-lib/i686-pc-linux-gnu ] ; then true ; else mkdir
/usr/lib/gcc-lib/i686-pc-linux-gnu ; fi; \
  if [ -d /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1 ] ; then true ; else mkdir
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1 ; fi; \
else true; fi
make[2]: *** Waiting for unfinished jobs....
echo timestamp > stmp-fixinc
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gcc-3.2.1-r6/work/build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/var/tmp/portage/gcc-3.2.1-r6/work/build/gcc'
make: *** [bootstrap-lean] Error 2

!!! ERROR: sys-devel/gcc-3.2.1-r6 failed.
!!! Function src_compile, Line 169, Exitcode 2
!!! (no error message)

emerge gcc binutils FAILED.

this happens when I run the update-step2.sh script
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-14 00:11:33 UTC
I need a complete log (emerge gcc &> gcc.log).
Comment 2 Kim Nielsen 2003-01-14 00:40:37 UTC
Created attachment 7285 [details]
A log of gcc failing

I have attached the log of gcc failing
Comment 3 Kim Nielsen 2003-01-14 00:44:07 UTC
It seems that for some reason my /usr/local/include is not a directory but a
header file. That might be the problem
Comment 4 Kim Nielsen 2003-01-14 01:00:42 UTC
removing that header file and creating the dir called /usr/local/include make
gcc continue
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-19 17:05:03 UTC
So this fixed it ?
Comment 6 Kim Nielsen 2003-01-19 22:51:17 UTC
yes its fixed.