Re: revision not displayed in a2440348eed7

From: Tomoaki AOKI <junchoon_at_dec.sakura.ne.jp>
Date: Tue, 26 Sep 2023 09:18:45 UTC
On Tue, 26 Sep 2023 15:29:00 +0900
KIRIYAMA Kazuhiko <kiri@truefc.org> wrote:

> Hi, Yuri
> 
> On Tue, 26 Sep 2023 10:31:34 +0900,
> Yuri wrote:
> > 
> > KIRIYAMA Kazuhiko wrote:
> > > Hi, list
> > > 
> > > I updated to a2440348eed7, but could not display revision:
> > > 
> > > admin@tbedfc:~ % uname -a
> > > FreeBSD tbedfc 15.0-CURRENT FreeBSD 15.0-CURRENT #0: Tue Sep 26 00:15:10 JST 2023     root@tbedfc:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
> > > admin@tbedfc:~ % 
> > > 
> > > Why ???
> > 
> > Are you using WITH_REPRODUCIBLE_BUILD?
> > 
> 
> Exact opposite state of affairs:
> 
> admin@tbedfc:~ % cat /etc/src.conf
> WITHOUT_REPRODUCIBLE_BUILD=yes
> admin@tbedfc:~ % 
> 
> ---
> Kazuhiko Kiriyama

So next possibility.
Are you sure that...

  *There is no "WITH_REPRODUCIBLE_BUILD=no" nor
   "WITH_REPRODUCIBLE_BUILD=false" lines both in /etc/src.conf
   and /etc/make.conf

  *If you are using any script to automate src builds,
   there are none like above in the `make` command lines in the script.

As you may alreay know of, but easily forgotton, values set to WITH_foo
and/or WITHOUT_bar does not have any meaning. Just the variable is set
or not is checked. I've bitten by something alike before.

-- 
Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>