Boost regression notification (2005-11-21 [RC_1_33_0])

Boost regression test failures ------------------------------ Report time: 2005-11-21T14:38:08Z This report lists all regression test failures on release platforms. Detailed report: http://engineering.meta-comm.com/boost-regression/CVS-RC_1_33_0/developer/is... 33 failures in 2 libraries: iostreams (32) serialization (1) |iostreams| array_test: intel-8.1-linux auto_close_test: intel-8.1-linux buffer_size_test: intel-8.1-linux bzip2_test: intel-8.1-linux code_converter_test: intel-8.1-linux component_access_test: intel-8.1-linux compose_test: intel-8.1-linux copy_test: intel-8.1-linux counter_test: intel-8.1-linux direct_adapter_test: intel-8.1-linux example_test: intel-8.1-linux file_descriptor_test: intel-8.1-linux file_test: intel-8.1-linux filtering_stream_test: intel-8.1-linux finite_state_filter_test: intel-8.1-linux flush_test: intel-8.1-linux gzip_test: intel-8.1-linux invert_test: intel-8.1-linux line_filter_test: intel-8.1-linux mapped_file_test: intel-8.1-linux newline_test: intel-8.1-linux null_test: intel-8.1-linux pipeline_test: intel-8.1-linux regex_filter_test: intel-8.1-linux restrict_test: intel-8.1-linux seekable_file_test: intel-8.1-linux seekable_filter_test: intel-8.1-linux stdio_filter_test: intel-8.1-linux symmetric_filter_test: intel-8.1-linux tee_test: intel-8.1-linux wide_stream_test: intel-8.1-linux zlib_test: intel-8.1-linux |serialization| test_nvp_text_archive: vc-8_0

Douglas Gregor wrote:
Boost regression test failures
iostreams| array_test: intel-8.1-linux auto_close_test: intel-8.1-linux ...
All these failures seem to be of the form catastrophic error: could not open source file "xxx" where xxx is some standard header name, e.g., "utility", "algorithm", "string". Why is this only happening for the iostreams library? -- Jonathan Turkanis www.kangaroologic.com

Jonathan Turkanis wrote:
Douglas Gregor wrote:
Boost regression test failures
All these failures seem to be of the form
catastrophic error: could not open source file "xxx"
where xxx is some standard header name, e.g., "utility", "algorithm", "string".
icc 8 isn't very clever in finding the gcc headers on systems it does not explicitly support. For that reason, I patched the icc and icpc wrapper scripts to set an environment variable that points the compiler to the location of the system compiler's includes. I recently upgraded the system compiler. The version change made the patch to icc outdated. I'll update the patches and will rerun the tests this night.
Why is this only happening for the iostreams library?
I'm doing incremental runs. Only tests that get recompiled are affected by the problem. Regards, m Send instant messages to your online friends http://au.messenger.yahoo.com

Martin Wille wrote:
Jonathan Turkanis wrote:
Douglas Gregor wrote:
Boost regression test failures
All these failures seem to be of the form
catastrophic error: could not open source file "xxx"
where xxx is some standard header name, e.g., "utility", "algorithm", "string".
icc 8 isn't very clever in finding the gcc headers on systems it does not explicitly support. For that reason, I patched the icc and icpc wrapper scripts to set an environment variable that points the compiler to the location of the system compiler's includes.
I recently upgraded the system compiler. The version change made the patch to icc outdated. I'll update the patches and will rerun the tests this night.
Okay, thanks. -- Jonathan Turkanis www.kangaroologic.com
participants (3)
-
Douglas Gregor
-
Jonathan Turkanis
-
Martin Wille