Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Orion Poplawski
On 8/21/25 13:38, Mark Wielaard wrote: Hi Kaleb, On Thu, Aug 21, 2025 at 03:02:33PM -0400, Kaleb Keithley wrote: On Thu, Aug 21, 2025 at 2:26 PM Mark Wielaard wrote: It certainly looks that way. The ar format is not ideal to rewrite in place, which is why it is unpacked and repacked like thi

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Orion Poplawski
On 8/21/25 13:46, Frank Ch. Eigler wrote: Hi - [...] I was able to build gdal 3.10 in a little under an hour with `fedpkg mockbuild` on the F42 buildroot. It was spending hours on single-threaded `ar` calls. Is there any possibility of parallelizing that? [...] See also rhbz2389629. The prob

Fedora eln compose report: 20250822.n.0 changes

2025-08-21 Thread Fedora ELN Report
OLD: Fedora-eln-20250821.n.0 NEW: Fedora-eln-20250822.n.0 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 0 Dropped packages:2 Upgraded packages: 27 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:4.59 MiB Size of

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Orion Poplawski
On 8/21/25 13:46, Frank Ch. Eigler wrote: Hi - [...] I was able to build gdal 3.10 in a little under an hour with `fedpkg mockbuild` on the F42 buildroot. It was spending hours on single-threaded `ar` calls. Is there any possibility of parallelizing that? [...] See also rhbz2389629. The prob

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Stephen Gallagher
On Thu, Aug 21, 2025 at 9:50 AM Mamoru TASAKA wrote: > > Orion Poplawski wrote on 2025/08/21 21:55: > > koschei build Jul 06 - 55 minutes: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=134622296 > > > > full build Jul 10 - 32 hours 13 min > > https://koji.fedoraproject.org/koji/taskinfo?

tbb 2022.2.0 builds (almost) done

2025-08-21 Thread Jerry James
The rebuilds for tbb 2022.2.0, for both F43 and Rawhide, are now (almost) complete. I have requested that the side tags be merged in. Any further builds for these packages should be done directly in F43 or Rawhide. Packages not built: - embree3, which already FTBFS before this change - root, for

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Frank Ch. Eigler
Hi - > > > > koschei build Jul 06 - 55 minutes: > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=134622296 > > > > full build Jul 10 - 32 hours 13 min > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=134741067 > > > > find-debuginfo: starting > > > > Extracting debug info fr

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Stephen Gallagher
On Thu, Aug 21, 2025 at 1:49 PM Frank Ch. Eigler wrote: > > Hi - > > > > > > koschei build Jul 06 - 55 minutes: > > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=134622296 > > > > > full build Jul 10 - 32 hours 13 min > > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=134741

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Fabio Valentini
On Thu, Aug 21, 2025 at 9:54 PM Mark Wielaard wrote: > > Hi Fabio, > > On Thu, Aug 21, 2025 at 09:22:55PM +0200, Fabio Valentini wrote: > > On Thu, Aug 21, 2025 at 9:02 PM Kaleb Keithley wrote: > > > > > > On Thu, Aug 21, 2025 at 2:26 PM Mark Wielaard > > > wrote: > > >> It certainly looks that

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Frank Ch. Eigler
Hi - > [...] > I was able to build gdal 3.10 in a little under an hour with `fedpkg > mockbuild` on the F42 buildroot. It was spending hours on > single-threaded `ar` calls. Is there any possibility of parallelizing > that? > [...] See also rhbz2389629. The problem in both cases is that both the

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Mark Wielaard
Hi Fabio, On Thu, Aug 21, 2025 at 09:22:55PM +0200, Fabio Valentini wrote: > On Thu, Aug 21, 2025 at 9:02 PM Kaleb Keithley wrote: > > > > On Thu, Aug 21, 2025 at 2:26 PM Mark Wielaard > > wrote: > >> It certainly looks that way. The ar format is not ideal to rewrite in > >> place, which is why

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Kaleb Keithley
On Thu, Aug 21, 2025 at 8:56 AM Orion Poplawski wrote: > > current build - 18 hours so far > https://koji.fedoraproject.org/koji/taskinfo?taskID=136275135 > > build.log shows: > > find-debuginfo: starting > Extracting debug info from 43 files > > and has been there for hours. > > So, did the stat

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Mark Wielaard
Hi Kaleb, On Thu, Aug 21, 2025 at 03:02:33PM -0400, Kaleb Keithley wrote: > On Thu, Aug 21, 2025 at 2:26 PM Mark Wielaard wrote: > > > > It certainly looks that way. The ar format is not ideal to rewrite in > > place, which is why it is unpacked and repacked like this. Which isn't > > super effic

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Fabio Valentini
On Thu, Aug 21, 2025 at 9:02 PM Kaleb Keithley wrote: > > On Thu, Aug 21, 2025 at 2:26 PM Mark Wielaard wrote: >> >> It certainly looks that way. The ar format is not ideal to rewrite in >> place, which is why it is unpacked and repacked like this. Which isn't >> super efficient, but somewhat sur

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Kaleb Keithley
On Thu, Aug 21, 2025 at 2:26 PM Mark Wielaard wrote: > > > It certainly looks that way. The ar format is not ideal to rewrite in > place, which is why it is unpacked and repacked like this. Which isn't > super efficient, but somewhat surprising it takes 20+ hours... That > must be a pretty big .a

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Stephen Gallagher
On Thu, Aug 21, 2025 at 2:30 PM Stephen Gallagher wrote: > > On Thu, Aug 21, 2025 at 1:49 PM Frank Ch. Eigler wrote: > > > > Hi - > > > > > > > > koschei build Jul 06 - 55 minutes: > > > > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=134622296 > > > > > > full build Jul 10 - 32 hours 1

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Mark Wielaard
Hi, [sorry for the duplicate message, looks like the mailinglist doesn't accept email from non-subscribed addresses.] On Thu, Aug 21, 2025 at 12:52:44PM -0400, Stephen Gallagher wrote: > > > > find-debuginfo: starting > > > > Extracting debug info from 43 files > > > > > > > > and has been there

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Stephen Gallagher
On Thu, Aug 21, 2025 at 12:41 PM Stephen Gallagher wrote: > > On Thu, Aug 21, 2025 at 9:50 AM Mamoru TASAKA > wrote: > > > > Orion Poplawski wrote on 2025/08/21 21:55: > > > koschei build Jul 06 - 55 minutes: > > > https://koji.fedoraproject.org/koji/taskinfo?taskID=134622296 > > > > > > full bu

Re: Retiring, looking for new maintainers of packages icu and woff2

2025-08-21 Thread Parag Nemade
Hi Eike, On Thu, Aug 21, 2025 at 5:58 PM Eike Rathke wrote: > Hi, > > I'm retiring and won't maintain the packages icu and woff2 anymore. > Please someone take over or I'll have to orphan them. > > You can assign me (FAS: pnemade) the woff2 package. Thanks. Parag -- ___

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Kaleb Keithley
On Thu, Aug 21, 2025 at 11:01 AM Orion Poplawski wrote: > On 8/21/25 08:31, Kaleb Keithley wrote: > > > > > > On Thu, Aug 21, 2025 at 8:56 AM Orion Poplawski > > wrote: > > > > > > current build - 18 hours so far > > https://koji.fedoraproject.org/koji/taskinfo?tas

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Orion Poplawski
On 8/21/25 08:31, Kaleb Keithley wrote: On Thu, Aug 21, 2025 at 8:56 AM Orion Poplawski > wrote: current build - 18 hours so far https://koji.fedoraproject.org/koji/taskinfo?taskID=136275135

Re: Upcoming retirement of gtk3-rs, gtk-rs-core v0.18, and gtk4-rs v0.7

2025-08-21 Thread Fabio Valentini
On Wed, Aug 13, 2025 at 4:45 PM Fabio Valentini wrote: > > Hi all, > > I am planning to implement this Fedora 43 Change in one week (on Aug 20, > 2025): > https://fedoraproject.org/wiki/Changes/Retire_gtk3-rs,_gtk-rs-core_v0.18,_and_gtk4-rs_v0.7 > > The packages in the Change document will be ret

Re: gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Mamoru TASAKA
Orion Poplawski wrote on 2025/08/21 21:55: koschei build Jul 06 - 55 minutes: https://koji.fedoraproject.org/koji/taskinfo?taskID=134622296 full build Jul 10 - 32 hours 13 min https://koji.fedoraproject.org/koji/taskinfo?taskID=134741067 no dependency changes from the previous koshchei build. 

gdal build times increased massively. debuginfo? libarrow?

2025-08-21 Thread Orion Poplawski
koschei build Jul 06 - 55 minutes: https://koji.fedoraproject.org/koji/taskinfo?taskID=134622296 full build Jul 10 - 32 hours 13 min https://koji.fedoraproject.org/koji/taskinfo?taskID=134741067 no dependency changes from the previous koshchei build. Changelog reports: * Thu Jul 10 2025 Stephen

Retiring, looking for new maintainers of packages icu and woff2

2025-08-21 Thread Eike Rathke
Hi, I'm retiring and won't maintain the packages icu and woff2 anymore. Please someone take over or I'll have to orphan them. Thanks Eike -- OpenPGP/GnuPG encrypted mail preferred in all private communication. GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918 630B 6A6C D5B7 6563 2D3A Use

Re: Retiring sparkleshare and webkit2-sharp

2025-08-21 Thread Fabio Valentini
On Thu, Aug 21, 2025 at 11:32 AM Timotheus Pokorra wrote: > > Hello list, > > I want to let you know that I plan to retire the packages sparkleshare > and webkit2-sharp from Rawhide. > > Upstream of sparkleshare will not be continued. > https://github.com/hbons/SparkleShare/issues/2006 > > webkit2

Retiring sparkleshare and webkit2-sharp

2025-08-21 Thread Timotheus Pokorra
Hello list, I want to let you know that I plan to retire the packages sparkleshare and webkit2-sharp from Rawhide. Upstream of sparkleshare will not be continued. https://github.com/hbons/SparkleShare/issues/2006 webkit2-sharp fails to install on F43: nothing provides webkit2gtk3 needed by we

Re: Orphaned packages looking for new maintainers

2025-08-21 Thread Lukas Slebodnik
I took python-requests-pkcs12 LS -- ___ 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

Fedora 43 compose report: 20250821.n.0 changes

2025-08-21 Thread Fedora Branched Report
OLD: Fedora-43-20250820.n.0 NEW: Fedora-43-20250821.n.0 = SUMMARY = Added images:0 Dropped images: 10 Added packages: 2 Dropped packages:0 Upgraded packages: 66 Downgraded packages: 0 Size of added packages: 36.19 MiB Size of dropped packages:0 B Size of

Fedora 43 Branched 20250821.n.0 nightly compose nominated for testing

2025-08-21 Thread rawhide
Announcing the creation of a new nightly release validation test event for Fedora 43 Branched 20250821.n.0. Please help run some tests for this nightly compose if you have time. For more information on nightly release validation testing, see: https://fedoraproject.org/wiki

Fedora rawhide compose report: 20250821.n.0 changes

2025-08-21 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20250820.n.0 NEW: Fedora-Rawhide-20250821.n.0 = SUMMARY = Added images:0 Dropped images: 9 Added packages: 4 Dropped packages:1 Upgraded packages: 65 Downgraded packages: 0 Size of added packages: 61.78 MiB Size of dropped packages