Fedora eln compose report: 20250605.n.0 changes

2025-06-04 Thread Fedora ELN Report
OLD: Fedora-eln-20250604.n.0 NEW: Fedora-eln-20250605.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 1 Dropped packages:0 Upgraded packages: 31 Downgraded packages: 1 Size of added packages: 7.13 KiB Size of dropped packages:0 B Size of

Searching for co maintainers for Hyprland project

2025-06-04 Thread Nightishaman via devel
Hello all, unfortunately, a mental illness has hit me hard and I’m currently unable to do anything. I would wish for a co maintainer to support me for the mean time and beyond. If anyone is interested, just send me an email at nig...@nighti.dev. Thanks Jannik-- ___

Re: speed-dreams-2.4.2: How to determine the cause of a SIGSEGV signal

2025-06-04 Thread John Reiser
On 6/4/25 1:21 AM, Martin Gansser wrote: I have now compiled locally again with only the following option: <> $ export DEBUGINFOD_URLS="https://debuginfod.fedoraproject.org/"; $ gdb /usr/bin/speed-dreams-2 backtrace: [1] https://martinkg.fedorapeople.org/ErrorReports/gdb.txt Thread 1 "sp

[Fedocal] Reminder meeting : ELN SIG

2025-06-04 Thread yselkowitz
Dear all, You are kindly invited to the meeting: ELN SIG on 2025-06-05 from 15:00:00 to 16:00:00 US/Eastern At meet...@fedoraproject.org The meeting will be about: Source: https://calendar.fedoraproject.org//meeting/11018/ -- ___ devel mailin

Re: speed-dreams-2.4.2: How to determine the cause of a SIGSEGV signal

2025-06-04 Thread Dan Horák
On Wed, 04 Jun 2025 06:59:07 - "Martin Gansser" wrote: > have set %global _lto_cflags %{nil} as you suggested. > [1] https://martinkg.fedorapeople.org/ErrorReports/gdb.txt sounds like the installed glibc debuginfo doesn't match the installed runtime glibc rpm. Be aware that debuginfos are us

Fedora rawhide compose report: 20250604.n.0 changes

2025-06-04 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20250603.n.0 NEW: Fedora-Rawhide-20250604.n.0 = SUMMARY = Added images:2 Dropped images: 2 Added packages: 0 Dropped packages:0 Upgraded packages: 55 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:0 B Size

SPDX Statistics - 108 packages remaining

2025-06-04 Thread Miroslav Suchý
Hot news: - in fedora-license-data - Richard and I are working together on old and painful issues. The number of open issues is now less than 50. This has been done while new requests are still coming. - several maintainers overwrote already migrated license tag or used incorrect license ID. I

Re: speed-dreams-2.4.2: How to determine the cause of a SIGSEGV signal

2025-06-04 Thread Martin Gansser
I have now compiled locally again with only the following option: %build %cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ -DCMAKE_SKIP_RPATH:BOOL=OFF\ -DOPTION_DEBUG:STRING=ON \ -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed" \