[Bug 221708] installworld error in sys/boot/efi/loader
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Aug 22 07:10:45 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221708
Bug ID: 221708
Summary: installworld error in sys/boot/efi/loader
Product: Base System
Version: CURRENT
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: sylvain at sylvaingarrigues.com
Hello,
I tried to upgrade my kernel and world today through usual
make buildworld
make kernel
etcupdate -p
make installworld
...
The make installworld step failed just today with:
===> sys/boot/common (install)
===> sys/boot/efi (install)
===> sys/boot/efi/libefi (install)
===> sys/boot/efi/loader (install)
ccache: error: Could not find compiler "cc" in PATH
Only way I managed to fix the install step was to run:
# make -C sys/boot install
before installworld.
Is that normal?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list