Actions
Bug #6704
closedBuild command wrappers should exit with codes from wrapped build commands
Status:
Closed
Priority:
High
Assignee:
Category:
* Build commands extracting
Target version:
-
Start date:
02/02/2016
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
6881b6df
Description
At the moment exit codes of wrapped build commands are totally ignored. But this implicitly breaks the Linux kernel build since it assumes that if, say, GCC doesn't support some option it fails and this option isn't invoked during further build.
Likely this issue has many bad consequences, in particular, we will be able to avoid ugly workarounds adapting Linux kernel build for our old-school Aspectator, maybe some modules and the whole Linux kernel will be successfully built without any strange failures.
Thanks to Ilja Schepetkov that helped to identify this issue!
Updated by Evgeny Novikov almost 9 years ago
- Status changed from New to Closed
- Published in build set to 6881b6df
Merged to master in 6881b6df.
Actions