Re: qt6-multimedia on fbsd15 install error
"Jason E. Hale" <[email protected]> Thu, 28 May 2026 23:28:27 -0400
| Newsgroups | gmane.comp.kde.freebsd |
|---|---|
| Message-ID | <CAJE75NF=dXA+y5AnLNDQPUiFmqQSA8YC_cqkG7ApaYJv6S2nNQ@mail.gmail.com> |
On Tue, May 26, 2026 at 8:11 AM Daniel Toschläger <[email protected]> wrote: > > Hi Jason > understand, a flavor in > > textproc/py-cyclonedx-python-lib and misc/py-spdx-tools would be needed. cyclonedx also changes dependencies from python 3.13 upwards .... complicated. A source of chaos. > > Thank you for your help I highly appreciate it and your work! > > Best > Daniel > > Gesendet mit Proton Mail: Ein sicherer E-Mail-Dienst. > > Jason E. Hale <[email protected]> schrieb am Montag, 25. Mai 2026 um 12:03: > > > 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 > > I believe I have fixed the problem in [1] by forcing SBOM generation to use the default Python version. Could your verify if that also works for you? [1] https://cgit.freebsd.org/ports/commit/?id=d8483e9c7384866659fbeb9f9e0551dc392a9d74 - Jason