Fedora Rawhide looking for find-debuginfo.sh in wrong directory
My Fedora Rawhide Wine builds are failing with: /var/tmp/rpm-tmp.Bmdtkq: line 88: /opt/wine-devel/bin/find-debuginfo.sh: No such file or directory It should be looking in /usr/lib/rpm for find-debuginfo.sh (as it used to until a few weeks ago), not /opt/wine-devel/bin. Any idea why this suddenly changed, and more importantly, is there a way I can work around this? -- Rosanne DiMesio <dimesio@earthlink.net>
On Montag, 14. Juni 2021, 19:08:38 CEST Rosanne DiMesio wrote:
My Fedora Rawhide Wine builds are failing with:
/var/tmp/rpm-tmp.Bmdtkq: line 88: /opt/wine-devel/bin/find-debuginfo.sh: No such file or directory
It should be looking in /usr/lib/rpm for find-debuginfo.sh (as it used to until a few weeks ago), not /opt/wine-devel/bin. Any idea why this suddenly changed, and more importantly, is there a way I can work around this?
no, but I suspect it is a change in the rawhide packages (esp. rpm-build). The build script is not involved here, so you need to look for an answer on the Fedora side. -- Adrian Schroeter <adrian@suse.de> Build Infrastructure Project Manager SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany (HRB 247165, AG München), Geschäftsführer: Felix Imendörffer
On Tue, 15 Jun 2021 08:43:28 +0200 Adrian Schröter <adrian@suse.de> wrote:
On Montag, 14. Juni 2021, 19:08:38 CEST Rosanne DiMesio wrote:
My Fedora Rawhide Wine builds are failing with:
/var/tmp/rpm-tmp.Bmdtkq: line 88: /opt/wine-devel/bin/find-debuginfo.sh: No such file or directory
It should be looking in /usr/lib/rpm for find-debuginfo.sh (as it used to until a few weeks ago), not /opt/wine-devel/bin. Any idea why this suddenly changed, and more importantly, is there a way I can work around this?
no, but I suspect it is a change in the rawhide packages (esp. rpm-build).
The build script is not involved here, so you need to look for an answer on the Fedora side.
It might be related to a change that enabled Debuginfod by default for Fedora 35. The timing of that change fits with when I started seeing the build failures. https://fedoraproject.org/wiki/Changes/DebuginfodByDefault Adding %define debug_package %{nil} to my spec file allows the build to succeed, but then there are no debug packages created. -- Rosanne DiMesio <dimesio@earthlink.net>
participants (2)
-
Adrian Schröter
-
Rosanne DiMesio