dh_strip behaviour in Ubuntu Hirsute
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
debhelper (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
debugedit (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hi!
Not sure if this is the right place to post this issue, hopefully you can point me in the right direction.
I'm able to successfully build Chromium in Ubuntu focal and groovy with debhelper, however, it seems something changed in hirsute, dh_strip (debhelper default) behaves differently and the build fails.
(hirsute-amd64)$ uname -a
Linux dev2104 5.11.0-17-generic #18-Ubuntu SMP Thu May 6 20:10:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Sample log lines:
- in focal (the log goes on without errors)
dh_strip
install -d debian/
objcopy --only-keep-debug --compress-
install -d debian/
objcopy --only-keep-debug --compress-
install -d debian/
objcopy --only-keep-debug --compress-
install -d debian/
objcopy --only-keep-debug --compress-
install -d debian/
...
- in hirsute (dh_strip apparently runs different commands and fails. Remaining log lines in attachment.)
dh_strip
debugedit --build-id --build-
debugedit --build-id --build-
debugedit --build-id --build-
debugedit --build-id --build-
debugedit --build-id --build-
debugedit: debian/
Cannot handle 8-byte build ID
Cannot handle 8-byte build ID
dh_strip: error: debugedit --build-id --build-
dh_strip: error: debugedit --build-id --build-
You can find the debian package here: https:/
Please let me know if you need further information.
Thank you!
Jhonny
Status changed to 'Confirmed' because the bug affects multiple users.