Questions tagged [pbuilder-dist]

For the `pbuilder-dist` application used for creating build environments for different releases.

pbuilder-dist is used for creating different build environments for different versions of Ubuntu and Debian.

7 questions
7
votes
2 answers

how to do a pbuilder-dist build with dependencies in a ppa?

I'm trying to build a package for my ppa that uses packages from two other ppas. I want to do a test build using pbuilder-dist. I have done this before and I know that I need a combination of: OTHERMIRROR in ~/.pbuilderrc --override-config, but I'm…
Timo Kluck
  • 8,753
  • 1
  • 20
  • 18
4
votes
1 answer

pbuilder-dist fails if cmake can't find non-mandatary c++ feature support?

I'm trying to submit a deb to my PPA according to this manual: https://packaging.ubuntu.com/html/packaging-new-software.html I'm able to build my app with bzr builddeb -- -nc -us -uc and to sign it with bzr builddeb -S. But execution of…
truf
  • 181
  • 3
  • 14
3
votes
1 answer

dh_auto_configure with buildsystem=cmake failing

I am trying to publish my cmake built project to my launchpad ppa. While I am doing fake build below is the error being thrown. gowtham@ubuntu:~/Packages/build-area$ pbuilder-dist xenial build base_1.1-0ubuntu1.dsc ... ... dh_auto_configure…
Necktwi
  • 1,047
  • 2
  • 14
  • 28
1
vote
1 answer

pbuilder-dist dh_build fails to find/install debian/control Depends

I have been following the tutorial 6. Packaging New Software on how to create an ubuntu/debian package. I have successfully managed the hello example, but I have been having some problems with my own shared library package. I have successfully build…
Guillaume
  • 171
  • 1
  • 1
  • 5
1
vote
1 answer

Force PPA package to satisfy distro meta-package dependency

I am building a package for my ppa that requires a newer implementation of libboost than what is provided in my target distro (precise). I've copied libboost1.55 from the boost ppa into my ppa. I'm using pbuilder-dist to test my package build. I…
crasic
  • 3,822
  • 3
  • 23
  • 31
0
votes
1 answer

Export chrooted logs from a pbuilder-dist build

I'm using pbuilder-dist to test a build against a specific Ubuntu release and architecture. When I build SiLK 3.10.2 for i386 on 14.04 (trusty), one of the make tests fail: make[5]: Entering directory `/tmp/buildd/silk-3.10.2/src/rwconvert' PASS:…
toringe
  • 111
  • 4
0
votes
2 answers

Resolving dependencies inside a pbuilder environment instead of on the host system

I'm attempting to build a package using pbuilder, and would prefer to not install build dependencies on my host computer so I can keep it clean. Whenever It try to build a package, I get the following output because I don't have the dependencies…
user2405