How to install `debuginfo` package requested by GDB that doesn't exist in repositories?

@barryascott, I’ve now exactly the same problem again, except that this time, it’s for a package that has very recently regained its debuginfo counterpart: [1]

RokeJulianLockhart@Beedell:~$ abrt report 2edadf7
Reporting problem 2edadf7

no actions matching this problem found for event 'collect_GConf'
no actions matching this problem found for event 'collect_vimrc_system'
no actions matching this problem found for event 'collect_vimrc_user'
no actions matching this problem found for event 'collect_xsession_errors'
('report_uReport' completed successfully)
Generating backtrace
Backtrace is generated and saved, 173423 bytes
Looking for similar problems in bugzilla
Reporting is disabled because the generated backtrace has low informational value.
Please try to install debuginfo manually using the command: "dnf debuginfo-install chromium-141.0.7390.76-1.fc42" and try again.

RokeJulianLockhart@Beedell:~$ abrt info 2edadf7
Id            2edadf7  
Component     chromium  
Count         1  
Time          2025-10-18 12:23:38  
Command line  $'/usr/lib64/chromium-browser/chromium-browser --enable-chrome-browser-cloud-management --enable-features=AllowQt,WaylandLinuxDrmSyncobj,WaylandPerSurfaceScale,WaylandUiScale,AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL,AcceleratedVideoEncoder --enable-plugins --enable-extensions --enable-user-scripts --enable-printing --enable-sync --auto-ssl-client-auth'  
Package       chromium-141.0.7390.76-1.fc42  
User id       1000 (RokeJulianLockhart)  
Path          /var/spool/abrt/ccpp-2025-10-18-12:23:38.354200-43650  
Reported to     
ABRT Server   https://retrace.fedoraproject.org/faf/reports/bthash/6223aaeeb54d9a2aeac4a0ff0af1afde40cb2818

I have managed to install one of the requested debuginfo packages that exists:

RokeJulianLockhart@Beedell:~$ dnf5 history info 113
Transaction ID : 113
Begin time     : 2025-10-20 22:20:02
Begin rpmdb    : bb84b99dd595d5104dc4704911ce535c44405f5bf185392f9dc8d58fb50491fd
End time       : 2025-10-20 22:20:03
End rpmdb      : d69d6607ad16488ccafef9a1d6ee73b924cdb2ed29adb3cc8be0ad6dbe2bac2a
User           : 1000 Mr. Roke Julian Lockhart Beedell (RJLB) <RokeJulianLockhart>
Status         : Ok
Releasever     : 42
Description    : dnf5 --enablerepo=*debug* install libopenmpt-debuginfo-0.8.3-1.fc42.x86_64
Comment        : 
Packages altered:
  Action  Package                                      Reason          Repository
  Install libopenmpt-debuginfo-0:0.8.3-1.fc42.x86_64   User            updates-debuginfo
  Install libopenmpt-debugsource-0:0.8.3-1.fc42.x86_64 Weak Dependency updates-debuginfo

…alongside chromium-debuginfo-141.0.7390.107-1.fc42.x86_64:

RokeJulianLockhart@Beedell:~$ dnf5 history info 114
Transaction ID : 114
Begin time     : 2025-10-20 22:25:42
Begin rpmdb    : d69d6607ad16488ccafef9a1d6ee73b924cdb2ed29adb3cc8be0ad6dbe2bac2a
End time       : 2025-10-20 22:25:48
End rpmdb      : 3e77aa389be962fe4a41c35addb6cad5c92b1bf300576ba1c3cd47c9b7855511
User           : 1000 Mr. Roke Julian Lockhart Beedell (RJLB) <RokeJulianLockhart>
Status         : Ok
Releasever     : 42
Description    : dnf5 --enablerepo=*debug* install chromium-debuginfo libopenmpt-debuginfo-0.8.3-1.fc42.x86_64
Comment        : 
Packages altered:
  Action  Package                                           Reason Repository
  Install chromium-debuginfo-0:141.0.7390.107-1.fc42.x86_64 User   updates-debuginfo

However, that doesn’t appear to be sufficient, even after an abrt retrace -f. [2]


  1. ↩︎
  2. retrace.fedoraproject.org/faf/reports/1349777 [3] ↩︎

  3. retrace.fedoraproject.org/faf/reports/bthash/6223aaeeb54d9a2aeac4a0ff0af1afde40cb2818 ↩︎