Hi, On Thu, 05 Dec 2013, Daniel Kahn Gillmor wrote: > dh_shlibdeps > dpkg-shlibdeps: error: no dependency information found for > /usr/lib/libstdc++.so.6 (used by debian/wpagui/usr/sbin/wpa_gui) > dh_shlibdeps: dpkg-shlibdeps -Tdebian/wpagui.substvars > debian/wpagui/usr/sbin/wpa_gui returned exit code 2 > > (the above is from a rebuild of the wpa package, but it happens with > other packages with C++ components as well, like enigmail).
Your chroot is unclean then. Because libstdc++6 contains the library in the multiarch path, aka /usr/lib/x86_64-linux-gnu/libstdc++.so.6. And the reason why it can't find any dependency information is because /usr/lib/libstdc++.so.6 is not part of any known package (check with dpkg -S). I suggest you retry with a newly built chroot, or you clean up your current chroot. Please close this bug if the above explanation is correct. Cheers, -- Raphaël Hertzog ◈ Debian Developer Discover the Debian Administrator's Handbook: → http://debian-handbook.info/get/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

