perjantai 31. tammikuuta 2025 10.40
> > To: Stefan Seefeld
> > Cc: interestqt-project.org
> > Subject: Re: [Interest] Errors compiling Qt 6.8.1
> >
> > Hi,
> >
> > > On 31. Jan 2025, at 02:44, Stefan Seefeld wrote:
> > >
> > > T
Hi!
btw, Qt 6.8.2 is released now
- Jani
> -Original Message-
> From: Interest On Behalf Of Alexandru
> Croitor via Interest
> Sent: perjantai 31. tammikuuta 2025 10.40
> To: Stefan Seefeld
> Cc: interestqt-project.org
> Subject: Re: [Interest] Errors compi
Hi,
> On 31. Jan 2025, at 02:44, Stefan Seefeld wrote:
>
> Thanks Alexandru for the quick reply. I don't see 6.8.2, has it been released
> yet ?
It's not released yet, but should release soon.
> How do I apply the `-no-sbom` flag ? I'm configuring Qt via `cmake`, and that
> doesn't recognize
Thanks Alexandru for the quick reply. I don't see 6.8.2, has it been
released yet ?
How do I apply the `-no-sbom` flag ? I'm configuring Qt via `cmake`, and
that doesn't recognize the `-no-sbom` command.
Thanks,
On Thu, Jan 30, 2025 at 1:39 PM Alexandru Croitor
wrote:
> Hi,
>
> It's hard to say
Hi,
It's hard to say what might be going wrong without seeing how you configure and
install qt.
It might be related to https://bugreports.qt.io/browse/QTBUG-132188 in which
case it's fixed in 6.8.2.
If you don't care about the sbom files, you can configure qt with -no-sbom to
work around the
Hello,
I'm trying to compile & package Qt 6.8.1 on Linux (Ubuntu 24.04) for our
internal use.
And while the build itself appears to complete correctly, I do receive the
error
```
Could not find external SBOM document qt6/sbom/qtbase-6.8.1.spdx in any of
the document dir paths:
...
```
Any