Project

General

Profile

Actions

Issue #1847

open

Toolchain build failure as it expect certain tools in /usr/bin instead of /bin

Added by Denis 'GNUtoo' Carikli over 7 years ago. Updated about 4 years ago.

Status:
New
Priority:
Normal
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:
.../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

Also available in: Atom PDF