Re: F43 Change Proposal: Drop i686 support (system wide)

2025-06-27 Thread Richard W.M. Jones
On Tue, Jun 24, 2025 at 12:19:47PM -0500, Chris Adams wrote: > Once upon a time, Richard W.M. Jones said: > > To make the discussion concrete, could you grab a list of the actual > > libraries that we're talking about here? I'm interested in how hard > > it

Re: F43 Change Proposal: Drop i686 support (system wide)

2025-06-27 Thread Richard W.M. Jones
On Fri, Jun 27, 2025 at 01:37:13PM +0100, Richard W.M. Jones wrote: > On Tue, Jun 24, 2025 at 12:19:47PM -0500, Chris Adams wrote: > > Once upon a time, Richard W.M. Jones said: > > > To make the discussion concrete, could you grab a list of the actual > > > librari

Re: Remove -mno-omit-leaf-frame-pointer from build flags

2025-06-24 Thread Richard W.M. Jones
hanks! Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://li

Re: F43 Change Proposal: Drop i686 support (system wide)

2025-06-24 Thread Richard W.M. Jones
I'm interested in how hard it would be to adapt them to cross compilation as Dan mentioned upthread. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual m

Re: F43 Change Proposal: X11Libre (system-wide)

2025-06-24 Thread Richard Hughes via devel
pleasant flame-fest on this mailing list. Richard -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of

Re: Remove -mno-omit-leaf-frame-pointer from build flags

2025-06-24 Thread Richard W.M. Jones
> > backtraces. > > > > Given how pervasive this effect is and that no problems have been > > reported so far, I think we can drop -mno-omit-leaf-frame-pointer from > > the build flags. > > > > Thoughts? > > > > So my semi-naive inte

Re: Remove -mno-omit-leaf-frame-pointer from build flags

2025-06-22 Thread Richard W.M. Jones
n practice) that they're not completely accurate at the very tip of the stack. Unrelated to this, do you know how SFrame support (ie. in userspace) is going? This was/is the great hope for fast, low overhead stack traces without frame pointers, but it's all gone a bit quiet. The last

Re: Linux VMs with virtio devices may be broken in Rawhide

2025-06-11 Thread Richard W.M. Jones
On Wed, Jun 11, 2025 at 07:02:29PM +0100, Richard W.M. Jones wrote: > SeaBIOS 1.17 seems to break virtio devices in Linux VMs: > > https://bugzilla.redhat.com/show_bug.cgi?id=2372329 So this turns out to be a latent bug (kind of) in libguestfs. See the link above for more details.

Re: OCaml rebuild needed

2025-06-11 Thread Richard W.M. Jones
(NB: CC-ing devel for visibility) On Wed, Jun 11, 2025 at 01:34:21PM -0600, Jerry James wrote: > On Wed, Jun 11, 2025 at 12:22 PM Richard W.M. Jones wrote: > > Note also: > > > > https://bugzilla.redhat.com/show_bug.cgi?id=2368289 > > > > So if it's not

Linux VMs with virtio devices may be broken in Rawhide

2025-06-11 Thread Richard W.M. Jones
SeaBIOS 1.17 seems to break virtio devices in Linux VMs: https://bugzilla.redhat.com/show_bug.cgi?id=2372329 If your Linux VMs suddenly appear to have no disks, this may be why. Downgrading to SeaBIOS 1.16 (or using UEFI for VMs) is the workaround. Rich. -- Richard Jones, Virtualization Group

Re: unretiring efitools

2025-06-11 Thread Richard Hughes via devel
d, although it's more focused on parsing than building: https://github.com/fwupd/fwupd/blob/main/libfwupdplugin/tests/efi-signature-list.builder.xml Richard. -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send

Re: Orphaned packages looking for new maintainers

2025-06-07 Thread Richard W.M. Jones
On Sat, Jun 07, 2025 at 09:25:47AM -0600, Jerry James wrote: > On Sat, Jun 7, 2025 at 8:45 AM Richard W.M. Jones wrote: > > On Fri, Jun 06, 2025 at 02:52:06PM -0500, maxwell--- via devel-announce > > wrote: > > > ocaml-odocdefolos, orphan

Re: Orphaned packages looking for new maintainers

2025-06-07 Thread Richard W.M. Jones
anding, or did we just get rid of the documentation? (I actually favour the latter, package documentation generated from source files like this isn't usually very useful, and adds little value over simply looking at the *.mli files.) Rich. -- Richard Jones, Virtualization Group, Red H

Re: Slowness of installing *-selinux subpackages

2025-05-29 Thread Richard W.M. Jones
On Thu, May 29, 2025 at 07:35:28PM +0200, Petr Lautrbach wrote: > Neal Gompa writes: > > > On Thu, May 29, 2025 at 6:16 AM Richard W.M. Jones > > wrote: > >> > >> [This is a general moan / observation ... Sorry!] > >> > >> SELinux policy i

Re: HEADS UP: Updating opencascade to 7.9.1 in Rawhide

2025-05-29 Thread Richard Shaw
I somehow lost track of what I had built and built a couple of packages twice but all builds sans smesh are built and submitted for update: https://bodhi.fedoraproject.org/updates/FEDORA-2025-6847871fab Thanks, Richard -- ___ devel mailing list

Slowness of installing *-selinux subpackages

2025-05-29 Thread Richard W.M. Jones
For some reason passt-selinux is particularly excessive (I eyeballed it at around 75 seconds). I wonder if there's a way we could have RPM rebuild the SELinux policy just once in this situation? And asking another level of "why", why is rebuilding the policy so slow in the first place?

Re: HEADS UP: Updating opencascade to 7.9.1 in Rawhide

2025-05-26 Thread Richard Shaw
On Mon, May 26, 2025 at 12:46 PM Dan Horák wrote: > On Mon, 26 May 2025 08:11:58 -0500 > Richard Shaw wrote: > > > On Mon, May 26, 2025 at 8:10 AM Dan Horák wrote: > > > > > On Mon, 26 May 2025 07:50:07 -0500 > > > Richard Shaw wrote: > > > >

Re: HEADS UP: Updating opencascade to 7.9.1 in Rawhide

2025-05-26 Thread Richard Shaw
On Mon, May 26, 2025 at 8:10 AM Dan Horák wrote: > On Mon, 26 May 2025 07:50:07 -0500 > Richard Shaw wrote: > > > The following packages are affected and will be rebuilt in a side-tag: > > > > f3d > > gmsh > > kicad > > netgen-mesher > > pru

HEADS UP: Updating opencascade to 7.9.1 in Rawhide

2025-05-26 Thread Richard Shaw
://copr.fedorainfracloud.org/coprs/hobbes1069/opencascade/builds/ Affected package maintainers BCC'd. Thanks, Richard -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Co

Re: gettext 1.25 & error: possibly undefined macro: AM_GNU_GETTEXT

2025-05-19 Thread Richard W.M. Jones
On Mon, May 19, 2025 at 04:54:55PM +0200, Michael Schwendt wrote: > On Mon, 19 May 2025 15:22:48 +0100, Richard W.M. Jones wrote: > > > Seemingly because of gettext 1.25 that was recently added to Fedora > > Rawhide, I'm now getting the error below. This also breaks all b

Re: gettext 1.25 & error: possibly undefined macro: AM_GNU_GETTEXT

2025-05-19 Thread Richard W.M. Jones
On Mon, May 19, 2025 at 03:22:48PM +0100, Richard W.M. Jones wrote: > m4/guestfs-libraries.m4:158: warning: macro 'AM_GNU_GETTEXT' not found in > library > autoreconf: running: /usr/bin/autoconf --force > configure:19161: error: possibly undefined macro: AM_GNU_GET

gettext 1.25 & error: possibly undefined macro: AM_GNU_GETTEXT

2025-05-19 Thread Richard W.M. Jones
nf documentation. autoreconf: error: /usr/bin/autoconf failed with exit status: 1 (https://github.com/libguestfs/libguestfs/blob/master/configure.ac) It's been giving the warning for a while, but now it's a hard error. I have no idea how to fix that. (The suggestion to use m4_pattern_allow

Orphaned: libdnet - Simple portable interface to lowlevel networking routines

2025-05-16 Thread Richard W.M. Jones
to orphan libdnet; nothing else that I package needs it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com nbdkit - Flexible, fast NBD server with plugins https://gitlab.com/nbd

Re: wget1 in Fedora

2025-05-15 Thread Richard W.M. Jones
nd made other choices that I don't think are good. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting

Re: %configure fails, print config.log

2025-05-06 Thread Richard W.M. Jones
On Tue, May 06, 2025 at 08:50:21PM +0900, Mamoru TASAKA wrote: > Richard W.M. Jones wrote on 2025/05/06 20:44: > >I have a failure in %configure which only happens on i686: > > > >https://koji.fedoraproject.org/koji/buildinfo?buildID=2710279 > > > >>config

Re: %configure fails, print config.log

2025-05-06 Thread Richard W.M. Jones
On Tue, May 06, 2025 at 01:49:26PM +0200, Fabio Valentini wrote: > On Tue, May 6, 2025 at 1:44 PM Richard W.M. Jones wrote: > > > > I have a failure in %configure which only happens on i686: > > > > https://koji.fedoraproject.org/koji/buildinfo?buildID=2710279 >

%configure fails, print config.log

2025-05-06 Thread Richard W.M. Jones
macro always dump config.log on failure? Another question: Does RPM always use bash as the shell? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com nbdkit - Flexible, fast NBD server with pl

Re: [rpms/vpnc] PR #3: Fix build when sbindir != /usr/sbin

2025-05-02 Thread Richard W.M. Jones
d. > > Any debugging ideas? I don't know - best to ask NM people I think. Rich. > Best regards, > Christian > > On Thu, Apr 24, 2025 at 10:10 AM Zbigniew Jędrzejewski-Szmek > > wrote: > > On Thu, Apr 24, 2025 at 01:06:11AM +0200, Christian Krause wrote:

Re: F42 Change Proposal: CMake drop non-standard variables (system-wide)

2025-04-16 Thread Richard Shaw
al for all affected packagers to browse through over 2300 builds to look for their packages. Thanks, Richard -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of

Re: Discussion about dropping qemu builds on i686

2025-04-15 Thread Richard W.M. Jones
(1) not matching the package arch (2). - RPM doesn't let you force the BuildArch to i686. - The subpackages obviously have the wrong names. - The Provides of the new packages are a bit wrong (fixable?) - The debuginfo is probably wrong. It doesn't look like it's that far from

Discussion about dropping qemu builds on i686

2025-04-15 Thread Richard W.M. Jones
hat is, 32-bit x86 binary or full VM emulation running on other host arches such as x86_64. PS #2 apparently qemu running on i686 was able to emulate x86_64... probably very very slowly. This capability has been dropped upstream, in case anyone was doing that crazy thing. -- Richard Jones, Virt

Re: Discussion about dropping qemu builds on i686

2025-04-15 Thread Richard W.M. Jones
On Tue, Apr 15, 2025 at 11:32:35AM -0500, Michael Catanzaro wrote: > On Tue, Apr 15 2025 at 05:18:06 PM +01:00:00, Richard W.M. Jones > wrote: > >What about Webex, the awful video conferencing software? I've no > >desire to investigate this, but ISTR it lin

Re: Discussion about dropping qemu builds on i686

2025-04-15 Thread Richard W.M. Jones
about Webex, the awful video conferencing software? I've no desire to investigate this, but ISTR it linked to system i686 libs. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libgues

Re: packages with files in /usr/sbin blocking bin-sbin merge

2025-04-15 Thread Richard Shaw
ve commented on the FTBFS BZ to see if the primary maintainer plans on fixing the package. https://bugzilla.redhat.com/show_bug.cgi?id=2341367 Thanks, Richard -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel

Re: Heads-up: openshadinglanguage 1.14.5.0 coming to Rawhide

2025-04-11 Thread Richard Shaw
On Tue, Apr 8, 2025 at 3:38 PM Ben Beasley wrote: > On Tue, Apr 8, 2025, at 7:41 AM, Richard Shaw wrote: > > On Tue, Apr 8, 2025 at 6:35 AM Ben Beasley > wrote: > >> In one week, 2025-04-15, or slightly later, I plan to update > >> openshadinglanguage from 1.13.12.

Re: Heads-up: openshadinglanguage 1.14.5.0 coming to Rawhide

2025-04-08 Thread Richard Shaw
uld not be upgraded to 3.x? Thanks, Richard -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-condu

Re: Is 'sharutils' still needed in Fedora?

2025-04-08 Thread Richard W.M. Jones
containing shar archives that someone might wish to decode, but we don't need to mix that up with uuencode/uudecode. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog:

Re: F43 Change Proposal: Package builds are expected to be reproducible (system-wide)

2025-04-05 Thread Richard W.M. Jones
to files like /usr/lib/debug/usr/x86_64-w64-mingw32/sys-root/mingw/bin/zlib1.dll.debug which are actually PE files. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-comp

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Richard Hughes via devel
upd build. Richard. -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelin

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Richard Hughes via devel
it) needed by libfido2-1.15.0-4.fc43.x86_64 from build Is that on your radar? https://koji.fedoraproject.org/koji/taskinfo?taskID=130401393 if it helps. Richard. -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an emai

Re: [HEADS UP] [SONAME BUMP] libcbor will be updated to 0.12.0 in rawhide with a soname bump

2025-03-17 Thread Richard Hughes via devel
ied this, but got "GenericError: Build already exists" -- I'm using %autorelease in the spec file -- do I have to disable that for the side tag and then re-enable it for the next rebase? Thanks. Richard. -- ___ devel mailing list -- devel@lists.

Re: Unresponsive packager: nilskoenig

2025-03-13 Thread Richard W.M. Jones
On Thu, Mar 13, 2025 at 09:48:04AM +0100, Pierre-Yves Chibon wrote: > On Fri, Mar 07, 2025 at 04:46:32PM +0000, Richard W.M. Jones wrote: > > On Fri, Mar 07, 2025 at 09:57:32AM +0100, Pierre-Yves Chibon wrote: > > > Good Morning Everyone, > > > > > > We have be

Re: Konflux: What is the right time?

2025-03-11 Thread Richard W.M. Jones
'm still not entirely sure what I'm looking at here. Gitlab has a CI pipeline already which we use quite successfully upstream on several different projects. Is this a replacement for that? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read m

Re: Konflux: What is the right time?

2025-03-08 Thread Richard W.M. Jones
On Sat, Mar 08, 2025 at 11:31:54AM -0800, Michel Lind wrote: > > > On Sat, Mar 8, 2025, at 10:39 AM, Neal Gompa wrote: > > On Sat, Mar 8, 2025 at 10:24 AM Richard W.M. Jones > > wrote: > >> > >> On Sat, Mar 08, 2025 at 07:27:59AM -0800, Michel Lind wrot

Re: Konflux: What is the right time?

2025-03-08 Thread Richard W.M. Jones
de-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue --

Re: Konflux: What is the right time?

2025-03-07 Thread Richard W.M. Jones
e throw-away code that bridges new to > old. I didn't watch his talk, but this all sounds very vague. And that the fact that it's "container first" and an internal project first is worrying too. How does it build containers without starting with RPMs? Where do

Re: Unresponsive packager: nilskoenig

2025-03-07 Thread Richard W.M. Jones
gers. > > Does someone know how to contact them? > > nilskoenig - emailed since February 14th > nilskoenig is maintainer of rpms/vhostmd CC-ing him... I was talking to Nils about vhostmd packaging only a few weeks ago. Rich. -- Richard Jones, Virtualization Group, Red Hat ht

Re: What's the error in this build?

2025-02-28 Thread Richard W.M. Jones
On Fri, Feb 28, 2025 at 01:14:28PM +0100, Dan Horák wrote: > On Fri, 28 Feb 2025 12:09:59 + > "Richard W.M. Jones" wrote: > > > > > This is a Fedora 40 build which fails, whereas the almost exact same > > builds of this package wor

What's the error in this build?

2025-02-28 Thread Richard W.M. Jones
s now EOL, but according to the schedule below we've got at least a couple of months to go. https://fedorapeople.org/groups/schedule/f-40/f-40-key-tasks.html Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization

Re: Strange s390x failures in scratch builds

2025-02-27 Thread Richard W.M. Jones
On Thu, Feb 27, 2025 at 09:49:35AM +0100, Dan Horák wrote: > On Thu, 27 Feb 2025 08:44:25 + > "Richard W.M. Jones" wrote: > > > When doing scratch builds (only from Pagure pull requests?) we get > > this strange error on s390x builders: > > > &

Strange s390x failures in scratch builds

2025-02-27 Thread Richard W.M. Jones
info?taskID=129611742 https://src.fedoraproject.org/rpms/qemu/pull-request/79 -> https://koji.fedoraproject.org/koji/taskinfo?taskID=129611948 No issue on https://pagure.io/fedora-infrastructure/issues yet. Is that the right place to file a bug? Rich. -- Richard Jones, Virtualization Group

Re: F43 change Proposal: Disabling support of building OpenSSL engines (system-wide)

2025-02-25 Thread Richard W.M. Jones
.9-1.fc43.src workflow-0.11.7-2.fc42.src wpa_supplicant-1:2.11-4.fc42.src xca-2.7.0-2.fc42.src xmms2-0.9.4-3.fc42.src yadifa-2.6.7-2.fc42.src znc-1.9.1-6.fc42.src Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualizati

Re: dnf: terminate called after throwing an instance of 'std::length_error'

2025-02-25 Thread Richard Hughes via devel
(core dumped) This seems to be that we're trying to create a huuuge string -- i.e. something like https://github.com/rpm-software-management/dnf5/commit/8974d33bd97396c148181474dd9efc734a05a072 looks really dodgy with regards to integer underflow. Richard. -- ___

Re: Multiple kernels

2025-02-23 Thread Richard W.M. Jones
d or > LinuxLibre The experience with Debian is this is a lot of work, with a negligible userbase. People can already run a Fedora userspace on top of other Linux and other kernels. For RISC-V, I sometimes have to run Fedora on top of vendor kernels with lots of weird non-upstream

dnf: terminate called after throwing an instance of 'std::length_error'

2025-02-20 Thread Richard Hughes via devel
7 Aborted (core dumped) dnf install -y dist/*.rpm Has anyone else seen this? Frustratingly I can't reproduce locally. I'm *guessing* it's a regression in dnf5-5.2.10.0-2.fc41 -- i.e. https://bodhi.fedoraproject.org/updates/FEDORA-2025-665751b0e4 Ideas

Re: Proposal: Allow all packagers to push empty commits to any package

2025-02-20 Thread Richard W.M. Jones
to preserve ffwd to the rawhide branch, if that is currently the case? [Whatever the technical term for that is.] Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-co

Re: libnfs soname bump

2025-02-18 Thread Richard W.M. Jones
On Tue, Feb 18, 2025 at 11:51:47PM +0100, Xavier Bachelot wrote: > Le 2025-02-18 15:38, Richard W.M. Jones a écrit : > >On Fri, Dec 13, 2024 at 02:44:56PM +0100, Xavier Bachelot wrote: > >>Hi, > >> > >>libnfs 6.0.0 bumps its soname from 14 to 16. > >>

Re: libnfs soname bump

2025-02-18 Thread Richard W.M. Jones
whide and packages that haven't been updated yet should just have to deal with the consequences. They've had enough time to either fix their code or remove the dependency. But I appreciate that may cause pain ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.red

Re: Need help with "cannot open display" error when %pyproject_check_import is run

2025-02-18 Thread Richard W.M. Jones
el-le...@lists.fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.o

Re: Heads up: openexr dropping i686 arch for F42+

2025-02-06 Thread Richard Shaw
On Thu, Feb 6, 2025 at 6:16 PM Fabio Valentini wrote: > On Thu, Feb 6, 2025 at 11:37 PM Richard Shaw wrote: > > > > It seems to be the only reason for FTBFS. A single test is failing. > Upstream has no interest in supporting 32bit anymore, which I think makes > sense. >

Heads up: openexr dropping i686 arch for F42+

2025-02-06 Thread Richard Shaw
olive opencv openvdb pfstools povray prusa-slicer swayimg synfig vigra vips Thanks, Richard -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https

Intent to retire: smesh

2025-02-06 Thread Richard Shaw
https://src.fedoraproject.org/rpms/smesh [2] https://github.com/trelau/SMESH [3] https://bugzilla.redhat.com/show_bug.cgi?id=2341362 Thanks, Richard -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraprojec

Re: nodejs22 rawhide update unpushed (among others)

2025-02-05 Thread Richard Shaw
and end up in a consistent > > state. > > > > In most cases, submitting a new build for rawhide (now F43) and F42 > > should work (assuming the gating failures are taken care of, of > > course). > > Yep. This ^ > I guess it's partly my fault for not notic

Re: bin/sbin merge: Are we going to change kconfig MODPROBE_PATH?

2025-02-05 Thread Richard W.M. Jones
On Wed, Feb 05, 2025 at 01:57:01PM +, Zbigniew Jędrzejewski-Szmek wrote: > On Wed, Feb 05, 2025 at 12:03:21PM +0000, Richard W.M. Jones wrote: > > https://github.com/torvalds/linux/blob/5c8c229261f14159b54b9a32f12e5fa89d88b905/kernel/module/Kconfig#L416 > > > > Th

bin/sbin merge: Are we going to change kconfig MODPROBE_PATH?

2025-02-05 Thread Richard W.M. Jones
cally the filesystem.spec script. (This is the case that broke for me.) (2) I suspect some race between needing to modprobe modules are running the filesystem.spec script, even in a well-behaved RPM install. (3) Extremely small speed increase not having to follow a symlink? Rich. -- Richard Jo

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

2025-02-04 Thread Richard W.M. Jones
https://src.fedoraproject.org/rpms/udpcast/pull-request/4 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell

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, Fl

Re: bin-sbin merge rebuild

2025-02-04 Thread Richard W.M. Jones
All files under /usr/sbin are symlinks; linking to ./bin... > Once that's done, the merge is complete on upgraded systems. What's the component / script which prints this message? Is it safe to 'dnf update' an existing Fedora Rawhide installation now? Rich. -- Ric

Orphaned: honggfuzz - a general-purpose fuzzer

2025-02-03 Thread Richard W.M. Jones
still twitching but not particularly active, especially compared to AFL++ or the Clang fuzzer. My recommendation is to let it get retired automatically, but if you'd like to take it over, please be my guest. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjon

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

2025-01-25 Thread Richard W.M. Jones
imited, Finland > > -- > ___ > devel mailing list -- devel@lists.fedoraproject.org > To unsubscribe send an email to devel-le...@lists.fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of

Re: Inadvertent mass-rebuild triggered soname bump in libnfs

2025-01-23 Thread Richard W.M. Jones
es: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org > Do not reply to spam, report it: > https://pagure.io/fedora-infrastructure/new_issue -- Richard Jones, Virtualization Group, Red

Re: Proposal for vendoring/bundling golang packages by default

2025-01-22 Thread Richard W.M. Jones
a problem for Fedora. (npm is a particularly egregious example.) And yes, I know that review in Fedora is not always very thorough, but we should be aware of this and try not to make it worse. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my progr

Re: PQ [post-quantum] algorithms in Fedora 41 - improvements

2025-01-17 Thread Richard W.M. Jones
Post quantum, I assume. https://en.wikipedia.org/wiki/Post-quantum_cryptography Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com Fedora Windows cross-compiler. Compile Windows programs

Re: Retiring GlusterFS in Fedora 42. First Notice

2025-01-09 Thread Richard W.M. Jones
r, so please coordinate with us if you push any breaking change. We may need to rebuild quite a few dependent packages. Easiest way is to email 'qemu-maintain...@fedoraproject.org'. Although I suppose since upstream development is dead, maybe that won't be very likely ... Rich.

Re: Plans for OCaml 5.2/5.3

2025-01-08 Thread Richard W.M. Jones
On Tue, Dec 03, 2024 at 10:48:53AM +, Richard W.M. Jones wrote: > On Wed, Nov 20, 2024 at 12:10:03PM +0000, Richard W.M. Jones wrote: > > Just a heads up for OCaml. > > > > We currently have OCaml 5.2.0 in Fedora 41 & Rawhide. > > > > OCaml 5.3.0 is e

Re: Non-responsive maintainer ngompa

2025-01-08 Thread Richard W.M. Jones
ils are sent, but then spam filtered, I'm not ruling out gmail).. I've missed many PRs because of this. I have to ask people to ping me via side channels if a PR is important, not because I think this is a good idea, but because it's necessary if you really want to be sure I&

Re: Help with flexiblas crash on aarch64 in kojij only

2025-01-06 Thread Richard W.M. Jones
==by 0x5E9A0FB: ??? (in /usr/lib64/libopenblaso-r0.3.28.so) > ==44481==by 0x5E9A4D7: ??? (in /usr/lib64/libopenblaso-r0.3.28.so) > ==44481==by 0x70AEF1F: ??? (in /usr/lib64/libgomp.so.1.0.0) > ==44481==by 0x4F1D187: start_thread (in /usr/lib64/libc.so.6) > ==44481==b

Re: Fedora-specific RabbitMQ patch allows remote connections with a known username out of the box

2025-01-02 Thread Richard W.M. Jones
Thanks, I raised this PR: https://src.fedoraproject.org/rpms/rabbitmq-server/pull-request/10 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com nbdkit - Flexible, fast NBD server with

Fedora-specific RabbitMQ patch allows remote connections with a known username out of the box

2025-01-02 Thread Richard W.M. Jones
edora as that's what upstream want. What do you think? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD

Re: Revocation of provenpackager access from pbrobinson

2024-12-19 Thread Richard Hughes via devel
project.org/rpms/fwupd/c/a4f103bfc38f6810a5dad8776c66d02f21efcf46?branch=rawhide Richard. -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Cond

Re: On revoking provenpackager from probinson

2024-12-19 Thread Richard Hughes via devel
munity. Fedora Engineering Steering Committee, as if. Richard. -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/p

Re: Revocation of provenpackager access from pbrobinson

2024-12-18 Thread Richard W.M. Jones
a large change, but also an improvement. - Renumbering the patch lines is invasive perhaps, but the result is cleaner. I probably wouldn't have done this to someone else's spec. - A new patch was added with a clear reference to upstream status. - Forcing the Tcl/Tk version

Re: HEADS UP: FLTK 1.4 w/ soname bump

2024-12-17 Thread Richard Shaw
yoshimi: failed, doesn't seem to be compatible I plan to start working on the fltk compat package in the next few days. Please let me know if you (or upstream) fix building with fltk 1.4. Thanks, Richard FAS: hobbes1069 -- ___ devel m

Re: Revocation of provenpackager access from pbrobinson

2024-12-16 Thread Richard Hughes via devel
for any years and I can't understand any of this at all. Richard. -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.

Re: Revocation of provenpackager access from pbrobinson

2024-12-15 Thread Richard W.M. Jones
more shared responsibility with packaging. For packages which I maintain, I'm happy for PPs to touch them without getting permission beforehand. Just try to do the right thing! Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and vir

Re: Revocation of provenpackager access from pbrobinson

2024-12-14 Thread Richard W.M. Jones
list -- devel@lists.fedoraproject.org > To unsubscribe send an email to devel-le...@lists.fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archive

Re: libnfs soname bump

2024-12-13 Thread Richard W.M. Jones
On Fri, Dec 13, 2024 at 02:15:46PM +, Richard W.M. Jones wrote: > On Fri, Dec 13, 2024 at 02:07:00PM +0000, Richard W.M. Jones wrote: > > On Fri, Dec 13, 2024 at 02:44:56PM +0100, Xavier Bachelot wrote: > > > Hi, > > > > > > libnfs 6.0.0 bumps its soname

Re: libnfs soname bump

2024-12-13 Thread Richard W.M. Jones
On Fri, Dec 13, 2024 at 02:07:00PM +, Richard W.M. Jones wrote: > On Fri, Dec 13, 2024 at 02:44:56PM +0100, Xavier Bachelot wrote: > > Hi, > > > > libnfs 6.0.0 bumps its soname from 14 to 16. > > > > Affected packages are: > > gvfs > > qemu >

Re: libnfs soname bump

2024-12-13 Thread Richard W.M. Jones
x27;ed. > > I have requested a side tag and built libnfs there. One can use it with: > fedpkg build --target=f42-build-side-102002 qemu build here: https://koji.fedoraproject.org/koji/taskinfo?taskID=126797999 Rich. > I'll try and take care of vlc and xine-lib asap. > >

Re: HEADS UP: FLTK 1.4 w/ soname bump

2024-12-10 Thread Richard Shaw
On Tue, Dec 10, 2024 at 9:45 AM Michel Lind wrote: > On Mon, Dec 09, 2024 at 07:18:54AM -0600, Richard Shaw wrote: > > Upstream has made a new release and it's not fully backwards compatible > > with 1.3. The plan is to create a fltk13 compatibility package for > proje

Re: HEADS UP: FLTK 1.4 w/ soname bump

2024-12-10 Thread Richard Shaw
ccess zynaddsubfx: success Thanks, Richard [1] https://copr.fedorainfracloud.org/coprs/hobbes1069/fltk/builds/ -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Co

HEADS UP: FLTK 1.4 w/ soname bump

2024-12-09 Thread Richard Shaw
ddsubfx Thanks, Richard -- ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Gu

Re: Rawhide, koji: cannot build because of conflicting requests

2024-12-03 Thread Richard W.M. Jones
dal is really broken (FTBFS prior to the libarrow change). As your problem is caused by a common package using gdal, it's too bad until gdal is fixed: https://bugzilla.redhat.com/show_bug.cgi?id=2329164 (unless maybe the dependency on gdal could be removed) Rich. -- Richard Jones, Virtual

Re: Renaming Java packages with "java" prefix?

2024-12-03 Thread Richard W.M. Jones
nsistency with the rest of Fedora Are there specific packages you are concerned about? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder qui

Re: Plans for OCaml 5.2/5.3

2024-12-03 Thread Richard W.M. Jones
On Wed, Nov 20, 2024 at 12:10:03PM +, Richard W.M. Jones wrote: > Just a heads up for OCaml. > > We currently have OCaml 5.2.0 in Fedora 41 & Rawhide. > > OCaml 5.3.0 is expected to be released at the "end of November or > beginning of December"[1], so it woul

Re: 400 - Bad Request when login with FAS from bugzilla redirection

2024-12-03 Thread Richard W.M. Jones
. I get this frequently too. It usually works on the second or third attempt, and of course is difficult to reproduce reliably so I didn't file a bug about it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization bl

Re: cpu-x: compiling on fedora 41 fails

2024-12-02 Thread Richard Shaw
uot;" > > Unknown arguments specified > Most likely there's a CMake variable that's not being set correctly for some reason as indicated by the empty "". Open the file and look at line 41 to see what the variable name is, then you'll have to trace back to see

Re: libarrow (Apache Arrow) SONAME bump in rawhide — third notice

2024-12-02 Thread Richard W.M. Jones
ages: >  * ceph (I am the maintainer) >  * gdal (maintainer notified previously) >  * groonga (etc.) >  * myst-nb (etc.) >  * pcp (etc.) >  * root (etc.) >  * python- > {dask,dask-expr,distributed,formulaic,fsspec,geopandas,pandas,papermill,pyogrio} > (maintainers not notif

Re: Proposed qemu-srpm-macros

2024-11-29 Thread Richard W.M. Jones
On Fri, Nov 29, 2024 at 04:02:43PM +, Daniel P. Berrangé wrote: > On Fri, Nov 29, 2024 at 03:48:02PM +0000, Richard W.M. Jones wrote: > > On Fri, Nov 29, 2024 at 04:36:14PM +0100, Florian Weimer wrote: > > > * Daniel P. Berrangé: > > > > > > > I think

Re: Proposed qemu-srpm-macros

2024-11-29 Thread Richard W.M. Jones
On Fri, Nov 29, 2024 at 04:49:41PM +0100, Miro Hrončok wrote: > On 29. 11. 24 15:47, Daniel P. Berrangé wrote: > >On Fri, Nov 29, 2024 at 03:36:44PM +0100, Miro Hrončok wrote: > >>On 28. 11. 24 23:49, Neal Gompa wrote: > >>>On Thu, Nov 28, 2024 at 4:30 AM Florian Weim

  1   2   3   4   5   6   7   8   9   10   >