I'm working around this issue by applying this to systemd's
debian/rules:

diff --git a/debian/rules b/debian/rules
index 70060a482a..9946d20895 100755
--- a/debian/rules
+++ b/debian/rules
@@ -299,6 +299,11 @@ ifeq ($(DEB_VENDOR),Ubuntu)
    cp -a debian/extra/units-ubuntu/* debian/systemd/lib/systemd/system/
 endif
 
+   # Remove unneeded file that produces errors in debugedit (LP: #1950445)
+ifeq ($(DEB_HOST_ARCH),i386)
+   rm -f debian/systemd/usr/lib/systemd/boot/efi/linuxia32.elf.stub
+endif
+
 override_dh_missing:
    dh_missing --sourcedir debian/install/deb $(DH_MISSING)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1950445

Title:
  Fails to strip systemd on i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debugedit/+bug/1950445/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to