Re: Unannounced soname bump in libre2

2024-08-15 Thread Ben Beasley
I offered a simple patch via https://src.fedoraproject.org/rpms/qt5-qtwebengine/pull-request/18 for the initial error Sandro encountered in COPR, but I didn’t manage to get all the way to a successful build (even when python2 was available). The bundled chromium is built as C++14, and having ab

Re: Unannounced soname bump in libre2

2024-08-15 Thread Denis Arnaud
Thanks Sandro! qt5-qtwebengine seems to be the last package to rebuild after the re2 upgrade [1]. On my Fedora Rawhide VM, on which I still have Python2.7 (as it is a rollover rawhide in my case, which I upgrade regularly to keep in sync with the upstream Rawhide), qt5-qtwebengine builds almost

Re: Unannounced soname bump in libre2

2024-08-15 Thread Sandro
On 15-08-2024 19:43, Denis Arnaud wrote: The only one to keep failing up until now is qt5-qtwebengine (https://src.fedoraproject.org/rpms/qt5-qtwebengine ), as the python2 package no longer seems to be available on Rawhide (but it is still available on Fedora 41). The failing statement on Rawh

Re: Unannounced soname bump in libre2

2024-08-15 Thread Denis Arnaud
A dedicated page was created on the Fedora wiki to coordinate the various builds: https://fedoraproject.org/wiki/User:Denisarnaud/Tasks/Ongoing/2024-08-re2 Most of the dependent packages have been successfully rebuilt (thanks to all the contributors!), or will soon be. The only one to keep fai

Re: Unannounced soname bump in libre2

2024-08-15 Thread Denis Arnaud
Thanks for having caught that one! Fixed. The Fedora update for that mtxclient package for Fedora Rawhide (F42) is https://bodhi.fedoraproject.org/updates/FEDORA-2024-e9e992dd11 I take that opportunity for a quick status/reference of the rebuilding on some of the dependent packages: * perl-Regex

Re: Unannounced soname bump in libre2

2024-08-15 Thread Vitaly Zaitsev via devel
On 14/08/2024 09:37, Denis Arnaud wrote: Thanks for the heads up (!)... and sorry for the unannounced bump. Please fix your tooling. You broke %autochangelog: https://src.fedoraproject.org/rpms/mtxclient/c/1749847d56c99c064f8eda14a2ef1e83d3f822e5?branch=rawhide You must use git commit --allow-

Re: Unannounced soname bump in libre2

2024-08-15 Thread Petr Pisar
V Thu, Aug 15, 2024 at 03:01:22PM +0800, Jens-Ulrik Petersen napsal(a): > I think perl-Regexp-Pattern-License also needs to be rebuilt: > https://bugzilla.redhat.com/show_bug.cgi?id=2305082 It does not need. It's an unrelated bug. -- PEtr signature.asc Description: PGP signature -- ___

Re: Unannounced soname bump in libre2

2024-08-15 Thread Jens-Ulrik Petersen
I think perl-Regexp-Pattern-License also needs to be rebuilt: https://bugzilla.redhat.com/show_bug.cgi?id=2305082 -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code o

Re: Unannounced soname bump in libre2

2024-08-14 Thread Sandro
On 14-08-2024 22:40, Sandro wrote: On 14-08-2024 09:37, Denis Arnaud wrote: Thanks for the heads up (!)... and sorry for the unannounced bump. I totally overlooked that this package had so many dependencies, direct or indirect. As you have suggested on another channel, I feel it is the moment

Re: Unannounced soname bump in libre2

2024-08-14 Thread Sandro
On 14-08-2024 09:37, Denis Arnaud wrote: Thanks for the heads up (!)... and sorry for the unannounced bump. I totally overlooked that this package had so many dependencies, direct or indirect. As you have suggested on another channel, I feel it is the moment for me to handover the ownership of t

Re: Unannounced soname bump in libre2

2024-08-14 Thread Sandro via devel
On 14-08-2024 18:45, Kevin Fenzi wrote: On Wed, Aug 14, 2024 at 04:30:09PM GMT, Sandro via devel wrote: On 14-08-2024 15:32, Ben Beasley wrote: Given the timing and the complexity of the dependency chains involved here, I used provenpackager privilege to start rebuilding grpc in both F42 and F4

Re: Unannounced soname bump in libre2

2024-08-14 Thread Sandro via devel
On 14-08-2024 16:45, Dan Horák wrote: On Wed, 14 Aug 2024 16:30:09 +0200 Sandro via devel wrote: On 14-08-2024 15:32, Ben Beasley wrote: Given the timing and the complexity of the dependency chains involved here, I used provenpackager privilege to start rebuilding grpc in both F42 and F41, wh

Re: Unannounced soname bump in libre2

2024-08-14 Thread Kevin Fenzi
On Wed, Aug 14, 2024 at 04:30:09PM GMT, Sandro via devel wrote: > On 14-08-2024 15:32, Ben Beasley wrote: > > Given the timing and the complexity of the dependency chains involved > > here, I used provenpackager privilege to start rebuilding grpc in both > > F42 and F41, which will unblock many of

Re: Unannounced soname bump in libre2

2024-08-14 Thread Petr Pisar
V Wed, Aug 14, 2024 at 04:30:09PM +0200, Sandro via devel napsal(a): > However, I'm not sure the re2 update is compatible with other dependent > packages. My smoke test, yesterday, already showed some packages fail to > build with libre2.so.11, while they do succeed with libre2.so.9. Packages > kno

Re: Unannounced soname bump in libre2

2024-08-14 Thread Dan Horák
On Wed, 14 Aug 2024 16:30:09 +0200 Sandro via devel wrote: > On 14-08-2024 15:32, Ben Beasley wrote: > > Given the timing and the complexity of the dependency chains involved > > here, I used provenpackager privilege to start rebuilding grpc in both > > F42 and F41, which will unblock many of t

Re: Unannounced soname bump in libre2

2024-08-14 Thread Sandro via devel
On 14-08-2024 15:32, Ben Beasley wrote: Given the timing and the complexity of the dependency chains involved here, I used provenpackager privilege to start rebuilding grpc in both F42 and F41, which will unblock many of the other packages that need to be rebuilt. To do so, I added a BuildReq

Re: Unannounced soname bump in libre2

2024-08-14 Thread Ben Beasley
Given the timing and the complexity of the dependency chains involved here, I used provenpackager privilege to start rebuilding grpc in both F42 and F41, which will unblock many of the other packages that need to be rebuilt. To do so, I added a BuildRequires on openssl-devel-engine[1] as a sh

Re: Unannounced soname bump in libre2

2024-08-14 Thread Denis Arnaud
Thanks for the heads up (!)... and sorry for the unannounced bump. I totally overlooked that this package had so many dependencies, direct or indirect. As you have suggested on another channel, I feel it is the moment for me to handover the ownership of that package to anyone having more time to t

Unannounced soname bump in libre2

2024-08-13 Thread Sandro via devel
Hi, re2-20240702 just landed in rawhide [1]. The update comes with an soname bump from libre2.so.9 to libre2.so.11 and breaks quite some packages [2]: $ fedrq wrsrc -Xs -F name re2 CuraEngine_grpc_definitions bloaty ceph credentials-fetcher dnsdist grpc libarrow libphonenumber mtxclient nheko