This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/16469] bootstrap fails in libstdc++-v3/testsuite


------- Additional Comments From geos at epost dot de  2004-07-17 08:53 -------
(In reply to comment #2)
lorenz 7% /bin/sh -x \
? /usr/people/schwarz/gcc-3.4.1/libstdc++-v3/scripts/create_testsuite_files \
? /usr/people/schwarz/gcc-3.4.1/libstdc++-v3/testsuite `${PWDCMD-pwd}`
Missing }.
LC_ALL=C
+ export LC_ALL 
srcdir=/usr/people/schwarz/gcc-3.4.1/libstdc++-v3/testsuite
outdir=
tmp=/tmp/ctt1380
tests_file_normal=/testsuite_files
tests_file_inter=/testsuite_files_interactive
tests_file_perf=/testsuite_files_performance
+ cd /usr/people/schwarz/gcc-3.4.1/libstdc++-v3/testsuite 
+ echo 17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io
+ test -d abi_check.cc 
+ test -d backward 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward
+ test -d config 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config
+ test -d data 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config data
+ test -d demangle 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config data demangle
+ test -d ext 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config data demangle ext
+ test -d lib 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config data demangle ext lib
+ test -d libstdc++-dg 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config data demangle ext lib libstdc++-dg
+ test -d performance 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config data demangle ext lib libstdc++-dg performance
+ test -d printnow.c 
+ test -d testsuite_abi.cc 
+ test -d testsuite_abi.h 
+ test -d testsuite_allocator.cc 
+ test -d testsuite_allocator.h 
+ test -d testsuite_character.h 
+ test -d testsuite_hooks.cc 
+ test -d testsuite_hooks.h 
+ test -d testsuite_io.h 
+ test -d testsuite_performance.h 
+ test -d thread 
dlist=17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config data demangle ext lib libstdc++-dg performance thread
+ find 17_intro 18_support 19_diagnostics 20_util 21_strings 22_locale 23_containers 24_iterators 25_algorithms 26_numerics 27_io backward config data demangle ext lib libstdc++-dg performance thread ( -type f -o -type l ) -name *.cc 
+ sort 
+ test ! -s /tmp/ctt1380.1 
+ exit 1 

The problem appears to be caused by the find command in libstdc++-v3/scripts/create_testsuite_files being without a -print. On older UNIX systems find needs -print to do any output. Adding -print fixes the problem.



-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]