This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: libstdc++ related bootstrap failure on Solaris
On Thu, Nov 16, 2000 at 01:35:10AM +0100, Gerald Pfeifer wrote:
> On Wed, 15 Nov 2000, Phil Edwards wrote:
> > Normally I use GNU as and ld (and I'm wondering if Banjamin is seeing the GNU
> > ld core dumps on static testsuites that I am), but I also keep a builddir for
> > all-native tools. I'm testing a build now and will followup with a report.
The testsuite results for native ld/as/etc are below (this is all before
today's ream of patches). Short version: 167/15.
> gmake[5]: Entering directory `/files/pfeifer/OBJ-1115-23:54/i386-unknown-freebsd4.1/libstdc++-v3/src'
> Makefile:277: *** multiple target patterns. Stop.
That's weird. Never seen it before.
> My gut tells me this might be related to autoconf, automake and autoheader
> not being installed on these systems? (That would also explain why other
> maintainers don't seem to see these failures.)
>
> FWIWI, libstdc++-v3/src/Makefile includes
> ACLOCAL = /a/vexpert/files8/test/gcc/gcc/missing aclocal
> AUTOCONF = /a/vexpert/files8/test/gcc/gcc/missing autoconf
> AUTOMAKE = /a/vexpert/files8/test/gcc/gcc/missing automake
> AUTOHEADER = /a/vexpert/files8/test/gcc/gcc/missing autoheader
> which seems a bit fishy. (/a/... is the source directory.)
Those are the normal variable results when <foo> tool isn't installed.
The 'missing' script just says, "hey, you're trying to run a tool that
you don't have, get it here: <URL>."
If you aren't actually seeing these messages, then those tools aren't
being called; if they aren't being called, then their absence is harmless.
At least, that's the theory. None of the autotools should be getting
called at all during a normal build.
Phil
host: SunOS 5.8 Generic_108528-02 sun4u
compiler: gcc version 2.97 20001115 (experimental)
Configured with: --with-gcc --enable-languages=c++
compiler flags: -ggdb3 -DDEBUG_ASSERT -ffunction-sections -fdata-sections
date: 20001115
pass/fail results: 167/15
p == pass/fail execution test
+: pass, -b: build failure, -r: run failure, x: disabled
ctime == time to compile and link
etime == time for executable to run
text == size of the executable text section
data == size of the executable data section
total == size of the executable
(First static, then shared.)
p ctime etime text data total name
+ 2 0.209 4101 488 4617 17_intro/header_ciso646.cc
+ 2 0.208 4101 488 4617 17_intro/header_ciso646.cc
+ 10 0.209 5436 492 5992 17_intro/header_fstream.cc
+ 10 0.211 5436 492 5992 17_intro/header_fstream.cc
+ 7 0.212 4332 472 4836 17_intro/header_iomanip.cc
+ 7 0.210 4332 472 4836 17_intro/header_iomanip.cc
+ 6 0.211 4332 472 4836 17_intro/header_ios.cc
+ 5 0.215 4332 472 4836 17_intro/header_ios.cc
+ 2 0.210 2468 376 2872 17_intro/header_iosfwd.cc
+ 2 0.208 2468 376 2872 17_intro/header_iosfwd.cc
+ 8 0.208 558221 64488 626541 17_intro/header_iostream.cc
+ 7 0.208 4700 588 5344 17_intro/header_iostream.cc
+ 6 0.213 4332 472 4836 17_intro/header_istream.cc
+ 7 0.211 4332 472 4836 17_intro/header_istream.cc
+ 6 0.225 4332 472 4836 17_intro/header_ostream.cc
+ 6 0.208 4332 472 4836 17_intro/header_ostream.cc
+ 7 0.209 4332 472 4836 17_intro/header_sstream.cc
+ 7 0.208 4332 472 4836 17_intro/header_sstream.cc
+ 6 0.212 4332 472 4836 17_intro/header_streambuf.cc
+ 6 0.208 4332 472 4836 17_intro/header_streambuf.cc
+ 15 0.211 559409 65084 628325 17_intro/headers.cc
+ 15 0.208 6956 1192 8236 17_intro/headers.cc
+ 3 0.213 28460 2956 31796 18_support/numeric_limits.cc
+ 3 0.210 6269 856 7153 18_support/numeric_limits.cc
-b 3 0.210 0 0 0 20_util/auto_ptr.cc
-b 3 0.210 0 0 0 20_util/auto_ptr.cc
+ 10 0.211 114557 9440 124521 21_strings/append.cc
+ 10 0.214 74712 5316 80204 21_strings/append.cc
+ 11 0.212 120205 9424 130177 21_strings/capacity.cc
+ 11 0.209 94140 7004 101281 21_strings/capacity.cc
+ 7 0.211 64437 5216 70193 21_strings/char_traits.cc
+ 7 0.209 38364 2788 41288 21_strings/char_traits.cc
+ 7 0.209 53329 5236 59089 21_strings/compare.cc
+ 7 0.208 27296 2828 30248 21_strings/compare.cc
+ 8 0.216 83985 7324 91833 21_strings/ctor_copy_dtor.cc
+ 9 0.213 58712 4932 63836 21_strings/ctor_copy_dtor.cc
+ 6 0.214 48761 4812 54097 21_strings/element_access.cc
+ 6 0.210 23160 2416 25748 21_strings/element_access.cc
+ 7 0.213 77133 6816 84473 21_strings/find.cc
+ 7 0.209 32984 2632 35736 21_strings/find.cc
+ 9 0.212 91681 7308 99513 21_strings/insert.cc
+ 9 0.214 66400 4916 71508 21_strings/insert.cc
+ 16 0.237 611145 70636 685613 21_strings/inserters_extractors.cc
+ 15 0.244 77016 7468 84976 21_strings/inserters_extractors.cc
+ 8 0.210 70041 6252 76817 21_strings/invariants.cc
+ 8 0.209 44016 3836 47976 21_strings/invariants.cc
+ 8 0.210 96553 7284 104361 21_strings/nonmember.cc
+ 9 0.210 70408 4856 75384 21_strings/nonmember.cc
+ 7 0.213 50041 5060 55625 21_strings/operations.cc
+ 7 0.209 23912 2628 26664 21_strings/operations.cc
+ 9 0.213 86785 7300 94609 21_strings/replace.cc
+ 9 0.209 60920 4884 65928 21_strings/replace.cc
+ 6 0.210 49377 4652 54553 21_strings/rfind.cc
+ 6 0.213 23248 2220 25592 21_strings/rfind.cc
+ 8 0.211 64425 5916 70865 21_strings/substr.cc
+ 7 0.210 38880 3524 42580 21_strings/substr.cc
+ 11 0.208 565160 64936 633904 22_locale/codecvt_char_char.cc
+ 10 0.212 14872 1224 16172 22_locale/codecvt_char_char.cc
-r 12 0.000 591528 66960 662336 22_locale/codecvt_unicode_char.cc
-r 11 0.000 42636 3520 46352 22_locale/codecvt_unicode_char.cc
-r 12 0.000 586744 66880 657472 22_locale/codecvt_unicode_wchar_t.cc
-r 11 0.000 37860 3432 41488 22_locale/codecvt_unicode_wchar_t.cc
+ 11 0.209 565984 64952 634744 22_locale/codecvt_wchar_t_char.cc
+ 10 0.209 15816 1272 17164 22_locale/codecvt_wchar_t_char.cc
+ 13 0.212 594592 67824 666280 22_locale/ctor_copy_dtor.cc
+ 12 0.210 47336 4508 52112 22_locale/ctor_copy_dtor.cc
+ 10 0.211 562096 65216 631200 22_locale/ctype.cc
+ 10 0.211 9900 1356 11416 22_locale/ctype.cc
+ 10 0.214 563928 64784 632536 22_locale/ctype_char_members.cc
+ 9 0.209 12956 1104 14152 22_locale/ctype_char_members.cc
+ 11 0.209 564456 64848 633128 22_locale/ctype_wchar_t_members.cc
+ 10 0.209 13756 1216 15064 22_locale/ctype_wchar_t_members.cc
+ 17 0.212 634441 75308 714013 22_locale/facet.cc
+ 17 0.209 110453 12436 123877 22_locale/facet.cc
+ 12 0.209 576040 66312 646176 22_locale/global_templates.cc
+ 10 0.208 27592 2900 30648 22_locale/global_templates.cc
+ 12 0.210 577976 66448 648248 22_locale/operators.cc
+ 11 0.209 30168 3052 33380 22_locale/operators.cc
+ 12 0.209 576840 66272 646936 22_locale/static_members.cc
+ 10 0.210 28672 2860 31700 22_locale/static_members.cc
+ 11 0.330 598185 68844 670877 23_containers/bitset_ctor.cc
+ 10 0.209 49436 5288 54940 23_containers/bitset_ctor.cc
+ 12 1.243 608137 71140 686205 23_containers/bitset_shift.cc
+ 12 1.228 58428 7552 69268 23_containers/bitset_shift.cc
-b 8 1.228 0 0 0 23_containers/map_operators.cc
-b 8 1.228 0 0 0 23_containers/map_operators.cc
+ 11 0.209 588301 66512 658645 23_containers/multiset.cc
+ 9 0.000 36584 2840 39688 23_containers/multiset.cc
-b 7 0.000 0 0 0 23_containers/set_operators.cc
-b 7 0.000 0 0 0 23_containers/set_operators.cc
+ 6 0.210 56305 5364 62073 23_containers/vector_capacity.cc
+ 6 0.208 33948 3360 37408 23_containers/vector_capacity.cc
+ 12 0.209 657716 73172 734688 23_containers/vector_ctor.cc
+ 12 0.213 104092 9472 113664 23_containers/vector_ctor.cc
+ 6 0.212 566060 65628 635488 23_containers/vector_element_access.cc
+ 4 0.211 12624 1940 14716 23_containers/vector_element_access.cc
+ 8 0.209 88289 7988 96681 23_containers/vector_modifiers.cc
+ 8 0.209 65900 5984 71984 23_containers/vector_modifiers.cc
+ 10 0.224 587497 67564 658869 24_iterators/istreambuf_iterator.cc
+ 9 0.208 44224 4132 48564 24_iterators/istreambuf_iterator.cc
+ 14 0.212 143429 11112 155065 24_iterators/iterator.cc
+ 14 0.214 117324 8684 126128 24_iterators/iterator.cc
+ 4 0.210 10000 988 11016 25_algorithms/lower_bound.cc
+ 4 0.212 10000 988 11016 25_algorithms/lower_bound.cc
+ 4 0.212 4512 568 5108 25_algorithms/min_max.cc
+ 4 0.211 4512 568 5108 25_algorithms/min_max.cc
+ 12 0.208 573637 65680 643149 26_numerics/binary_closure.cc
+ 11 0.000 21324 1912 23440 26_numerics/binary_closure.cc
+ 3 0.209 3408 476 3912 26_numerics/buggy_complex.cc
+ 2 0.344 3408 476 3912 26_numerics/buggy_complex.cc
+ 2 0.209 4992 748 5768 26_numerics/c_math.cc
+ 3 0.211 3824 688 4540 26_numerics/c_math.cc
+ 11 0.215 606369 70772 680981 26_numerics/complex_inserters_extractors.cc
+ 10 0.214 48032 5220 53484 26_numerics/complex_inserters_extractors.cc
+ 8 0.208 31581 3408 35393 26_numerics/valarray.cc
+ 7 0.209 8072 1112 9212 26_numerics/valarray.cc
+ 13 0.213 605425 67092 676765 27_io/filebuf.cc
+ 13 0.232 63196 3800 67696 27_io/filebuf.cc
+ 12 0.208 574441 66172 644413 27_io/filebuf_members.cc
+ 11 0.208 27856 2740 30816 27_io/filebuf_members.cc
+ 6 0.209 10172 680 10884 27_io/fpos.cc
+ 6 0.210 10172 680 10884 27_io/fpos.cc
+ 13 0.607 574553 66332 644685 27_io/ifstream_members.cc
+ 12 0.667 28308 2824 31352 27_io/ifstream_members.cc
+ 10 0.210 581721 67404 652949 27_io/ios_base_callbacks.cc
+ 9 0.213 37512 3980 41684 27_io/ios_base_callbacks.cc
-r 10 0.207 577449 66884 648165 27_io/ios_base_members_static.cc
+ 8 0.210 32248 3424 36012 27_io/ios_base_members_static.cc
+ 9 0.211 581329 67068 652205 27_io/ios_ctor.cc
+ 9 0.209 36992 3604 40772 27_io/ios_ctor.cc
-r 14 0.000 595537 69484 668877 27_io/ios_manip_basefield.cc
+ 14 777.000 56612 6208 63268 27_io/ios_manip_basefield.cc
-r 15 0.000 597313 69788 670965 27_io/ios_manip_fmtflags.cc
+ 13 0.000 59316 6520 66324 27_io/ios_manip_fmtflags.cc
+ 8 0.212 574985 66220 645013 27_io/ios_members.cc
+ 7 0.211 26704 2716 29596 27_io/ios_members.cc
+ 6 0.210 4332 472 4836 27_io/istream.cc
+ 6 0.208 4332 472 4836 27_io/istream.cc
+ 17 1.000 625305 70948 701213 27_io/istream_extractor_arith.cc
+ 15 1.000 90052 7808 99356 27_io/istream_extractor_arith.cc
+ 10 0.210 592297 68044 664149 27_io/istream_extractor_char.cc
+ 9 0.209 50104 4676 54996 27_io/istream_extractor_char.cc
+ 13 0.210 596521 68484 668805 27_io/istream_extractor_other.cc
+ 12 0.210 55248 5140 60620 27_io/istream_extractor_other.cc
+ 9 0.209 583073 67404 654285 27_io/istream_manip.cc
+ 9 0.208 40312 3996 44516 27_io/istream_manip.cc
+ 15 0.211 604209 68724 676741 27_io/istream_seeks.cc
+ 14 0.214 64504 5364 70136 27_io/istream_seeks.cc
+ 10 0.209 578009 67028 648845 27_io/istream_sentry.cc
+ 8 0.209 33744 3572 37508 27_io/istream_sentry.cc
+ 16 0.263 618481 69748 692037 27_io/istream_unformatted.cc
+ 15 0.268 81040 6516 87848 27_io/istream_unformatted.cc
+ 10 0.210 587217 67876 658901 27_io/istringstream_members.cc
+ 9 0.210 45792 4484 50508 27_io/istringstream_members.cc
-r 16 0.000 560593 65196 629621 27_io/narrow_stream_objects.cc
+ 16 0.000 9440 1388 11496 27_io/narrow_stream_objects.cc
+ 12 0.703 574569 66332 644701 27_io/ofstream_members.cc
+ 12 0.747 28324 2824 31364 27_io/ofstream_members.cc
+ 6 0.324 4332 472 4836 27_io/ostream.cc
+ 6 0.210 4332 472 4836 27_io/ostream.cc
+ 18 0.246 637433 73628 716781 27_io/ostream_inserter_arith.cc
+ 17 0.234 109548 10480 122364 27_io/ostream_inserter_arith.cc
+ 15 0.369 605665 70388 679861 27_io/ostream_inserter_char.cc
+ 14 0.367 68144 7140 75556 27_io/ostream_inserter_char.cc
+ 14 0.220 584673 67852 656333 27_io/ostream_inserter_other.cc
+ 13 0.217 45080 4556 49928 27_io/ostream_inserter_other.cc
+ 10 0.210 591505 68612 663925 27_io/ostream_manip.cc
+ 10 0.209 50360 5228 55796 27_io/ostream_manip.cc
+ 13 0.214 582033 67812 653653 27_io/ostream_seeks.cc
+ 12 0.208 41296 4428 45996 27_io/ostream_seeks.cc
+ 10 0.213 578193 66884 648885 27_io/ostream_unformatted.cc
+ 9 0.209 34192 3440 37836 27_io/ostream_unformatted.cc
+ 10 0.209 592889 68204 664933 27_io/streambuf.cc
+ 9 0.214 49732 4840 54780 27_io/streambuf.cc
+ 12 0.212 618640 68968 691704 27_io/stringbuf.cc
+ 10 0.213 75436 5528 81400 27_io/stringbuf.cc
+ 12 0.213 597105 69348 670301 27_io/stringstream.cc
+ 12 0.210 57372 6024 63668 27_io/stringstream.cc
-r 16 0.000 560745 65196 629773 27_io/wide_stream_objects.cc
+ 16 0.000 9608 1388 11672 27_io/wide_stream_objects.cc
+ 12 0.212 558421 64488 626741 ext/headers.cc
+ 11 0.209 4904 588 5548 ext/headers.cc
testrun == 1935 seconds