Control: tags -1 moreinfo On Thu, 23 Aug 2018 11:37:27 -0400 Jeremy Bicha <jbi...@debian.org> wrote: > Source: debhelper > Version: 11.3.5 > X-Debbugs-CC: guile-...@packages.debian.org > > When I switched aisleriot to build with guile-2.2 instead of > guile-2.0, dh_strip failed the build with this error: > > "Unable to recognise the format of the input file" > `debian/aisleriot/usr/lib/x86_64-linux-gnu/aisleriot/guile/2.2/quatorze.go' > > > I worked around the issue by excluding .go files from dh_strip but I > guess this is a bug in dh_strip. > > https://salsa.debian.org/gnome-team/aisleriot/commit/1701f31 > > Thanks, > Jeremy Bicha > >
Hi Jeremy, These files appear to regular ELF files. How would I recognise them as "non-strippable" ELF files? Note even file(1) classifies them as ELF shared object with debug info and not stripped. Related, are we sure this is not a bug/missing feature in strip(1)? Thanks, ~Niels