Bugzilla – Bug 1201089
[META] GCC 13 package failures
Last modified: 2023-11-28 11:30:26 UTC
Meta issue that will track all packages that fail with gcc13 package.
This bug is opened for tracking issue, so assign it to reporter, thanks.
grub2 issue: https://github.com/rhboot/grub2/pull/115
MozillaFirefox issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1807652
icmake issue: https://gitlab.com/fbb-git/icmake/-/issues/5
https://github.com/strukturag/libheif/issues/748
Blender issue: https://developer.blender.org/T103960
(In reply to Martin Liška from comment #2) > grub2 issue: > https://github.com/rhboot/grub2/pull/115 That's just the red hat fork of grub2. To send patches upstream, send them to the grub-devel ML.
glibc issue (fixed upstream): https://bugzilla.suse.com/show_bug.cgi?id=1207339
(In reply to Martin Liška from comment #2) > grub2 issue: > https://github.com/rhboot/grub2/pull/115 I think we should fix 0002-AUDIT-0-http-boot-tracker-bug.patch to use HTTP_MAX_CHUNK_SIZE = GRUB_INT_MAX and making port range check not to be 0x80000000 inclusive. The patch is part of efi https support which's not upstreamed yet.
(In reply to Michael Chang from comment #9) > (In reply to Martin Liška from comment #2) > > grub2 issue: > > https://github.com/rhboot/grub2/pull/115 > > I think we should fix 0002-AUDIT-0-http-boot-tracker-bug.patch to use > HTTP_MAX_CHUNK_SIZE = GRUB_INT_MAX and making port range check not to be > 0x80000000 inclusive. The patch is part of efi https support which's not > upstreamed yet. It now works for gcc13 and will be submitted to factory later today. https://build.opensuse.org/package/live_build_log/home:michael-chang:branches:Base:System/grub2/gcc13/x86_64
timezone packages waits for the following fix: https://github.com/eggert/tz/commit/9cfe9507fcc22cd4a0c4da486ea1c7f0de6b075f
libcamera fails due to: [ 175s] ../src/apps/cam/file_sink.cpp:117:45: error: possibly dangling reference to a temporary [-Werror=dangling-reference] which is a known GCC issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108165
For qemu issue: [ 374s] ../replay/replay-time.c:34:6: error: conflicting types for 'replay_read_next_clock' due to enum/integer mismatch; have 'void(ReplayClockKind)' [-Werror=enum-int-mismatch] we're waiting for 7.2 release that will contain: https://www.mail-archive.com/qemu-devel@nongnu.org/msg923683.html
For kitinerary issue: [ 40s] /home/abuild/rpmbuild/BUILD/kitinerary-22.12.2/src/lib/asn1/bitvectorview.h:32:5: error: 'uint8_t' does not name a type we're waiting for a release that will include: https://invent.kde.org/pim/kitinerary/-/merge_requests/50
For MozillaFirefox we're waiting for a release that will include: https://bugzilla.mozilla.org/show_bug.cgi?id=1807652 Plus, there's a GCC issue that also needs to be addressed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108772
For liborcus, we're waiting for a release bump of the openSUSE package that will include: https://gitlab.com/orcus/orcus/-/merge_requests/133
For libvoikko, we're waiting for a release that will include: https://github.com/voikko/corevoikko/issues/51
For openexr we're waiting for: https://github.com/AcademySoftwareFoundation/openexr/issues/1327
For openucx we're waiting for: https://github.com/openucx/ucx/pull/8517
(In reply to Martin Liška from comment #4) > icmake issue: > https://gitlab.com/fbb-git/icmake/-/issues/5 Addressed in: https://build.opensuse.org/request/show/1068216
icu i586 test failures will be fixed with: https://build.opensuse.org/request/show/1068645
(In reply to Martin Liška from comment #21) > icu i586 test failures will be fixed with: > https://build.opensuse.org/request/show/1068645 I've just made similar SRs for lib2geom, libixion and qpdf.
(In reply to Martin Liška from comment #22) > (In reply to Martin Liška from comment #21) > > icu i586 test failures will be fixed with: > > https://build.opensuse.org/request/show/1068645 > > I've just made similar SRs for lib2geom, libixion and qpdf. and swig package, where it's the same story: https://build.opensuse.org/request/show/1068688
(In reply to Martin Liška from comment #16) > For liborcus, we're waiting for a release bump of the openSUSE package that > will include: https://gitlab.com/orcus/orcus/-/merge_requests/133 One more error needs to be addressed: https://gitlab.com/orcus/orcus/-/issues/162#note_1302173320
I cherry-picked many upstream fixes for packages that still lack a new (fixed) release..
We'll also need the latest libreoffice release 7.5.1. Danilo is working on that.
(In reply to Martin Liška from comment #13) > For qemu issue: > [...] > we're waiting for 7.2 release that will contain: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg923683.html I'm working on this, but it's not ready yet. I'll let you know here when I manage to submit it
We're done.