-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 29-05-2005 05:48, Junichi Uekawa wrote: > Hi, > > >>If d-devlibdeps is invoked with a non-existing library (like if a >>library changes name or plain typos), the command does not fail. This >>causes no dependencies to be generated, possibly causing FTBFS for other >>dependent packages. >> >>Please see bug#306160 for an example of situations that can be caused by >>this. > > > I agree. > > I've checked and I think I fixed it in CVS. > There was an error-check status that was missing in d-devlibdeps: > > - DEPENDS="$DEPENDS $(objdump -p ${A} |sed -n 's/^.*NEEDED *//p')" > + DEPENDS="$DEPENDS $(set -o pipefail; objdump -p ${A} |sed -n > 's/^.*NEEDED *//p')"
Wauw, that's clever. I didn't even know about that flag... - Jonas - -- * Jonas Smedegaard - idealist og Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ - Enden er nær: http://www.shibumi.org/eoti.htm -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCmbWSn7DbMsAkQLgRAh/RAJ9w0XOL0zFLhfyVkPv9ReaA+e57bQCfe37Y KT0YOz5XF9nL2T+a9MCnN+0= =jRmb -----END PGP SIGNATURE-----