Re: please help with a pbuilder error on local debug.
On 4 May 2012 23:33, Tim Michelsen <timmichelsen@gmx-topmail.de> wrote:
> how to solve pbuilder-satisfydepends-dummy dependencies?
> https://answers.launchpad.net/ubuntu/+source/pbuilder/+question/196073
Looking at which packages it says aren't installable, I would guess
that your pbuilder environment isn't set up to get packages from
universe. For my pbuilder, I copied the .pbuilderrc file from here:
https://wiki.ubuntu.com/PbuilderHowto#Multiple_pbuilders
Note this line for Ubuntu (there's an equivalent for Debian):
COMPONENTS="main restricted universe multiverse"
After you've changed the repositories a pbuilder environment sees, I
think you need to run with --override-config for it to pick up the
change. Or if you're unsure, you can just delete the environment
tarball and create a new one.
Thomas
Reply to: