Skip to main content

Questions tagged [pbuilder]

personal package builder for Debian packages

0 votes
1 answer
203 views

I have following log using pbuilder: user@comp:~/PROSTOR/pkg-csp$ sudo pbuilder create --configfile /tmp/lastrc --buildplace /var/cache/pbuilder/alse47-arm64/alse47-arm64.cow --mirror https://dl....
Ekaterina Ivanova iceja.net's user avatar
1 vote
1 answer
830 views

I'm using pbuilder to build my binary package for Debian. pbuilder creates a chroot environment, installs all the packages declared as required for the build, and then builds the binary .deb packages ...
Didier Trosset's user avatar
0 votes
2 answers
267 views

debuild has an option --lintian-opts that allows to pass options to lintian. How can I pass options to lintian from pdebuild?
maf's user avatar
  • 123
0 votes
1 answer
422 views

I was running cowbuilder --update and got the following - $ sudo cowbuilder --update [sudo] password for shirish: I: Copying COW directory I: forking: rm -rf /var/cache/pbuilder/build/cow.12496 I: ...
shirish's user avatar
  • 13k
1 vote
1 answer
302 views

This is what my existing ~/.pbuilderrc is which is symlinked to ~/root/.pbuilderrc $ cat ~/.pbuilderrc BASEPATH="/var/cache/pbuilder/sid-amd64/base.cow" DISTRIBUTION="sid" MIRRORSITE="http://deb....
shirish's user avatar
  • 13k
2 votes
1 answer
266 views

I am trying to create pbuilder. When I do sudo create pbuilder, I get following error: E: Failed getting release file http://security.debian.org/debian-security/dists/sid/Release E: debootstrap ...
Mumtaz Ahmad's user avatar
2 votes
2 answers
643 views

I'm updating a debian package and I need to call an external build dependency which is actually a toolchain. It doesn't have a deb package so I can't provide Build-Depends. I've chosen to include it ...
user avatar
3 votes
1 answer
262 views

We run an automated build system using pbuilder-dist. We use it to build our open source project Snap Websites to produce nightly builds. Currently we are building against Ubuntu "trusty." The issue ...
Doug Barbieri's user avatar
2 votes
1 answer
1k views

I want pbuilder on debian to create a chrooted env, install build dependencies, build a package and then launch a shell and let me analyze the build directory. For example, if I run: sudo pbuilder --...
basin's user avatar
  • 2,131