Re: poudriere cannot build 12.3R jail on a 13-stable system - cp: [vdso]: No such file or directory
- Reply: Tomoaki AOKI : "Re: poudriere cannot build 12.3R jail on a 13-stable system - cp: [vdso]: No such file or directory"
- In reply to: void : "Re: poudriere cannot build 12.3R jail on a 13-stable system - cp: [vdso]: No such file or directory"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Sep 2022 02:32:11 UTC
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