-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 30 Dec 2007, at 12:48 am, Anibal Avelar wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tags 453795 patch
thanks

I added one patch to fix this RC bug:

FTBFS: dpkg-shlibdeps: failure: no dependency information found for
debian/libamu4/usr/lib/libamu.so.4 (used by
debian/am-utils/usr/sbin/amd).

I don't think this patch will work all the time - while it works for a single-threaded build, it doesn't work for a parallel build, where the packages could still be built in the wrong order. My own fix to the package was:

13:53:59 [EMAIL PROTECTED]:~/debian/am-utils/debian$ cvs diff -u -r1.3 rules
Password:
Index: rules
===================================================================
RCS file: /repos/cvs/ISG/debian/am-utils/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
- --- rules       18 May 2007 13:43:50 -0000      1.3
+++ rules       4 Dec 2007 16:30:25 -0000       1.4
@@ -146,11 +146,12 @@
        dh_builddeb

 # Arch-specific
- -binary-arch: binary-am-utils binary-libamu binary-libamu-dev
+binary-arch: binary-libamu binary-am-utils binary-libamu-dev

 # am-utils
 binary-am-utils: DH_OPTIONS=-pam-utils
- -binary-am-utils: build install
+# Need to build binary-libamu first, because of lib dependencies
+binary-am-utils: build install binary-libamu
        # am-utils
        dh_testdir
        dh_testroot

Is there, to your knowledge, anything wrong with adding that extra dependency to make sure the libamu package has been built first?

Tim
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iQEVAwUBR347XRypeFo2odvPAQLlYggAtbHPqJTxXM/R1hEqm8Cp5faoVly6XwaH
Mfhvwm4TPzYe5t8BLnyAeifJqmj9UV2LrjpwT4KWkHzR7mmrMU1pCRdKK+wdvaXp
SVAjlwk1Q9lhALxwtHrFWhR7F3lQfr1Ve9UcMeDMh77V21SnOE2tqin+kVr9RBP1
4UpTKLwx+l6CzTRPpeyGyDnfX+Sf0NznjeDTJbsKNS1L7UkVPDJYAb++HBoQ+pKz
ti/zqIelQZMTOVmDCAKbjjioL73JPGswOU0/f+DWVFfKl+Movb5U7xje2r7DXwXS
4QFCbD4akyZ5MW983r2eDqx7d3XnM2iiDyl5rHQCjx+9jFx6v9SDPQ==
=wkrG
-----END PGP SIGNATURE-----


--
The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to