anatoly techtonik wrote: > On Tue, Nov 16, 2010 at 7:30 PM, David Paleino <[email protected]> wrote: > > On Tue, 16 Nov 2010 19:07:04 +0200, anatoly techtonik wrote: > > > >> I am trying to use svn-buildpackage with pbuilder to check my > >> dependencies. > >> pbuilder documentation mentions that it automatically satisfy the > >> build-dependencies inside chroot, but this doesn't happen. > >> I execute > >> > >> $ svn-buildpackage --svn-ignore-new --svn-builder='pdebuild' > >> > >> and get the error message: > >> ... > >> dpkg-checkbuilddeps: Unmet build dependencies: python-all cdbs docbook-xsl > >> W: Unmet build-dependency in source > >> ... > >> > >> How can I make pbuilder fetch these required dependencies?
pbuilder does install the necessary dependencies. But it does so *inside* the chroot. But before it runs the "clean" target in the debian rules file. So you need the build-dependencies at your system too. But there pdebuild won't install them. You have to change the pdebuild action orders: [snip] > dpkg-checkbuilddeps: Unmet build dependencies: python-all cdbs docbook-xsl > dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; > aborting. > ... Read about the --use-pdebuild-internal switch: http://www.netfort.gr.jp/~dancer/software/pbuilder-doc/pbuilder-doc.html#pdebuild Regards, Daniel -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

