From owner-freebsd-current@freebsd.org Wed Feb 17 09:00:31 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 47AE7538888 for ; Wed, 17 Feb 2021 09:00:31 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (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 "tensor.andric.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DgWyR0Jf8z4ymc; Wed, 17 Feb 2021 09:00:30 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:470:7a58::6544:fb78:65cd:3da] (unknown [IPv6:2001:470:7a58:0:6544:fb78:65cd:3da]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 7120B31AAF; Wed, 17 Feb 2021 10:00:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=andric.com; s=201904; t=1613552423; bh=O6kO9HikmlYCHTP3eSy8nAVLafSl8mNKmGy83xL7DGA=; h=From:Subject:Date:In-Reply-To:Cc:To:References:From; b=Zta+6iR5sz6VUBSOhQFpwQkCYf7+QHzwOkotn6hnpTyzzU9eYK6of3ln6Da69cmSU YRgybbxxEpmeWg1s/9Ua7KX1ytilLCtp0rKAoQO2aesvbSW5BMh85R/rV3TvScRJN+ Wu8Ey3geieQ25Dscmski2ZlZQk45LuCRU11SD7cQzuz/uQOlY4wccyeaM/Gq4G9hb9 Kw6Tsai9J+oc94ObuIkdxmY6eh2hYlKfuMhIqXE/bIsxt+hQmZrJKGsGbVHfh8xmTd URAkYQ2fhMszUVPVAsT/6JKdN9wiAnHKmdVfgiiWITozRAoUeN22t4gB95//uO37Dn wSJ3wdjZRTi6w== From: Dimitry Andric Message-Id: <11EDC667-3CDE-4E1E-A73C-9350C18C9E37@andric.com> Content-Type: multipart/signed; boundary="Apple-Mail=_927F5855-1EAB-4130-B421-E7D47C7DBE67"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\)) Subject: Re: pkg vs uname troubles after upgrade to 14 (lld not rebuilt issue? (X_)LINKER_FREEBSD_VERSION still 13 based?) Date: Wed, 17 Feb 2021 10:00:14 +0100 In-Reply-To: <1C834C8B-4875-408E-8834-B60D154EBB16@yahoo.com> Cc: Brandon Bergren , FreeBSD Current , Glen Barber To: Mark Millard References: <5B780540-0C4A-4438-A550-E88A36EA50F3.ref@yahoo.com> <5B780540-0C4A-4438-A550-E88A36EA50F3@yahoo.com> <5ef34e30-6c65-417a-810e-257fc0864a84@www.fastmail.com> <224EA9F1-AF1B-4F85-9D0F-3BA990F30814@yahoo.com> <1C834C8B-4875-408E-8834-B60D154EBB16@yahoo.com> X-Mailer: Apple Mail (2.3445.104.17) X-Rspamd-Queue-Id: 4DgWyR0Jf8z4ymc X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Feb 2021 09:00:31 -0000 --Apple-Mail=_927F5855-1EAB-4130-B421-E7D47C7DBE67 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 17 Feb 2021, at 04:28, Mark Millard via freebsd-current = wrote: >=20 > On 2021-Feb-16, at 15:37, Mark Millard wrote: >> On 2021-Feb-16, at 11:49, Brandon Bergren = wrote: >>> It looks like there were recently some fixes to release.sh, that = just got backported to 13. I wonder if the problem is the packages = themselves being misbuilt. >>>=20 >>> = https://cgit.freebsd.org/src/commit/release?h=3Dreleng/13.0&id=3D4689ab1ea= b624d1a551a5a8f109383ea18eeba20 ... > Builds that do nor force being from scratch tend to: >=20 > make[1]: "/usr/fbsd/mm-src/Makefile.inc1" line 339: SYSTEM_COMPILER: = Determined that CC=3Dcc matches the source tree. Not bootstrapping a = cross-compiler. > make[1]: "/usr/fbsd/mm-src/Makefile.inc1" line 344: SYSTEM_LINKER: = Determined that LD=3Dld matches the source tree. Not bootstrapping a = cross-linker. >=20 > But in my build environment, after upgrading to 14 and > doing multiple updates as 14 has progressed, I find: >=20 > # ld -v > LLD 11.0.1 (FreeBSD llvmorg-11.0.1-0-g43ff75f2c3fe-1300007) = (compatible with GNU linkers) >=20 > Note the "1300007". This goes along with: Ah, it looks like that wasn't bumped (though strictly, it isn't necessary, it's more for form) in lib/clang/include/VCSVersion.inc: % cat lib/clang/include/VCSVersion.inc // $FreeBSD$ #define LLVM_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe" #define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git" #define CLANG_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe" #define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git" // - #define LLD_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe-1300007" #define LLD_REPOSITORY "FreeBSD" #define LLDB_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe" #define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git" -Dimitry --Apple-Mail=_927F5855-1EAB-4130-B421-E7D47C7DBE67 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCYCzbHwAKCRCwXqMKLiCW oyucAKDvrr57GutNCP9GaKo326Hgj1U6AgCeM0BzC8bcfXu3VgzwCtG3cyA1QR4= =vWEB -----END PGP SIGNATURE----- --Apple-Mail=_927F5855-1EAB-4130-B421-E7D47C7DBE67--