From nobody Tue Sep 26 11:30:54 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 4RvyHJ5DDPz4v2KC for ; Tue, 26 Sep 2023 11:31:08 +0000 (UTC) (envelope-from kiri@truefc.org) Received: from kx.truefc.org (1.212.52.36.ap.yournet.ne.jp [36.52.212.1]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp", Issuer "smtp" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RvyHJ0yy5z3N0S for ; Tue, 26 Sep 2023 11:31:07 +0000 (UTC) (envelope-from kiri@truefc.org) Authentication-Results: mx1.freebsd.org; none Received: from kx.truefc.org (kx.truefc.org [36.52.212.1]) by kx.truefc.org (8.17.1/8.17.1) with ESMTP id 38QBUsLF053699; Tue, 26 Sep 2023 20:30:54 +0900 (JST) (envelope-from kiri@kx.truefc.org) Message-Id: <202309261130.38QBUsLF053699@kx.truefc.org> Date: Tue, 26 Sep 2023 20:30:54 +0900 From: KIRIYAMA Kazuhiko To: Tomoaki AOKI Cc: KIRIYAMA Kazuhiko , Yuri , freebsd-current@freebsd.org Subject: Re: revision not displayed in a2440348eed7 In-Reply-To: <20230926181845.539e5816fbef80efda6162ec@dec.sakura.ne.jp> References: <202309260107.38Q17Vp0047265@kx.truefc.org> <202309260629.38Q6T018051416@kx.truefc.org> <20230926181845.539e5816fbef80efda6162ec@dec.sakura.ne.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 MULE XEmacs/21.4 (patch 24) (Standard C) (amd64--freebsd) 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 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII 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:10013, ipnet:36.52.208.0/21, country:JP] X-Rspamd-Queue-Id: 4RvyHJ0yy5z3N0S On Tue, 26 Sep 2023 18:18:45 +0900, Tomoaki AOKI wrote: > > 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. At least up to 15.0-CURRENT, nothing has happend by WITHOUT_REPRODUCIBLE_BUILD=yes. Something has changed in 15.0-CURRENT at some time. I've rebuilded with 3fb80f1476c7, but revision not showed by `uname -a' ;-( What changed ???? --- Kazuhiko Kiriyama