Re: impossible to installkernel without a compiler?

2019-05-29 Thread Warner Losh
There's already a list of targets to except... It's hard to have an opt-in list, however :( Warner On Wed, May 29, 2019 at 4:26 AM Andriy Gapon wrote: > > Just want to note that the problem extends to doing such things as "make > aliases" in /etc/mail on a system installed without a compiler. >

Re: impossible to installkernel without a compiler?

2019-05-29 Thread Andriy Gapon
Just want to note that the problem extends to doing such things as "make aliases" in /etc/mail on a system installed without a compiler. I guess it would be nice if COMPILER_TYPE was enforced only when a compiler is actually needed. make can be used for more things than building C code. -- A

Re: impossible to installkernel without a compiler?

2019-05-22 Thread Andriy Gapon
On 22/05/2019 16:37, Warner Losh wrote: > Try settingĀ _NO_INCLUDE_COMPILERMK=t in your environment and then doing the > make > install. This works a bit worse than my original hack: sh: ld: not found make[1]: "/usr/devel/svn/head/share/mk/bsd.linker.mk" line 58: warning: Unable to determine lin

Re: impossible to installkernel without a compiler?

2019-05-22 Thread Warner Losh
Try setting _NO_INCLUDE_COMPILERMK=t in your environment and then doing the make install. Warner On Wed, May 22, 2019 at 2:09 AM Andriy Gapon wrote: > > 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/h

impossible to installkernel without a compiler?

2019-05-22 Thread Andriy Gapon
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