Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread Stephen Smoogen
On Tue, 2 Jan 2024 at 06:21, Vít Ondruch wrote: > > Dne 28. 12. 23 v 17:12 Aoife Moloney napsal(a): > > The dynamic linker already has the `glibc-hwcaps` mechanism to load > optimized implementations of ''shared objects'' [3]. This means that > packages can provide optimized libraries and they

flrig: C++ warning help

2024-01-02 Thread Richard Shaw
While it's only a warning, I would like to "fix" it. When building flrig I'm seeing the following: widgets/font_browser.cxx: In member function '__ct_base .constprop': widgets/font_browser.cxx:202:52: warning: argument 1 value '18446744073709551615' exceeds maximum object size

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 1:20 PM Vít Ondruch wrote: > > > Dne 28. 12. 23 v 17:12 Aoife Moloney napsal(a): > > The dynamic linker already has the `glibc-hwcaps` mechanism to load > optimized implementations of ''shared objects'' [3]. This means that > packages can provide optimized libraries and

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread Florian Weimer
* David Abdurachmanov: > On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones wrote: >> >> >> I'm not sure exactly the effect on RISC-V binaries, but I wanted to >> raise it here to get the attention of the Fedora toolchain team ... >> >> Here's the bug: >> >>

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread Vít Ondruch
Dne 02. 01. 24 v 13:42 Stephen Smoogen napsal(a): On Tue, 2 Jan 2024 at 06:21, Vít Ondruch wrote: Dne 28. 12. 23 v 17:12 Aoife Moloney napsal(a): The dynamic linker already has the `glibc-hwcaps` mechanism to load optimized implementations of ''shared objects'' [3]. This means

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 3:54 PM Florian Weimer wrote: > > * David Abdurachmanov: > > > On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones wrote: > >> > >> > >> I'm not sure exactly the effect on RISC-V binaries, but I wanted to > >> raise it here to get the attention of the Fedora toolchain team

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread Florian Weimer
* Vít Ondruch: > Dne 28. 12. 23 v 17:12 Aoife Moloney napsal(a): > > > The dynamic linker already has the `glibc-hwcaps` mechanism to load > optimized implementations of ''shared objects'' [3]. This means that > packages can provide optimized libraries and they linker will be > automatically

Fedora rawhide compose report: 20240102.n.0 changes

2024-01-02 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20240101.n.0 NEW: Fedora-Rawhide-20240102.n.0 = SUMMARY = Added images:5 Dropped images: 2 Added packages: 5 Dropped packages:0 Upgraded packages: 36 Downgraded packages: 0 Size of added packages: 3.20 MiB Size of dropped packages:0 B

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones wrote: > > > I'm not sure exactly the effect on RISC-V binaries, but I wanted to > raise it here to get the attention of the Fedora toolchain team ... > > Here's the bug: > > https://sourceware.org/bugzilla/show_bug.cgi?id=31179 > RISC-V: The

Re: rpmbuild core dumps

2024-01-02 Thread Florian Weimer
* Sam Varshavchik: > Stephen Smoogen writes: > >>https://github.com/rpm-software-management/rpm/issues/ >>2826>https://github.com/rpm-software-management/rpm/issues/2826 >> >> >> And thanks for opening a bug. I will watch to see what happens.  > > I'm genuinely curious. Am I really the

Re: Update on the Modern C initiative

2024-01-02 Thread Florian Weimer
* Solomon Peachy via devel: > On Fri, Dec 22, 2023 at 10:27:55PM +0100, Florian Weimer wrote: >> >> gutenprint jpopelka jridky twaugh zdohnal >> > ...FWIW as of a few minutes ago this should be resolved upstream. >> >> Thanks, I can confirm this fixes the issue for the Fedora package

RISC-V ABI issue with ULEB128

2024-01-02 Thread Richard W.M. Jones
I'm not sure exactly the effect on RISC-V binaries, but I wanted to raise it here to get the attention of the Fedora toolchain team ... Here's the bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31179 RISC-V: The SET/ADD/SUB fix breaks ABI compatibility with 2.41 objects It refers to this

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread Vít Ondruch
Dne 28. 12. 23 v 17:12 Aoife Moloney napsal(a): The dynamic linker already has the `glibc-hwcaps` mechanism to load optimized implementations of ''shared objects'' [3]. This means that packages can provide optimized libraries and they linker will be automatically load them from separate

Re: rpmbuild core dumps

2024-01-02 Thread Panu Matilainen
On 1/2/24 11:49, Florian Weimer wrote: * Sam Varshavchik: Stephen Smoogen writes: https://github.com/rpm-software-management/rpm/issues/ 2826>https://github.com/rpm-software-management/rpm/issues/2826 And thanks for opening a bug. I will watch to see what happens. I'm genuinely

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Dec 29, 2023 at 03:20:45PM -0600, Chris Adams wrote: > Once upon a time, Zbigniew Jędrzejewski-Szmek said: > > But building packages is just one thing. Those packages would need > > to be distributed, causing additional load on mirrors and archives. > > Our mirrors would not be keen on

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread Peter Robinson
On Tue, Jan 2, 2024 at 2:05 PM David Abdurachmanov wrote: > > On Tue, Jan 2, 2024 at 3:54 PM Florian Weimer wrote: > > > > * David Abdurachmanov: > > > > > On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones > > > wrote: > > >> > > >> > > >> I'm not sure exactly the effect on RISC-V binaries,

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 6:26 PM Peter Robinson wrote: > > On Tue, Jan 2, 2024 at 2:05 PM David Abdurachmanov > wrote: > > > > On Tue, Jan 2, 2024 at 3:54 PM Florian Weimer wrote: > > > > > > * David Abdurachmanov: > > > > > > > On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones > > > > wrote: >

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 7:20 PM Peter Robinson wrote: > > On Tue, Jan 2, 2024 at 5:15 PM David Abdurachmanov > wrote: > > > > On Tue, Jan 2, 2024 at 6:26 PM Peter Robinson wrote: > > > > > > On Tue, Jan 2, 2024 at 2:05 PM David Abdurachmanov > > > wrote: > > > > > > > > On Tue, Jan 2, 2024 at

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread Peter Robinson
On Tue, Jan 2, 2024 at 5:15 PM David Abdurachmanov wrote: > > On Tue, Jan 2, 2024 at 6:26 PM Peter Robinson wrote: > > > > On Tue, Jan 2, 2024 at 2:05 PM David Abdurachmanov > > wrote: > > > > > > On Tue, Jan 2, 2024 at 3:54 PM Florian Weimer wrote: > > > > > > > > * David Abdurachmanov: > > >

Re: rpmbuild core dumps

2024-01-02 Thread Sam Varshavchik
Florian Weimer writes: * Sam Varshavchik: > Stephen Smoogen writes: > >>https://github.com/rpm-software-management/rpm/issues/ >>2826>https://github.com/rpm-software-management/rpm/issues/2826 >> >> >> And thanks for opening a bug. I will watch to see what happens.  > > I'm genuinely

Non responsive maintainer check for marxin

2024-01-02 Thread Ankur Sinha
Hi folks, Would anyone know how to contact @marxin? They only maintain the one package, python-pebble, but it doesn't look like they've been active in a while. The package did not see to have been updated at all since the initial import: https://bugzilla.redhat.com/show_bug.cgi?id=2227456 and

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread Stephen Smoogen
On Tue, 2 Jan 2024 at 10:24, Vít Ondruch wrote: > > Dne 02. 01. 24 v 13:42 Stephen Smoogen napsal(a): > > > > On Tue, 2 Jan 2024 at 06:21, Vít Ondruch wrote: > >> >> Dne 28. 12. 23 v 17:12 Aoife Moloney napsal(a): >> >> The dynamic linker already has the `glibc-hwcaps` mechanism to load >>

Re: Non responsive maintainer check for marxin

2024-01-02 Thread Priscila Gutierres
Does any package depend on python-pebble? I could not find anything running repoquery --whatrequires python-pebble On Tue, Jan 2, 2024 at 2:56 PM Ankur Sinha wrote: > Hi folks, > > Would anyone know how to contact @marxin? They only maintain the one > package, python-pebble, but it doesn't

Re: Non responsive maintainer check for marxin

2024-01-02 Thread Priscila Gutierres
Thank you ! Em ter., 2 de jan. de 2024 às 17:05, Sandro escreveu: > On 02-01-2024 20:28, Priscila Gutierres wrote: > > Does any package depend on python-pebble? > > I could not find anything running repoquery --whatrequires python-pebble > > You need to query for `python3-pebble`. > > $ dnf

Re: Non responsive maintainer check for marxin

2024-01-02 Thread Sandro
On 02-01-2024 20:28, Priscila Gutierres wrote: Does any package depend on python-pebble? I could not find anything running repoquery --whatrequires python-pebble You need to query for `python3-pebble`. $ dnf repoquery --whatrequires python3-pebble Last metadata expiration check: 0:04:03 ago

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread Jeremy Linton
Hi, On 12/28/23 10:12, Aoife Moloney wrote: Wiki -> https://fedoraproject.org/wiki/Changes/Optimized_Binaries_for_the_AMD64_Architecture This is a proposed Change for Fedora Linux. This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in

Re: F40 Change Proposal: Optimized Binaries for the AMD64 Architecture (System-Wide)

2024-01-02 Thread John Reiser
On 12/31/23 18:27, Dominique Martinet wrote: John Reiser wrote on Sun, Dec 31, 2023 at 02:52:53PM -0800: Additional paths will be inserted into the search path used for executables on systems which have a compatible CPU. Searching $PATH is a slow operation. It is so slow that a shell script

Re: Mock Configs v39.3 released - DNF5 used for F40+ builds

2024-01-02 Thread Pavel Raiskup
On pondělí 18. prosince 2023 10:08:06 CET Pavel Raiskup wrote: > On pátek 1. prosince 2023 15:04:10 CET Pavel Raiskup wrote: > > Hello maintainers! > > > > Let me announce a new release of Mock Core Configs v39.3, aka > > the configuration files for Mock, the chroot build environment manager > >

[Bug 2255963] perl-Math-BigInt-FastCalc-0.5016 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255963 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED --- Comment #1 from

[Bug 2241294] perl-Authen-Krb5-1.9-42.fc40 FTBFS: Krb5.xs:492:15: error: implicit declaration of function ‘krb5_gen_portaddr’

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2241294 Miro Hrončok changed: What|Removed |Added Status|NEW |CLOSED Resolution|---

[Bug 2255608] perl-SQL-Translator-1.64 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255608 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED --- Comment #1 from

[Bug 2255608] perl-SQL-Translator-1.64 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255608 --- Comment #3 from Fedora Update System --- FEDORA-2024-1af96a979b has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2024-1af96a979b -- You are receiving this mail because: You are on the CC list

[Bug 2255972] perl-Math-BigInt-GMP-1.7000 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255972 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED --- Comment #3 from

[rpms/perl-SQL-Translator] PR #3: 1.64 bump (rhbz#2255608)

2024-01-02 Thread Jitka Plesnikova
jplesnik opened a new pull-request against the project: `perl-SQL-Translator` that you are following: `` 1.64 bump (rhbz#2255608) `` To reply, visit the link below https://src.fedoraproject.org/rpms/perl-SQL-Translator/pull-request/3 -- ___ perl-devel

[rpms/perl-SQL-Translator] PR #3: 1.64 bump (rhbz#2255608)

2024-01-02 Thread Jitka Plesnikova
jplesnik merged a pull-request against the project: `perl-SQL-Translator` that you are following. Merged pull-request: `` 1.64 bump (rhbz#2255608) `` https://src.fedoraproject.org/rpms/perl-SQL-Translator/pull-request/3 -- ___ perl-devel mailing

[Bug 2255925] perl-Math-BigInt-2.003001 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255925 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED --- Comment #1 from

[Bug 2255972] perl-Math-BigInt-GMP-1.7000 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255972 Fedora Update System changed: What|Removed |Added Resolution|--- |ERRATA

[Bug 2255608] perl-SQL-Translator-1.64 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255608 Fedora Update System changed: What|Removed |Added Resolution|--- |ERRATA Fixed In Version|

[Bug 2255925] perl-Math-BigInt-2.003001 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255925 Fedora Update System changed: What|Removed |Added Fixed In Version||perl-Math-BigInt-2.0030.01-

[Bug 2255972] perl-Math-BigInt-GMP-1.7000 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255972 Bug 2255972 depends on bug 2255925, which changed state. Bug 2255925 Summary: perl-Math-BigInt-2.003001 is available https://bugzilla.redhat.com/show_bug.cgi?id=2255925 What|Removed |Added

[Bug 2255963] perl-Math-BigInt-FastCalc-0.5016 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255963 Fedora Update System changed: What|Removed |Added Status|MODIFIED|CLOSED Fixed In Version|

[Bug 2256405] perl-DateTime-Format-RFC3339-1.4.0 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256405 Fedora Update System changed: What|Removed |Added Resolution|--- |ERRATA Fixed In Version|

[Bug 2256405] perl-DateTime-Format-RFC3339-1.4.0 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256405 Fedora Update System changed: What|Removed |Added Status|NEW |MODIFIED --- Comment #3 from

[Bug 2256485] perl-DateTime-Format-RFC3339-1.6.0 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256485 --- Comment #1 from Upstream Release Monitoring --- Created attachment 2006849 --> https://bugzilla.redhat.com/attachment.cgi?id=2006849=edit Update to 1.6.0 (#2256485) -- You are receiving this mail because: You are on the CC list for

[Bug 2256485] perl-DateTime-Format-RFC3339-1.6.0 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256485 --- Comment #2 from Upstream Release Monitoring --- the-new-hotness/release-monitoring.org's scratch build of perl-DateTime-Format-RFC3339-1.6.0-1.fc38.src.rpm for rawhide completed

[EPEL-devel] [Fedocal] Reminder meeting : EPEL Steering Committee

2024-01-02 Thread tdawson
Dear all, You are kindly invited to the meeting: EPEL Steering Committee on 2024-01-03 from 16:00:00 to 17:00:00 US/Eastern At fedora-meet...@chat.fedoraproject.org The meeting will be about: https://chat.fedoraproject.org/#/room/#meeting:fedoraproject.org This is the weekly EPEL Steering

[Bug 2256130] perl-autodie-2.37 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256130 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED --- Comment #1 from

[Bug 2256485] New: perl-DateTime-Format-RFC3339-1.6.0 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256485 Bug ID: 2256485 Summary: perl-DateTime-Format-RFC3339-1.6.0 is available Product: Fedora Version: rawhide Status: NEW Component: perl-DateTime-Format-RFC3339 Keywords:

[Bug 2256130] perl-autodie-2.37 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256130 Fedora Update System changed: What|Removed |Added Resolution|--- |ERRATA Fixed In Version|

[Bug 2256150] perl-XML-Parser-2.47 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256150 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED --- Comment #1 from

[Bug 2256150] perl-XML-Parser-2.47 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256150 Fedora Update System changed: What|Removed |Added Resolution|--- |ERRATA Fixed In Version|

[Bug 2256265] perl-bignum-0.67 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256265 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED --- Comment #1 from

[Bug 2256265] perl-bignum-0.67 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256265 Fedora Update System changed: What|Removed |Added Status|MODIFIED|CLOSED Fixed In Version|

[Bug 2255608] perl-SQL-Translator-1.64 is available

2024-01-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255608 --- Comment #4 from Fedora Update System --- FEDORA-2024-1af96a979b has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing

[EPEL-devel] Fedora EPEL 7 updates-testing report

2024-01-02 Thread updates
The following Fedora EPEL 7 Security updates need testing: Age URL 2 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-60e0cc89b7 perl-Spreadsheet-ParseExcel-0.6600-1.el7 The following builds have been pushed to Fedora EPEL 7 updates-testing rpki-client-8.8-1.el7 Details