Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2019 11:06:02 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        FreeBSD Current <freebsd-current@FreeBSD.org>
Subject:   impossible to installkernel without a compiler?
Message-ID:  <5f15aa33-cd2f-da5a-9f9b-412f81467736@FreeBSD.org>

next in thread | raw e-mail | index | archive | help

Trying to update a small system with a kernel built for it on a bigger machine I
get this:

sh: cc: not found
make: "/usr/devel/svn/head/share/mk/bsd.compiler.mk" line 176: Unable to
determine compiler type for CC=cc.  Consider setting COMPILER_TYPE.

Sources and objects are mounted over NFS, all configuration knobs match.
Just adding COMPILER_TYPE=gcc to the command line allows the installation to
succeed with a little bit of noise:

sh: cc: not found
sh: ld: not found
make: "/usr/devel/svn/head/share/mk/bsd.linker.mk" line 58: warning: Unable to
determine linker type from LD=ld
make: "/usr/devel/svn/head/share/mk/bsd.linker.mk" line 71: warning: Unknown
linker from LD=ld: none, defaulting to bfd
sh: cc: not found
sh: ld: not found
make[1]: "/usr/devel/svn/head/share/mk/bsd.linker.mk" line 58: warning: Unable
to determine linker type from LD=ld
make[1]: "/usr/devel/svn/head/share/mk/bsd.linker.mk" line 71: warning: Unknown
linker from LD=ld: none, defaulting to bfd
sh: cc: not found
sh: cc: not found
--------------------------------------------------------------
>>> Install check kernel
--------------------------------------------------------------
--------------------------------------------------------------
>>> Installing kernel KERNEL on Wed May 22 08:00:33 UTC 2019
--------------------------------------------------------------
...
--------------------------------------------------------------
>>> Installing kernel KERNEL completed on Wed May 22 08:00:42 UTC 2019
--------------------------------------------------------------

I think that installkernel should not care about cc (and ld) at all.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5f15aa33-cd2f-da5a-9f9b-412f81467736>