Actions
Issue #1847
openToolchain build failure as it expect certain tools in /usr/bin instead of /bin
Status:
New
Priority:
Normal
Assignee:
Category:
Build system
Target version:
Start date:
11/13/2017
Due date:
% Done:
0%
Estimated time:
Resolution:
Device:
Grant:
Type of work:
Any programming languages (scripts, C, etc), Communication (mails, contacting people, etc)
Description
With debian stretch, when building the toolchain we have issues like that:
with the following binaries:
.../toolchain/src/binutils/binutils-2.25/bfd/configure: line 16741: /usr/bin/sed: No such file or directory
with the following binaries:
- /usr/bin/grep
- /usr/bin/mkdir
- /usr/bin/sed
The solution would be to either fix the toolchain build script, or to instruct the user to symlinks grep, sed and mkdir from /bin to /usr/bin/
Denis.
Actions