Re: F41 Change Proposal - Reproducible Package Builds (System-Wide)

2024-04-16 Thread Pavel Raiskup
On sobota 13. dubna 2024 21:04:06, CEST Zbigniew Jędrzejewski-Szmek wrote: > On Sat, Apr 13, 2024 at 01:38:49PM +, Zbigniew Jędrzejewski-Szmek wrote: > > On Sat, Apr 13, 2024 at 01:41:59PM +0200, Fabio Valentini wrote: > > > On Sat, Apr 13, 2024 at 1:18 PM Zbigniew Jędrzejewski-Szmek > > > wro

Fedora rawhide compose report: 20240416.n.0 changes

2024-04-16 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20240415.n.0 NEW: Fedora-Rawhide-20240416.n.0 = SUMMARY = Added images:0 Dropped images: 2 Added packages: 2 Dropped packages:7 Upgraded packages: 71 Downgraded packages: 0 Size of added packages: 295.99 KiB Size of dropped packages

Review request: mruby

2024-04-16 Thread Marián Konček
https://bugzilla.redhat.com/show_bug.cgi?id=2275294 I applied downstream changes which build a shared object (upstream provides no way of doing so, only a static library). -- Marián Konček -- ___ devel mailing list -- devel@lists.fedoraproject.org To

Fedora 40 compose report: 20240416.n.0 changes

2024-04-16 Thread Fedora Branched Report
OLD: Fedora-40-20240415.n.0 NEW: Fedora-40-20240416.n.0 = SUMMARY = Added images:2 Dropped images: 1 Added packages: 0 Dropped packages:1 Upgraded packages: 0 Downgraded packages: 0 Size of added packages: 0 B Size of dropped packages:363.85 KiB Size of

Re: Review request: mruby

2024-04-16 Thread Jarek Prokop
On 4/16/24 4:16 PM, Marián Konček wrote: https://bugzilla.redhat.com/show_bug.cgi?id=2275294 I applied downstream changes which build a shared object (upstream provides no way of doing so, only a static library). Upstream provides many ways to compile to many targets including using solibs,

Re: F41 Change Proposal - Reproducible Package Builds (System-Wide)

2024-04-16 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Apr 16, 2024 at 09:42:27AM +0200, Pavel Raiskup wrote: > On sobota 13. dubna 2024 21:04:06, CEST Zbigniew Jędrzejewski-Szmek wrote: > > On Sat, Apr 13, 2024 at 01:38:49PM +, Zbigniew Jędrzejewski-Szmek wrote: > > > On Sat, Apr 13, 2024 at 01:41:59PM +0200, Fabio Valentini wrote: > > > >

Re: F41 Change Proposal - Python Built with gcc -03 (self-contained)

2024-04-16 Thread Kevin Kofler via devel
Richard W.M. Jones wrote: > As gcc -Os was mentioned too, that is -O2 with the following > optimizations disabled: > > -falign-functions -falign-jumps > -falign-labels -falign-loops > -fprefetch-loop-arrays -freorder-blocks-algorithm=stc Last I checked, there were also some hardcoded if (opti

Re: F41 Change Proposal - Reproducible Package Builds (System-Wide)

2024-04-16 Thread Miroslav Suchý
Dne 16. 04. 24 v 10:04 odp. Zbigniew Jędrzejewski-Szmek napsal(a): Hmm, how would that work? We call mock, which calls systemd-nspawn, which runs rpmbuild, and the build env is completely isolated from the host. By adding this functionality to Mock itself. It can be optional (--add-determinism

Re: F41 Change Proposal - Reproducible Package Builds (System-Wide)

2024-04-16 Thread Tim Landscheidt
Zbigniew Jędrzejewski-Szmek wrote: > […] >> - use dynamic buildrequires to detect what plugins are needed > My problem is that the binary is linked to the libpython3.12.so shared > library… The detection part is easy, the hard part is how to have the > binary work when the shared lib is not ins