On Monday 08 September 2008 18:35:18 Charliej wrote: > I am trying to setup pbuilder to use the B91dpkg-i hook to test install > my package but I seem to be having a little problem. As you can tell > from the snippet below the build completed successfully but when dpkg -i > is run it complains of a dependency problem. I thought that > dependencies where checked and satisfied in the first part of the build > process?
Build-dependencies, not run-time ones. > Shouldn't these dependencies still be present in the chroot > when dpkg-i is called? Any pointers here would be greatly appreciated. You may try to add an apt-get -f install in the script (after the dpkg -i call). This should force all run-time dependencies to be installed. Cesare -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
