| Summary: | dev-util/boost-build-1.53.0 fails test pch | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Markus Walter <gentoo> |
| Component: | [OLD] Development | Assignee: | C++ Team [disbanded] <cpp+disabled> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | levertond, patrick, rhill |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge --info
build log |
||
Created attachment 329082 [details]
build log
This ebuild is no longer the latest and the latest has tests disabled. I don't see tests disabled in either 1.52.0-r1 or 1.53.0.
Here's the log.
# python pch.py
failure {{{
"['/var/tmp/portage/dev-util/boost-build-1.53.0/work/boost_1_53_0/tools/build/v2/test/../engine/bin.linuxx86_64/bjam', '-sBOOST_BUILD_PATH="/var/tmp/portage/dev-util/boost-build-1.53.0/work/boost_1_53_0/tools/build/v2/test/.."', '-d0', '--quiet', 'toolset=gcc', '--test-config="/var/tmp/portage/dev-util/boost-build-1.53.0/work/boost_1_53_0/tools/build/v2/test/test-config.jam"', '--ignore-toolset-requirements']" returned 1
}}}
reason {{{
unexpected status returned by bjam
}}}
changes caused by the last build command {{{
Added files : ['bin/config.log', 'bin/gcc-4.8.1/debug/hello', 'bin/gcc-4.8.1/debug/hello.o', 'bin/gcc-4.8.1/debug/pch.hpp.gch']
Removed files : []
Modified files: []
Touched files : []
}}}
STDOUT {{{
In file included from hello.cpp:1:0:
./pch.hpp:2:1: error: 'THIS' does not name a type
THIS WILL NOT COMPILE
^
...skipped <pbin/gcc-4.8.1/debug>hello for lack of <pbin/gcc-4.8.1/debug>hello.o...
...failed updating 1 target...
}}}
STDERR {{{
}}}
stacktrace {{{
at line 593 of /var/tmp/portage/dev-util/boost-build-1.53.0/work/boost_1_53_0/tools/build/v2/test/BoostBuild.py (fail_test)
from line 487 of /var/tmp/portage/dev-util/boost-build-1.53.0/work/boost_1_53_0/tools/build/v2/test/BoostBuild.py (run_build_system)
from line 52 of pch.py (<module>)
}}}
+ 01 Jan 2015; Patrick Lauer <patrick@gentoo.org> boost-build-1.52.0-r1.ebuild, + boost-build-1.53.0.ebuild, boost-build-1.54.0.ebuild, + boost-build-1.55.0-r1.ebuild, boost-build-1.55.0.ebuild, + boost-build-1.56.0.ebuild: + Disable test phase as it hasn't worked in over 2 years #442576 etc. + *** Bug 442988 has been marked as a duplicate of this bug. *** Removed from tree, reopen if issue persists. commit abc5c3d3b5a854114070bf6ed2a9e6ad2f04d6e8 Author: David Seifert <soap@gentoo.org> Date: Tue Apr 4 19:33:14 2017 +0200 dev-util/boost-build: Remove old |
Created attachment 329080 [details] emerge --info On my hardened ~amd64 machine with gcc-4.7.2 boost-build fails the test pch. The build log doesn't say any more about this. :(