Re: qt6-multimedia on fbsd15 install error

"Jason E. Hale" <[email protected]> Mon, 25 May 2026 06:03:36 -0400
Newsgroups gmane.comp.kde.freebsd
Message-ID <CAJE75NF_Vwsgn8BoqdumYvFNSdo2GtWdW01wjU=4WRpvoh-j+w@mail.gmail.com>
On Mon, May 25, 2026 at 2:27 AM Daniel Toschläger <[email protected]> wrote:
>
> Hello
> I try to install qt6-multimedia-6.11.1 on FreeBSD15p9 but Compilation with defaults went well. Installation breaks with this error:
>
> ===>   Registering installation for qt6-multimedia-6.11.1
> pkg-static: Unable to access file /usr/ports/multimedia/qt6-multimedia/work/stage/usr/local/lib/qt6/sbom/qtmultimedia-6.11.1.cdx.json:No such file or directory
> pkg-static: Unable to access file /usr/ports/multimedia/qt6-multimedia/work/stage/usr/local/lib/qt6/sbom/qtmultimedia-6.11.1.spdx.json:No such file or directory
> *** Error code 1
>
> If I just touch those both files installation works fine.
>

All Qt components now require textproc/py-cyclonedx-python-lib and
misc/py-spdx-tools to be installed at build to generate the extended
SBOM data (cdx.jdon/spdx.json). I'm amazed you got to
multimedia/qt6-multimedia before failure hit, though, since multimedia
requires the base and declarative components. Please provide a *full*
build log to help me diagnose the problem further.

-Jason