Bug 243656 - buildworld, make[5]: exec(as) failed (No such file or directory)
Summary: buildworld, make[5]: exec(as) failed (No such file or directory)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: powerpc Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-27 20:01 UTC by Francis Little
Modified: 2020-01-30 15:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francis Little 2020-01-27 20:01:11 UTC
Buildworld of Current on PowerPC64 fails, missing as.

While building:

===> lib/csu/powerpc64 (all)

Get the error:

touch crtsavres.s
as    -o crtsavres.o crtsavres.s
make[5]: exec(as) failed (No such file or directory)
*** Error code 1

Stop.
make[5]: stopped in /usr/src/lib/csu/powerpc64
*** Error code 1

posted to ppc mailing list also:

https://lists.freebsd.org/pipermail/freebsd-ppc/2020-January/011286.html
Comment 1 Francis Little 2020-01-30 15:20:20 UTC
This is now fixed as of: r357242

https://svnweb.freebsd.org/base/head/lib/csu/powerpc64/Makefile?revision=357242&view=markup