Hello Tony, my /etc/pbuilderrc is
# this is your configuration file for pbuilder. # the file in /usr/share/pbuilder/pbuilderrc is the default template. # /etc/pbuilderrc is the one meant for overwriting defaults in # the default template # # read pbuilderrc.5 document for notes on specific options. # adapt by Mechtilde - 2018-06-30 MIRRORSITE=http://ftp.de.debian.org/debian/ AUTO_DEBSIGN=${AUTO_DEBSIGN:-no} HOOKDIR=/var/cache/pbuilder/hooks # Codenames for Debian suites according to their alias. Update these when needed. #EXPERIMENTAL_CODENAME ="experimental" UNSTABLE_CODENAME="sid" TESTING_CODENAME="buster" STABLE_CODENAME="stretch" STABLE_BACKPORTS_SUITE="$STABLE_CODENAME-backports" echo $PBUILDERSATISFYDEPENDSCMD is empty In the chroot the /etc/apt/sources.list doesn't contain the deb-src entry. I don't know why. I add this entry. Then I did: > - use `sudo cowbuilder --login` to enter your chroot shell > - configure a deb-src URL in /etc/apt/sources.list > - `apt update && apt source bnd && apt -y build-dep bnd` > - `cd bnd-3.5.0 && dpkg-buildpackage -us -uc` There it takes the depencies as expected. What is the different? > If you continue to have troubles with the build, please send me the > contents of your .pbuilderrc see above and the complete build logs you can find it attached. I only masked the path a little bit fro personal information. Thanks in advance Kind regards > Cheers, > tony -- Mechtilde Stehmann ## Debian Developer ## PGP encryption welcome ## F0E3 7F3D C87A 4998 2899 39E7 F287 7BBA 141A AD7F
dpkg-checkbuilddeps: error: Unmet build dependencies: libfindbugs-ant-java gradle-debian-helper (>= 1.6~) libbindex-java (>= 2.2+svn101) libfelix-framework-java libfelix-gogo-runtime-java libfelix-resolver-java libosgi-compendium-java (>= 6) libosgi-core-java (>= 6.0.0) [1;33mW: Unmet build-dependency in source[0m dh clean --buildsystem=gradle --with maven-repo-helper dh_testdir -O--buildsystem=gradle debian/rules override_dh_auto_clean make[1]: Entering directory '/home/../../../01_Salsa/Bnd/bnd' dh_auto_clean dh_auto_clean: unable to load build system class 'gradle': Can't locate Debian/Debhelper/Buildsystem/gradle.pm in @INC (you may need to install the Debian::Debhelper::Buildsystem::gradle module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 2) line 1. BEGIN failed--compilation aborted at (eval 2) line 1. make[1]: *** [debian/rules:75: override_dh_auto_clean] Error 255 make[1]: Leaving directory '/home/../../../01_Salsa/Bnd/bnd' make: *** [debian/rules:14: clean] Error 2
signature.asc
Description: OpenPGP digital signature

