------- Comment From [email protected] 2015-09-03 11:26 EDT------- Fortunately enough, the *only* ELF (binary/shared-library) in the multipath-udeb that requires libgcc_s is... libchecktur.so (C'mon.. otherwise we wouldn't be doing this :-)
$ dpkg-buildpackage ... $ find debian/tmp-multipath-udeb/ \ | while read file; do \ file $file | grep -q ELF || continue objdump -x $file | grep -q 'NEEDED.*libgcc_s' || continue echo "$file needs libgcc_s" done debian/tmp-multipath-udeb/lib/multipath/libchecktur.so needs libgcc_s $ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489379 Title: LTE: ISST:leeklp4 no mpath choices for install ubuntu 15.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1489379/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
