public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0
@ 2004-04-22  9:37 sabelka at iue dot tuwien dot ac dot at
  2004-04-22 12:51 ` [Bug bootstrap/15065] [3.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: sabelka at iue dot tuwien dot ac dot at @ 2004-04-22  9:37 UTC (permalink / raw)
  To: gcc-bugs

Bootstraping the compiler results in a compilation error during libstdc++ build:

$ ./gcc-3.4.0/configure --enable-languages=c,c++
[...]
$ gmake bootstrap
[...]
/a61/tmp/build-gcc-3.4.0/gcc/xgcc -shared-libgcc -B/a61/tmp/build-gcc-3.4.0/gcc/
-nostdinc++ -L/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/src
-L/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/src/.libs
-B/usr/local/alphaev5-dec-osf5.0/bin/ -B/usr/local/alphaev5-dec-osf5.0/lib/
-isystem /usr/local/alphaev5-dec-osf5.0/include -isystem
/usr/local/alphaev5-dec-osf5.0/sys-include
-I/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/alphaev5-dec-osf5.0
-I/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include
-I/a61/tmp/gcc-3.4.0/libstdc++-v3/libsupc++ -O2 -g -O2 -mieee -g -O2 -mieee
-fno-implicit-templates -Wall -W -Wwrite-strings -Wcast-qual
-fdiagnostics-show-location=once -c
../../../../gcc-3.4.0/libstdc++-v3/src/allocator.cc   -DPIC -o .libs/allocator.o
In file included from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/bits/postypes.h:46,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/iosfwd:50,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/bits/stl_algobase.h:70,
                 from
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/memory:54,
                 from ../../../../gcc-3.4.0/libstdc++-v3/src/allocator.cc:35:
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/cwchar:182:
error: `::wcsftime' has not been declared
/a61/tmp/build-gcc-3.4.0/alphaev5-dec-osf5.0/libstdc++-v3/include/cwchar:193:
error: `::wcstok' has not been declared
[...]

$ uname -a
OSF1 a61.iue.tuwien.ac.at V5.0 910 alpha

Seems to be related to following patch - which should actually fix exactly this
error, but obviously doesn't:
http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00495.html

-- 
           Summary: bootstrap fails during bulding libstdc++-v3 on Tru64
                    V5.0
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sabelka at iue dot tuwien dot ac dot at
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev5-dec-osf5.0
  GCC host triplet: alphaev5-dec-osf5.0
GCC target triplet: alphaev5-dec-osf5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15065


^ permalink raw reply	[flat|nested] 20+ messages in thread
[parent not found: <bug-15065-641@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2005-10-31  0:09 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-22  9:37 [Bug bootstrap/15065] New: bootstrap fails during bulding libstdc++-v3 on Tru64 V5.0 sabelka at iue dot tuwien dot ac dot at
2004-04-22 12:51 ` [Bug bootstrap/15065] [3.4 Regression] " pinskia at gcc dot gnu dot org
2004-04-22 12:52 ` ro at gcc dot gnu dot org
2004-06-20  6:25 ` [Bug target/15065] [3.4/3.5 " pinskia at gcc dot gnu dot org
2004-06-21 14:57 ` sabelka at iue dot tuwien dot ac dot at
2004-06-21 16:39 ` pinskia at gcc dot gnu dot org
2004-06-21 21:18 ` mmitchel at gcc dot gnu dot org
2004-06-22  7:29 ` mmitchel at gcc dot gnu dot org
2004-06-22  8:09 ` sabelka at iue dot tuwien dot ac dot at
2004-06-22  9:58 ` ro at techfak dot uni-bielefeld dot de
2004-06-22 11:22 ` sabelka at iue dot tuwien dot ac dot at
2004-06-22 11:40 ` ro at techfak dot uni-bielefeld dot de
2004-08-29 18:55 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:45 ` [Bug target/15065] [3.4/4.0 " mmitchel at gcc dot gnu dot org
2004-12-20  1:20 ` pinskia at gcc dot gnu dot org
2005-01-21 21:30 ` pinskia at gcc dot gnu dot org
2005-03-05 19:47 ` [Bug target/15065] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-08-22  1:35 ` mmitchel at gcc dot gnu dot org
     [not found] <bug-15065-641@http.gcc.gnu.org/bugzilla/>
2005-10-30 22:10 ` pinskia at gcc dot gnu dot org
2005-10-31  0:09 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).