Need help with pybind11 c++ compilation warning/error

2025-02-04 Thread Orion Poplawski
I'm working on updating libmamba to 2.0.X [1] but hitting the following error: cd /home/orion/fedora/libmamba/libmamba-2.0.6-build/mamba-2.0.6/redhat-linux-build/libmambapy && /usr/lib64/ccache/g++ -DFMT_SHARED -DMAMBA_USE_INSTALL_PREFIX_AS_BASE -DSPDLOG_FMT_EXTERNAL -DSPDLOG_FWRITE_UNLOCKED

Fedora eln compose report: 20250205.n.1 changes

2025-02-04 Thread Fedora ELN Report
OLD: Fedora-eln-20250204.n.0 NEW: Fedora-eln-20250205.n.1 = SUMMARY = Added images:0 Dropped images: 0 Added packages: 1 Dropped packages:5 Upgraded packages: 50 Downgraded packages: 0 Size of added packages: 4.70 MiB Size of dropped packages:47.06 MiB

Logs from Tuesday's FESCo Meeting (2025-02-04)

2025-02-04 Thread Kevin Fenzi
Full logs at: https://meetbot-raw.fedoraproject.org//meeting_matrix_fedoraproject-org/2025-02-04/fesco.2025-02-04-17.00.log.txt = # #meeting:fedoraproject.org: fesco = Meeting started by @nirik:matrix.scrye.com at 2025-02-04

Re: Applying code layout optimization to postgresql16 RPMs in Fedora 41 gave a 3%-6% improvement in IPC

2025-02-04 Thread William Cohen
On 2/4/25 11:22 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Tue, Feb 04, 2025 at 09:45:19AM -0500, William Cohen wrote: +%global layout _opt +Release: 1%{?dist}%{?layout} >>> In various places the patch does such indirections… Please kill them, they >>> make the diff much more verbose and

Re: RFC: Additional checkpoint for major toolchain updates before mass rebuild

2025-02-04 Thread Vít Ondruch
Dne 31. 01. 25 v 20:41 Kevin Fenzi napsal(a): On Fri, Jan 31, 2025 at 02:27:28PM +0100, Vít Ondruch wrote: I am advocating for mass-rebuild as we do (i.e. to try to build everything) to be done after stable branch is branched off. For this cycle, the F42 is going to be branched on Tue 2025-02-0

Re: Package review - submitter not responding

2025-02-04 Thread Fabio Valentini
On Mon, Feb 3, 2025 at 9:19 PM Łukasz Wojniłowicz wrote: > > Hi all, > according to > https://docs.fedoraproject.org/en-US/fesco/Package_review_policy/#submitter_not_responding > > "When the submitter of a review ticket has not responded to comments for one > month, a comment is added to the tic

Re: Package review - submitter not responding

2025-02-04 Thread Łukasz Wojniłowicz
On 25-02-03 16:38, Kevin Fenzi wrote: On Mon, Feb 03, 2025 at 09:18:56PM +0100, Łukasz Wojniłowicz wrote: Hi all, according to https://docs.fedoraproject.org/en-US/fesco/Package_review_policy/#submitter_not_responding "When the submitter of a review ticket has not responded to comments for one

Re: Applying code layout optimization to postgresql16 RPMs in Fedora 41 gave a 3%-6% improvement in IPC

2025-02-04 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 04, 2025 at 09:45:19AM -0500, William Cohen wrote: > >> +%global layout _opt > >> +Release: 1%{?dist}%{?layout} > > In various places the patch does such indirections… Please kill them, they > > make the diff much more verbose and actually harder to follow. > > > > → Release: 1%{?dist}

Re: bin-sbin merge case of packages which install to hardcoded $DESTDIR/usr/sbin

2025-02-04 Thread Richard W.M. Jones
On Tue, Feb 04, 2025 at 02:54:30PM +, Sérgio Basto via devel wrote: > Hi, > In this case: "packages which install to hardcoded $DESTDIR/usr/sbin, > but then use %{_sbindir} in %files, will need to be adjusted." > > I did this [1] after the make install, is that correct ? > > [1] > %if "%{_

Re: bin-sbin merge case of packages which install to hardcoded $DESTDIR/usr/sbin

2025-02-04 Thread Daniel P . Berrangé
On Tue, Feb 04, 2025 at 02:54:30PM +, Sérgio Basto via devel wrote: > Hi, > In this case: "packages which install to hardcoded $DESTDIR/usr/sbin, > but then use %{_sbindir} in %files, will need to be adjusted." > > I did this [1] after the make install, is that correct ? > > [1] > %if "%{_

bin-sbin merge case of packages which install to hardcoded $DESTDIR/usr/sbin

2025-02-04 Thread Sérgio Basto via devel
Hi, In this case: "packages which install to hardcoded $DESTDIR/usr/sbin, but then use %{_sbindir} in %files, will need to be adjusted." I did this [1] after the make install, is that correct ? [1] %if "%{_sbindir}" == "%{_bindir}" mkdir -p %{buildroot}%{_bindir} mv %{buildroot}/usr/

Re: Applying code layout optimization to postgresql16 RPMs in Fedora 41 gave a 3%-6% improvement in IPC

2025-02-04 Thread William Cohen
On 2/4/25 7:18 AM, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Jan 26, 2025 at 09:20:59PM -0500, William Cohen wrote: >> I have reworked the technique to avoid using a .rpmmacros file and have >> everything in the spec file. The upstream sediment documentation page has >> been updated to descri

Re: [rfc] mass package change to introduce sysusers.d configs

2025-02-04 Thread Colin Walters
On Sat, Jan 25, 2025, at 4:05 AM, Zbigniew Jędrzejewski-Szmek wrote: > So yeah, having a package with a sysusers file and files owned by the > users or groups defined therein works fine. (This was already possible > before, but required careful creation of a %pre scriptlet. The new > mechanism i

Re: bin-sbin merge rebuild

2025-02-04 Thread Richard W.M. Jones
On Tue, Feb 04, 2025 at 02:10:53PM +, Richard W.M. Jones wrote: > On Mon, Jan 13, 2025 at 01:46:03PM +, Zbigniew Jędrzejewski-Szmek wrote: > > On Fri, Jan 10, 2025 at 10:13:31AM +, Zbigniew Jędrzejewski-Szmek wrote: > > > On Fri, Jan 10, 2025 at 08:58:32AM +0100, Florian Weimer wrote: >

Re: bin-sbin merge rebuild

2025-02-04 Thread Richard W.M. Jones
On Mon, Jan 13, 2025 at 01:46:03PM +, Zbigniew Jędrzejewski-Szmek wrote: > On Fri, Jan 10, 2025 at 10:13:31AM +, Zbigniew Jędrzejewski-Szmek wrote: > > On Fri, Jan 10, 2025 at 08:58:32AM +0100, Florian Weimer wrote: > > > * Zbigniew Jędrzejewski-Szmek: > > > > > > > glibc > > > > > > If w

Re: [rfc] mass package change to introduce sysusers.d configs

2025-02-04 Thread Sérgio Basto via devel
On Tue, 2025-02-04 at 10:16 +, Zbigniew Jędrzejewski-Szmek wrote: > On Sat, Feb 01, 2025 at 05:21:41PM +, Sérgio Basto wrote: > > On Sat, 2025-02-01 at 08:50 +, Zbigniew Jędrzejewski-Szmek > > wrote: > > > On Fri, Jan 31, 2025 at 08:47:16PM +, Sérgio Basto via devel > > > wrote: > >

Re: Applying code layout optimization to postgresql16 RPMs in Fedora 41 gave a 3%-6% improvement in IPC

2025-02-04 Thread Miro Hrončok
On 04. 02. 25 13:18, Zbigniew Jędrzejewski-Szmek wrote: That spec file patch uses a style that is a bit dated. Some comments: +%bcond_without opt '%bcond foo' is a more modern alternative that is easier for humans to understand. → %bcond opt 1 This was only updated in our python3.14 spec

Re: [heads up] mass rebuild for opencv 4.11.0 with soname bump on rawhide

2025-02-04 Thread Sérgio Basto via devel
On Tue, 2025-02-04 at 02:00 +, Sérgio Basto via devel wrote: > On Mon, 2025-02-03 at 01:06 +, Sérgio Basto via devel wrote: > > Hi, > > I will start a mass rebuild in a side-tag, very soon , the goal is > > finish and merge it before the mass branch which is scheduled for 4 > > of > > Feb o

Re: Applying code layout optimization to postgresql16 RPMs in Fedora 41 gave a 3%-6% improvement in IPC

2025-02-04 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Jan 26, 2025 at 09:20:59PM -0500, William Cohen wrote: > I have reworked the technique to avoid using a .rpmmacros file and have > everything in the spec file. The upstream sediment documentation page has > been updated to describe how to do this: > > https://github.com/wcohen/sediment

Re: WRT "Add explicit BR: libxcrypt-devel"

2025-02-04 Thread Clemens Lang
Hi Gary, > On 3. Feb 2025, at 17:00, Gary Buhrmaster wrote: > > I never bothered to follow all the details > of the issue, but is there not a problem > where libxcrypt is not FIPS compliant? The answer is “it’s complicated”. NIST doesn’t really specify rules for password hashing in the FIPS co

Re: FTBFS after mass rebuild (not during!)

2025-02-04 Thread Michael J Gruber
Am Mo., 3. Feb. 2025 um 22:40 Uhr schrieb Jerry James : > > On Mon, Feb 3, 2025 at 2:22 PM Michael J Gruber > wrote: > > So, over at upstream they raised the suspicion that some parts of what > > I'm linking are compiled with different flags. To recap: I get > > ``` > > /usr/include/c++/15/bits/s

Re: [rfc] mass package change to introduce sysusers.d configs

2025-02-04 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Feb 01, 2025 at 05:21:41PM +, Sérgio Basto wrote: > On Sat, 2025-02-01 at 08:50 +, Zbigniew Jędrzejewski-Szmek wrote: > > On Fri, Jan 31, 2025 at 08:47:16PM +, Sérgio Basto via devel > > wrote: > > > > The first batch: > > > > https://in.waw.pl/~zbyszek/fedora/sysusers_mass_spec