Bug 28320 - bootstrap failure in libstdc++-v3
Summary: bootstrap failure in libstdc++-v3
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.1.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on: 28084
Blocks:
  Show dependency treegraph
 
Reported: 2006-07-08 21:32 UTC by Eric Botcazou
Modified: 2006-07-10 17:20 UTC (History)
2 users (show)

See Also:
Host: ia64-hp-hpux11.23
Target: ia64-hp-hpux11.23
Build: ia64-hp-hpux11.23
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Botcazou 2006-07-08 21:32:40 UTC
/opt/build/eric/gcc-4_1-branch/./gcc/xgcc -shared-libgcc -B/opt/build/eric/gcc-4_1-branch/./gcc -nostdinc++ -L/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/libstdc++-v3/src -L/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/libstdc++-v3/src/.libs -B/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/bin/ -B/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/lib/ -isystem /opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/include -isystem /opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/sys-include -I/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/libstdc++-v3/include/ia64-hp-hpux11.23 -I/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/libstdc++-v3/include -I/home/eric/svn/gcc-4_1-branch/libstdc++-v3/libsupc++ -g -O2 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -c c++locale.cc  -fPIC-DPIC -o .libs/c++locale.o
/usr/include/errno.h:39: error: previous declaration of 'int errno' with 'C++' linkage
/usr/include/sys/errno.h:52: error: conflicts with new declaration with 'C' linkage
gmake[4]: *** [c++locale.lo] Error 1
gmake[4]: Leaving directory `/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/libstdc++-v3/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/libstdc++-v3'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/opt/build/eric/gcc-4_1-branch/ia64-hp-hpux11.23/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/opt/build/eric/gcc-4_1-branch'
gmake: *** [all] Error 2

Last successful bootstrap on Jun 3.
Comment 1 Paolo Carlini 2006-07-08 21:54:00 UTC
Duplicate of target/28084?!?
Comment 2 Eric Botcazou 2006-07-08 22:16:24 UTC
> Duplicate of target/28084?!?

Very likely.  I must admit I only searched the database with "ia64-hp".
Comment 3 Andrew Pinski 2006-07-09 10:42:28 UTC
Hmm, the patch for PR 28084 was applied to the 4.1 branch and I thought the patch which caused it was not applied to the branch also.
Comment 4 Steve Ellcey 2006-07-10 17:20:23 UTC
The patch for PR 28084 has been backported to the 4.1 branch and this is now fixed.