debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #04486
[Bug 2118762] [NEW] [UBUNTU 25.04] genprotimg fails on Ubuntu 25.04
You have been subscribed to a public bug:
---Problem Description---
On Ubuntu 25.04 genprotimg fails with error: Cannot read stage3a at /usr/share/s390-tools/pvimg/stage3a.bin
The file is located /usr/share/s390-tools/pvimg/boot however
Machine Type = n/a
---Debugger---
A debugger is not configured
---Steps to Reproduce---
install s390-tools, try to use genprotimg
---uname output---
n/a
Userspace rpm: s390-tools
Userspace tool common name: genprotimg
Userspace tool obtained from project website: na
The userspace tool has the following bit modes: both
*Additional Instructions for d.herrendoerfer@xxxxxxxxxx:
-Attach ltrace and strace of userspace application.
== Comment by <MHartmay@xxxxxxxxxx> =========
The issue is with the packager, see
https://git.launchpad.net/ubuntu/+source/s390-tools/tree/debian/s390-tools-
data.install?h=ubuntu/plucky
Instead of what is expected '.../pvimg/', Ubuntu installs the file to
the path '.../pvimg/boot/'.
So the s390-tools-data.install file needs to be changed from
```
rust/pvimg/boot/stage3a.bin usr/share/s390-tools/pvimg/boot/
rust/pvimg/boot/stage3b_reloc.bin usr/share/s390-tools/pvimg/boot/
```
to
```
rust/pvimg/boot/stage3a.bin usr/share/s390-tools/pvimg/
rust/pvimg/boot/stage3b_reloc.bin usr/share/s390-tools/pvimg/
```
FYI, I've already talked to Frank.
** Affects: s390-tools (Ubuntu)
Importance: Undecided
Assignee: Skipper Bug Screeners (skipper-screen-team)
Status: New
** Tags: architecture-s39064 bugnameltc-214397 severity-high targetmilestone-inin---
--
[UBUNTU 25.04] genprotimg fails on Ubuntu 25.04
https://bugs.launchpad.net/bugs/2118762
You received this bug notification because you are a member of Debcrafters packages, which is subscribed to s390-tools in Ubuntu.