Control: tags -1 - patch Control: severity -1 wishlist On Tue, Dec 01, 2015 at 08:36:18PM +0100, Helmut Grohne wrote: > | Use of uninitialized value $build_ids[274] in join or string at > /usr/bin/dh_strip line 377. > > It seems that you are running the wrong readelf. Patch attached.
That conclusion was too fast. Indeed readelf can read Build-Ids for different architectures. The underlying problem here was that no Build-Ids were inserted (and I still have no clue why). So the only fault one could attribute to debhelper here is that the error message is suboptimal. Maybe it could say something like "Warning: library without Build-Id found" instead? Helmut