Hi, > On 25 Apr 2025, at 13:03, Lev Serebryakov <l...@freebsd.org> wrote: > > > I'm using poudriere-git-3.4.2 on FreeBSD 13.5-STABLE, and even with port > tree from last hour (25 of April, 14:00+0200), ports like `devel/py-lxml` and > `security/vuxml` cannot be built, as `pkg-2.1.2` installs `libxslt-1.1.42` > recursively. > > [sysmirror-default-job-02] Installing pkg-2.1.2... > [sysmirror-default-job-02] Extracting pkg-2.1.2: .......... done > ... > [sysmirror-default-job-02] Installing libxslt-1.1.42... > [sysmirror-default-job-02] `-- Installing libgcrypt-1.11.0... > [sysmirror-default-job-02] | `-- Installing libgpg-error-1.54... > [sysmirror-default-job-02] | `-- Extracting libgpg-error-1.54: .......... > done > [sysmirror-default-job-02] `-- Extracting libgcrypt-1.11.0: .......... done > [sysmirror-default-job-02] `-- Installing libxslt-1.1.42... > [sysmirror-default-job-02] | `-- Installing libxslt-1.1.42... > [sysmirror-default-job-02] | | `-- Installing libxslt-1.1.42... > [sysmirror-default-job-02] | | `-- Installing libxslt-1.1.42... >
Was libxslt built in this run, or was it built with pkg 2.1.1? Might need to force it to be rebuilt with pkg 2.1.2. I reverted to pkg 2.1.0 when I got hit with this and that triggered a rebuild of all packages in my buildlist, but I don’t know if going from 2.1.1 to 2.1.2 does it as well. .einar