Re: FreeBSD-base update & make delete-old issues

From: Roger Marquis <marquis_at_roble.com>
Date: Tue, 25 Jun 2024 23:47:57 UTC
On Thu, 20 Jun 2024, Emmanuel Vadot wrote:
>>   make[1]: "/usr/src/share/mk/bsd.compiler.mk" line 200: warning: "cc -v 2>&1 | grep "gcc version"" returned non-zero status
>>   make[1]: "/usr/src/share/mk/bsd.compiler.mk" line 204: Unable to determine compiler type for CC=cc.  Consider setting COMPILER_TYPE.
>>   ...
> You probably don't have FreeBSD-clang installed as 'cc' isn't found.
> But you don't need to make delete-old with pkgbase, pkg will remove the
> files that are no longer part of the packages. You also don't need
> etcupdate/mergemaster in case that was something that you still use.

Thanks Emmanuel,

I don't have Clang, apparently, because it did not compile into a
FreeBSD package during 'make packages'.  Am wondering how to disgnose
this given src.conf contains:

   WITHOUT_BHYVE=yes
   WITHOUT_FTP=yes
   WITHOUT_HTML=yes
   WITHOUT_INET6_SUPPORT=yes
   WITHOUT_ISCSI=yes
   WITHOUT_LDNS=yes
   WITHOUT_LIB32=yes
   WITHOUT_LS_COLORS=yes
   WITHOUT_MAIL=yes
   WITHOUT_NIS=yes
   WITHOUT_NTP=yes
   WITHOUT_PF=yes
   WITHOUT_PORTSNAP=yes
   WITHOUT_SVN=yes
   WITHOUT_TALK=yes
   WITHOUT_TFTP=yes
   WITHOUT_UNBOUND=yes
   WITHOUT_WIRELESS=yes

and I cannot find a log of which WITHOUT_ might be the cause.  Perhaps
recompiling and saving a screenlog would have that but would prefer a
less verbose solution if possible.

Roger Marquis