On Sun, Sep 24, 2023 at 11:48:13AM +0200, Fabio Valentini wrote:
> On Sun, Sep 24, 2023 at 11:39 AM Dominik 'Rathann' Mierzejewski
> <domi...@greysector.net> wrote:
> >
> > > /usr/include/qt6/QtGui/qtextformat.h:556:20: error: stray ‘`’ in program
> > >   556 |     { return hasPro`erty(TextBaselineOffset) ? 
> > > doubleProperty(TextBaselineOffset) : 0.0; }
> > >       |                    ^
> >
> > This is the first error. The rest follows from it.
> 
> What *is* weird, however, is that this seems to point at Qt's own
> header files, and this file doesn't seem to have changed in three
> years:
> https://github.com/qt/qtbase/blame/dev/src/gui/text/qtextformat.h#L557
> And there's also no Fedora patches for qt6-qtbase that change this file.

  Character 'p' - which should be in this place - is 0x70, character '`' is
0x60. That's one bit error. Typical when using non-ECC memory or
filesystems without checksums.

-- 
Tomasz Torcz                        To co nierealne – tutaj jest normalne.
to...@pipebreaker.pl              Ziomale na życie mają tu patenty specjalne.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to