Re: [PATCH 0/2] kbuild: rpm-pkg: Address -debuginfo build regression with RPM < 4.20.0
From: Nathan Chancellor
Date: Sun Feb 15 2026 - 16:29:18 EST
On Fri, Feb 13, 2026 at 08:41:24PM +0100, Stefano Garzarella wrote:
> mmm, that it's odd indeed.
> Without this series applied, I had issues on Fedora 42 (RPM version
> 4.20.1), but it worked on Fedora 43 (RPM version 6.0.1).
>
> I just retried on Fedora 42 to build commit cee73b1e840c ("Merge tag
> 'riscv-for-linus-7.0-mw1' of
> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux") and I have
> the following errors:
>
> RPM build errors:
> Dependency tokens must begin with alpha-numeric, '_' or '/': #�) = 0x0d000002
> Dependency tokens must begin with alpha-numeric, '_' or '/': �) = 0x0d000000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x7c0e000000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x4728203a43434800
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x4728203a43434800
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x47161b0700
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x339b1a000ac0
> Dependency tokens must begin with alpha-numeric, '_' or '/': �) = 0x36000000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x7508200000000000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x2e76000000000400
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x803ab2b00000000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x1a00000000005e00
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x125590000000060
> Dependency tokens must begin with alpha-numeric, '_' or '/': = 0x03080000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x818000000003600
> Dependency tokens must begin with alpha-numeric, '_' or '/': �) = 0x0d000000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x7c0e000000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x4728203a43434800
> Dependency tokens must begin with alpha-numeric, '_' or '/': $) = 0x1c01040000004d00
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x4728203a43434800
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x63c300000000000
> Illegal char '?' (0xffffffd8) in: 3�
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x1320f691700
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x2e17101500
> Version required: ksym(g) =
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x4728203a43434800
> Dependency tokens must begin with alpha-numeric, '_' or '/': p) = 0x3875480000005c
> Dependency tokens must begin with alpha-numeric, '_' or '/': ]) = 0xfc22000000003000
> Dependency tokens must begin with alpha-numeric, '_' or '/': 2) = 0x5d0d03cc22
> Dependency tokens must begin with alpha-numeric, '_' or '/': ]) = 0x32042c1c
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x4728203a43434800
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x1c11a3d1b00
> Version required: ksym(�) =
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3220312e322e3400
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x322e353120295400
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x2029554e47282000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
> Illegal char ')' (0x29) in: (GNU)
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x4728203a43434800
> Dependency tokens must begin with alpha-numeric, '_' or '/': #) = 0x031c0000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x570d03ea11
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x4728203a43434800
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x4000000520d03c0
> Dependency tokens must begin with alpha-numeric, '_' or '/': C) = 0x690d03cf33
> Dependency tokens must begin with alpha-numeric, '_' or '/': �l) = 0x102000001471140
> Dependency tokens must begin with alpha-numeric, '_' or '/': i) = 0x4a00000000011000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x2e00000000240000
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0x42111503a533
> Dependency tokens must begin with alpha-numeric, '_' or '/': ) = 0xea1303bb33000000
> Unknown rich dependency op 'Hat': (Red Hat 15.2.1-7)) = 0x3130363230322000
>
> But if I apply this series on top, everything is fine.
Okay interesting! I have not seen that error yet... I wonder if adding
'AutoReqProv: no' to the kernel-debuginfo subpackage (like the
kernel-devel subpackage) would avoid that for rpm 4.20.0... Probably not
that big of a deal if it is resolved with rpm 6.0.1 but it would be good
to avoid as many corner cases as possible.
Cheers,
Nathan