From nobody Tue Sep 26 09:18:45 2023 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RvvLn62hwz4tsyW for ; Tue, 26 Sep 2023 09:18:57 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RvvLm03Bqz4fwL for ; Tue, 26 Sep 2023 09:18:55 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-80-101.area1b.commufa.jp [123.1.80.101]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 38Q9IjV1014396; Tue, 26 Sep 2023 18:18:45 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Tue, 26 Sep 2023 18:18:45 +0900 From: Tomoaki AOKI To: KIRIYAMA Kazuhiko Cc: Yuri , freebsd-current@freebsd.org Subject: Re: revision not displayed in a2440348eed7 Message-Id: <20230926181845.539e5816fbef80efda6162ec@dec.sakura.ne.jp> In-Reply-To: <202309260629.38Q6T018051416@kx.truefc.org> References: <202309260107.38Q17Vp0047265@kx.truefc.org> <202309260629.38Q6T018051416@kx.truefc.org> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4RvvLm03Bqz4fwL On Tue, 26 Sep 2023 15:29:00 +0900 KIRIYAMA Kazuhiko 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