Why aren't you using a build chroot? This is actually the cleanest way of doing what you want to do, since it gives you hermetic builds. For example:
https://github.com/tytso/xfstests-bld/blob/master/setup-buildchroot Note that /usr/include/ext2fs/ext2_types.h contains architecture specific typedefs, so it won't necessarily be the same on two different architectures. You might have gotten lucky with ARM64 and AMD64, but it might not be true for example between i386 and arch64. So even if you try to force things using dpkg --force-overwrite, it might break for some combinations --- which is why dpkg --force-overwrite is not the default. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2117696 Title: libext2fs-dev installation of ARM64 version in parallel to AMD64 not possible To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/2117696/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
