Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2025 01:57:18 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Nuno Teixeira <eduardo@freebsd.org>
Cc:        src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org
Subject:   Re: git: 8d5a11cd0137 - main - src.conf: Add WITH_LLVM_LINK_STATIC_LIBRARIES build knob
Message-ID:  <17FDDAAA-D518-41FE-8BDE-D8435008A99E@FreeBSD.org>
In-Reply-To: <CAFDf7ULPVQ7b_9oS8vxjWCmbBbrgxJ0bDHW0w%2BeLn4P=69axLA@mail.gmail.com>
References:  <694b03ef.4403e.6c28845a@gitrepo.freebsd.org> <CAFDf7UJLso56V5zn%2B9VdMKxHmWN7yJMYZObUL1Nh-kjNRDe3CA@mail.gmail.com> <CAFDf7ULPVQ7b_9oS8vxjWCmbBbrgxJ0bDHW0w%2BeLn4P=69axLA@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

On 26 Dec 2025, at 00:55, Nuno Teixeira <eduardo@freebsd.org> wrote:
> 
> [At main ecb58f931d45d6]
> 
> After rebuilding system from scratch and install world successfully, upgrading poudriere jail from same src failed (also did install a fresh jail with same error):
> 
> # poudriere jail -u -j 16amd64
> or
> # poudriere jail -d -j 16amd64
> # poudriere jail -c -j 16amd64 -m src=/usr/src
> and
> # make -DBATCH_DELETE_OLD_FILES delete-old delete-old-libs
> # poudriere jail -c -j 16amd64 -m src=/usr/src
> 
> ```
> <snip>
> ===> lib/clang/libllvm (install)
> install: libprivatellvm.so.19: No such file or directory
> --- _libinstall ---
> *** [_libinstall] Error code 71

You have to use the same options for installworld as for buildworld. I'm unsure who you can tell poudriere with -m src=/usr/src where it gets the options from. I would expect it respect src.conf?

-Dimitry



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17FDDAAA-D518-41FE-8BDE-D8435008A99E>