Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2022 17:11:41 +0200
From:      FreeBSD User <freebsd@walstatt-de.de>
To:        Jens Schweikhardt <schweikh@schweikhardt.net>
Cc:        Ed Maste <emaste@freebsd.org>, freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: CURRENT: can't build 13-STABLE anymore: cp: [vdso]: No such file or directory *** Error
Message-ID:  <20220401171208.13b711a9@thor.intern.walstatt.dynvpn.de>
In-Reply-To: <829437267.9678947.1648821610373.JavaMail.zimbra@schweikhardt.net>
References:  <20220401145257.7317e887@freyja> <CAPyFy2DmtRpFLhSqYjAwcVnGj4On7UbWssRVBFv0fBC2KX54UA@mail.gmail.com> <829437267.9678947.1648821610373.JavaMail.zimbra@schweikhardt.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Fri, 1 Apr 2022 16:00:10 +0200 (CEST)
Jens Schweikhardt <schweikh@schweikhardt.net> schrieb:

> Hello *,
> Looks like a semicolon is missing after the "fi".
> Jens
>=20
> ----- Urspr=C3=BCngliche Mail -----
> Von: "Ed Maste" <emaste@freebsd.org>
> An: "FreeBSD User" <freebsd@walstatt-de.de>
> CC: "freebsd-current" <freebsd-current@freebsd.org>
> Gesendet: Freitag, 1. April 2022 15:50:31
> Betreff: Re: CURRENT: can't build 13-STABLE anymore: cp: [vdso]: No such =
file or directory
> *** Error
>=20
> On Fri, 1 Apr 2022 at 08:54, FreeBSD User <freebsd@walstatt-de.de> wrote:
> >
> > On 14.0-CURRENT #134 main-n253938-4ef6e56ae80: Thu Mar 24 16:11:07 CET =
2022
> > 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 =
2022
> > amd64 this is not possible anymore =20
>=20
> Could you give this patch a try?
>=20
> 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 | \ =20
>                     while read line; do \
>                         set -- $$line; \
> +                       if [ "$$1" =3D "[preloaded]"; then \
> +                               break; \
> +                       fi \
>                         if [ "$$2 $$3" !=3D "not found" ]; then \
>                                 echo $$2; \
>                         else \
>=20

Hello,

it is also impossible to installworld - same error. I'm on FreeBSD 14.0-CUR=
RENT #134
main-n253938-4ef6e56ae80: Thu Mar 24 16:11:07 CET 2022 amd64, sources are u=
p to date as of
now.=20

It isn't only an issue with crossbuilding another FreeBSD branch.

Kind regards,

O. Hartmann


--=20
O. Hartmann



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220401171208.13b711a9>