Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2022 03:32:11 +0100
From:      void <void@f-m.fm>
To:        freebsd-hackers@freebsd.org
Subject:   Re: poudriere cannot build 12.3R jail on a 13-stable system - cp: [vdso]: No such file or directory
Message-ID:  <d08190b2-c1df-4484-aefc-a264b733d6d3@www.fastmail.com>
In-Reply-To: <b0320f88-16c3-4a31-9d67-c177f65f85dd@www.fastmail.com>
References:  <26824204-ea59-4233-8bc7-d88ccbf75637@www.fastmail.com> <b0320f88-16c3-4a31-9d67-c177f65f85dd@www.fastmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Sep 2022, at 15:49, void wrote:
> On Tue, 27 Sep 2022, at 02:29, void wrote:
>
>> The same host creates 13.1R and 13-stable systems fine. I have not yet 
>> tried making a 12.2R or a 12-stable system yet.
>
> 12-stable poudriere jail builds correctly

12.2 fails at the same place.

Tried to build 12.3R poudriere with locally patched (from the review mentioned in  https://lists.freebsd.org/archives/freebsd-current/2022-April/001737.html ) not really expecting it to patch as here trying to build a 12.3R jail whereas the context 
of the patch is addressing the same issue for building 13-stable on -current

# cd /tmp
# git clone ssh://anongit@git.freebsd.org/src.git
# cd src
# git checkout releng/12.3
# wget https://reviews.freebsd.org/file/data/3pwqyimbgzwstgvcmkos/PHID-FILE-xj5gncvnwh542umtjq7s/D34734.diff
# patch < D34734.diff

The patch fails to apply when the sources are checked out to 12.3

Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff --git a/Makefile.inc1 b/Makefile.inc1
|--- a/Makefile.inc1
|+++ b/Makefile.inc1
--------------------------
Patching file Makefile.inc1 using Plan A...
Hunk #1 failed at 1368.
1 out of 1 hunks failed--saving rejects to Makefile.inc1.rej
Hmm...  Ignoring the trailing garbage.
done





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d08190b2-c1df-4484-aefc-a264b733d6d3>