From nobody Fri Apr 1 14:00:10 2022 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 3F0F31A3BAB8 for ; Fri, 1 Apr 2022 14:00:13 +0000 (UTC) (envelope-from schweikh@schweikhardt.net) Received: from ikarus.efm.de (ikarus.efm.de [195.190.148.243]) (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 4KVMHw4rkHz4sWn; Fri, 1 Apr 2022 14:00:12 +0000 (UTC) (envelope-from schweikh@schweikhardt.net) Received: from ikarus.efm.de (localhost [127.0.0.1]) by ikarus.efm.de (Postfix) with ESMTPS id A579F29C08AB; Fri, 1 Apr 2022 16:00:10 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ikarus.efm.de (Postfix) with ESMTP id 97C5C29C19BA; Fri, 1 Apr 2022 16:00:10 +0200 (CEST) Received: from ikarus.efm.de ([127.0.0.1]) by localhost (ikarus.efm.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id UbaQq-waAdSA; Fri, 1 Apr 2022 16:00:10 +0200 (CEST) Received: from ikarus.efm.de (ikarus.efm.de [195.190.148.243]) by ikarus.efm.de (Postfix) with ESMTP id 64F7E29C08AB; Fri, 1 Apr 2022 16:00:10 +0200 (CEST) Date: Fri, 1 Apr 2022 16:00:10 +0200 (CEST) From: Jens Schweikhardt To: Ed Maste Cc: FreeBSD User , freebsd-current Message-ID: <829437267.9678947.1648821610373.JavaMail.zimbra@schweikhardt.net> In-Reply-To: References: <20220401145257.7317e887@freyja> Subject: Re: CURRENT: can't build 13-STABLE anymore: cp: [vdso]: No such file or directory *** Error 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=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: Zimbra 8.8.15_GA_4203 (ZimbraWebClient - FF98 ([unknown])/8.8.15_GA_4232) Thread-Topic: CURRENT: can't build 13-STABLE anymore: cp: [vdso]: No such file or directory *** Error Thread-Index: c/YKTb+NTGeXErG+ZLp6BAWRiwe2WQ== X-Rspamd-Queue-Id: 4KVMHw4rkHz4sWn X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of schweikh@schweikhardt.net has no SPF policy when checking 195.190.148.243) smtp.mailfrom=schweikh@schweikhardt.net X-Spamd-Result: default: False [-2.50 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_FIVE(0.00)[5]; FREEFALL_USER(0.00)[schweikh]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-0.998]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[schweikhardt.net]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.40)[195.190.148.243:received,195.190.148.243:from]; NEURAL_HAM_SHORT(-1.00)[-0.999]; MLMMJ_DEST(0.00)[freebsd-current]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:25411, ipnet:195.190.148.0/24, country:DE]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hello *, Looks like a semicolon is missing after the "fi". Jens ----- Urspr=C3=BCngliche Mail ----- Von: "Ed Maste" An: "FreeBSD User" CC: "freebsd-current" Gesendet: Freitag, 1. April 2022 15:50:31 Betreff: Re: CURRENT: can't build 13-STABLE anymore: cp: [vdso]: No such fi= le or directory *** Error On Fri, 1 Apr 2022 at 08:54, FreeBSD User wrote: > > On 14.0-CURRENT #134 main-n253938-4ef6e56ae80: Thu Mar 24 16:11:07 CET 20= 22 > amd64, it is without any problem possible to build most recent 13-STABLE > sources as of today (stable/13-n250195-26e8bb3a4e1). > > On 14.0-CURRENT #18 main-n254160-4fc5a607fdf: Fri Apr 1 08:30:10 CEST 20= 22 > amd64 this is not possible anymore Could you give this patch a try? diff --git a/Makefile.inc1 b/Makefile.inc1 index c91034ed42fe..bd58f48a64d2 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1366,6 +1366,9 @@ distributeworld installworld stageworld: _installcheck_world .PHONY libs=3D$$(ldd -f "%o %p\n" -f "%o %p\n" $$progs 2>/dev/null | sort -u | \ while read line; do \ set -- $$line; \ + if [ "$$1" =3D "[preloaded]"; then \ + break; \ + fi \ if [ "$$2 $$3" !=3D "not found" ]; then \ echo $$2; \ else \