polyml soname bump

2023-12-28 Thread Jerry James
In about a week, I plan to update polyml to version 5.9.1. This includes an soname bump in the polyml library. Nothing in Fedora depends on it, so there should be no breakage. -- Jerry James http://www.jamezone.org/ -- ___ devel mailing list --

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

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256150 Bug ID: 2256150 Summary: perl-XML-Parser-2.47 is available Product: Fedora Version: rawhide Status: NEW Component: perl-XML-Parser Keywords: FutureFeature, Triaged

Re: Troubleshooting MD RAID assembly not working after upgrade to F39

2023-12-28 Thread Sandro
On 12/28/23 00:47, Sandro wrote: On 12/28/23 00:04, Samuel Sieb wrote: On 12/27/23 08:20, Sandro wrote: I added `level` and `num-devices` to all entries in mdadm.conf and rebooted. It didn't change anything. Manual assembly still freezes the system as well. You need to also update the

Re: rpmbuild core dumps

2023-12-28 Thread Sam Varshavchik
Stephen Smoogen writes: I am trying to figure out the logic of this section: ```     static char * lastUname = NULL; // So lastUname is NULL     static uid_t lastUid;     if (!thisUname) {         lastUname = rfree(lastUname); // lastUname should still be NULL and we are freeing NULL and

Re: Orphaning python-pytzdata

2023-12-28 Thread Michael J Gruber
Am Do., 28. Dez. 2023 um 20:34 Uhr schrieb Michael J Gruber : > > Am Do., 28. Dez. 2023 um 16:07 Uhr schrieb Miro Hrončok : > > > > On 28. 12. 23 15:28, Michael J Gruber wrote: > > > Am Di., 19. Dez. 2023 um 18:43 Uhr schrieb Miro Hrončok > > > : > > >> > > >> Hello, > > >> I found myself being

[Bug 2256130] New: perl-autodie-2.37 is available

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256130 Bug ID: 2256130 Summary: perl-autodie-2.37 is available Product: Fedora Version: rawhide Status: NEW Component: perl-autodie Keywords: FutureFeature, Triaged

Re: Orphaning python-pytzdata

2023-12-28 Thread Michael J Gruber
Am Do., 28. Dez. 2023 um 16:07 Uhr schrieb Miro Hrončok : > > On 28. 12. 23 15:28, Michael J Gruber wrote: > > Am Di., 19. Dez. 2023 um 18:43 Uhr schrieb Miro Hrončok > > : > >> > >> Hello, > >> I found myself being the main admin of python-pytzdata. > >> > >> I have not done this on purpose,

Re: mockbuild fails locally: dnf v dnf5

2023-12-28 Thread Jonathan Steffan
Mark, You likely just need to scrub mock to clean out the dnf4 based bootstrap. A fresh one with dnf5 will be automatically downloaded. mock --scrub=all -- Jonathan Steffan -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe

mockbuild fails locally: dnf v dnf5

2023-12-28 Thread Mark E. Fuller
Mark E. Fuller, Ph.D. ful...@fedoraproject.org ful...@mefuller.dev @fuller:fedora.im @fuller:one.ems.host https://mefuller.dev PGP Fingerprint: 73F1 A30C BDF4 DB4B C75F FD0F D599 E76C FFCA BF60 Hi all, I am having consistent issues on F39 and Rawhide with locally using mockbuild: ```

[Bug 2256127] New: perl-IO-Tty-1.20 is available

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256127 Bug ID: 2256127 Summary: perl-IO-Tty-1.20 is available Product: Fedora Version: rawhide Status: NEW Component: perl-IO-Tty Keywords: FutureFeature, Triaged

[Bug 2256127] perl-IO-Tty-1.20 is available

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256127 --- Comment #1 from Upstream Release Monitoring --- Scratch build failed. Details below: BuilderException: Build failed: Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-jkcabddg/perl-IO-Tty.spec']'

[Bug 2256127] perl-IO-Tty-1.20 is available

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256127 --- Comment #2 from Upstream Release Monitoring --- Created attachment 2006376 --> https://bugzilla.redhat.com/attachment.cgi?id=2006376=edit Update to 1.20 (#2256127) -- You are receiving this mail because: You are on the CC list for

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

2023-12-28 Thread Robert Marcano via devel
On 12/28/23 12:58 PM, Chris Adams wrote: Once upon a time, Aoife Moloney said: Systemd will be modified to insert the additional directories into the `$PATH` environment variable (affecting all programs on the system) Anything that depends on PATH entries is IMHO doomed to failure. There

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

2023-12-28 Thread Barry Scott
> On 28 Dec 2023, at 16:58, Chris Adams wrote: > > Anything that depends on PATH entries is IMHO doomed to failure. Indeed, how would my shell get the right micro architecture into its PATH? Would konsole on plasma desktop picking up PATH from systemd? The alternative would be to symlink the

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

2023-12-28 Thread Chris Adams
Once upon a time, Aoife Moloney said: > Systemd will be modified to insert the additional directories into the > `$PATH` environment variable (affecting all programs on the system) Anything that depends on PATH entries is IMHO doomed to failure. There are way too many things that explicitly set

Re: Broken %pyproject_buildrequires parser

2023-12-28 Thread Ben Beasley
I think I would just do something like this in %prep: sed -r -i 's/^file:/# &/' tests/requirements.in On Thu, Dec 28, 2023, at 11:41 AM, Mattia Verga wrote: > While trying to update python-rpds-py I came across this commit: >

Broken %pyproject_buildrequires parser

2023-12-28 Thread Mattia Verga
While trying to update python-rpds-py I came across this commit: https://github.com/crate-py/rpds/commit/27d6caf11aac8170e2e9fd56042f05ab27cdb580 The 'file:.#egg=rpds-py' breaks %pyproject_buildrequires parser... what's the best way to fix/patch it? --

Re: rpmbuild core dumps

2023-12-28 Thread Stephen Smoogen
On Tue, 26 Dec 2023 at 07:32, Sam Varshavchik wrote: > Stephen Smoogen writes: > > > > > I am guessing the problem is really with the free(lastUname) since the > rfree > > Yes. Multiple execution threads will reach lastUname and try to free the > same pointer. glibc rightfully complains about

F40 Change Proposal: GNU Toolchain for F40 (System-Wide)

2023-12-28 Thread Aoife Moloney
Wiki -> https://fedoraproject.org/wiki/Changes/GNUToolchainF40 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 order to receive community feedback. This proposal will only be implemented if

F40 Change Proposal: GNU Toolchain for F40 (System-Wide)

2023-12-28 Thread Aoife Moloney
Wiki -> https://fedoraproject.org/wiki/Changes/GNUToolchainF40 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 order to receive community feedback. This proposal will only be implemented if

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

2023-12-28 Thread Aoife Moloney
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 order to receive community feedback. This

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

2023-12-28 Thread Aoife Moloney
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 order to receive community feedback. This

Re: Orphaning python-pytzdata

2023-12-28 Thread Miro Hrončok
On 28. 12. 23 15:28, Michael J Gruber wrote: Am Di., 19. Dez. 2023 um 18:43 Uhr schrieb Miro Hrončok : Hello, I found myself being the main admin of python-pytzdata. I have not done this on purpose, somebody must have given the package to me. I'm orphaning it. $ repoquery -q

Re: Orphaning python-pytzdata

2023-12-28 Thread Michael J Gruber
Am Di., 19. Dez. 2023 um 18:43 Uhr schrieb Miro Hrončok : > > Hello, > I found myself being the main admin of python-pytzdata. > > I have not done this on purpose, somebody must have given the package to me. > > I'm orphaning it. > > $ repoquery -q --repo=rawhide{,-source} --whatrequires

[Bug 2256089] New: please enable builds for EPEL8 and EPEL9

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2256089 Bug ID: 2256089 Summary: please enable builds for EPEL8 and EPEL9 Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component:

[Bug 2255994] perl-YAML-1.31 is available

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255994 Fedora Update System changed: What|Removed |Added Status|MODIFIED|CLOSED Fixed In Version|

[Bug 2255994] perl-YAML-1.31 is available

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255994 Fedora Update System changed: What|Removed |Added Status|NEW |MODIFIED --- Comment #3 from

Orphaning gnome-chemistry-utils, bodr and chemical-mime-data and stepping down as goffice and gnumeric co-maintainer

2023-12-28 Thread Julian Sikorski
Hi list, as I have not used gnome-chemistry-utils myself in years, I have decided to finally orphan it. While upstream is dead since the lead developer has retired from professional life, the package has been relatively easy to keep running. The only issue is the versioned gnumeric plugin,

Taking over AusweisApp2 ownership

2023-12-28 Thread Julian Sikorski
Hi list, I am going to take over AusweisApp2, which has recently been orphaned. While the app does not work with the openssl shipped by fedora using the default settings currently, we are working with openssl maintainer to fix that. Additionally, using phone to enter pin is a viable

Fedora rawhide compose report: 20231228.n.0 changes

2023-12-28 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20231227.n.0 NEW: Fedora-Rawhide-20231228.n.0 = SUMMARY = Added images:4 Dropped images: 1 Added packages: 3 Dropped packages:1 Upgraded packages: 64 Downgraded packages: 0 Size of added packages: 4.61 MiB Size of dropped packages:2.74

Re: Troubleshooting MD RAID assembly not working after upgrade to F39

2023-12-28 Thread Paul Howarth
On Wed, 27 Dec 2023 15:05:29 +0100 Sandro wrote: > I could you use some help with ${SUBJECT}. I posted the details in > discussion [1], but have yet to receive a response. I thought maybe > folks on the list may have an idea. > > I'm kinda lost as to where this is going wrong. Feel free to

[Fedocal] Reminder meeting : ELN SIG

2023-12-28 Thread sgallagh
Dear all, You are kindly invited to the meeting: ELN SIG on 2023-12-29 from 12:00:00 to 13:00:00 US/Eastern At fedora-meet...@irc.libera.chat The meeting will be about: Source: https://calendar.fedoraproject.org//meeting/10568/ -- ___ devel

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

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255972 Paul Howarth changed: What|Removed |Added Doc Type|--- |If docs needed, set a value

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

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2255925 Paul Howarth changed: What|Removed |Added Blocks||2255972 Referenced Bugs:

[Bug 2223392] perl-Test-Vars: FTBFS with Perl 5.38

2023-12-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=2223392 Paul Howarth changed: What|Removed |Added Link ID||Github |

Re: intent to hand over or orphan several scientific packages and their build requirements

2023-12-28 Thread Alexander Ploumistos
Hello Dominik, For the time being I will take inchi, if nobody else wants it. I haven't used EPEL in a very long time, so I'm only interested in the Fedora branches. On Wed, Dec 27, 2023 at 11:26 PM Dominik 'Rathann' Mierzejewski wrote: > > chemtool > xdrawchem Having used these two for almost