Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2024 16:47:57 -0700 (PDT)
From:      Roger Marquis <marquis@roble.com>
To:        Emmanuel Vadot <manu@bidouilliste.com>
Cc:        freebsd-arch@freebsd.org
Subject:   Re: FreeBSD-base update & make delete-old issues
Message-ID:  <4001o80p-po7o-368n-3r29-63oq67pn9471@mx.roble.com>
In-Reply-To: <20240620093209.2ee1adf395f5ef72bb386c83@bidouilliste.com>
References:  <4q1q65ns-n394-4pqs-qq88-185894149031@mx.roble.com> <20240620093209.2ee1adf395f5ef72bb386c83@bidouilliste.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4001o80p-po7o-368n-3r29-63oq67pn9471>