Questions tagged [pdebuild]
7 questions
2
votes
1 answer
`git-buildpackage` doesn't call ./configure, why?
I'm trying to create my own .deb file, but git-buildpackage doesn't seem to call ./configure to build it (I left a dependency missing, on purpose, to see it fail, but it doesn't fail!).
The way I call it:
git-buildpackage…

knocte
- 16,941
- 11
- 79
- 125
2
votes
1 answer
leaving the chroot in place if pdebuild fails?
I am doing automated builds with pdebuild. Sometimes these builds fail.
In these cases I would like to keep the chroot to be able to investigate the cause of failure.
I was trying to run pdebuild with --debug, which is -according to pbuilder manpage…

Árpád Magosányi
- 1,394
- 2
- 19
- 35
1
vote
1 answer
Where/how gets the PDE Build the target platform plugins?
i've inherited an Eclipse RCP Project from a colleague who left the company. Along with the project comes the pde build setup, which i don't quite get. During development of the latest release, i need to add another plugin (org.eclipse.compare...).…

Patrick
- 585
- 8
- 22
1
vote
2 answers
Clear an environment variable passed through pdebuild
I'm using pdebuild to test my package on older versions of Ubuntu. However an environment variable, GOROOT is leaking through to the build from my environment.
debian/tmp/usr/lib/gocode/src/code.brandscreen.net/cortex/go/util/http.go:4:2: cannot…

Matt Joiner
- 112,946
- 110
- 377
- 526
0
votes
1 answer
org.eclipse.pde.build outside from eclipse: Missing required plug-in
I have to create an Headless-Builder for an old project where the build and export for the feature only was possible inside the eclipse gui.
I managed to do the FullBuild whithout Eclipse GUI. For that I have written a Bundle that imports the…

A. S.
- 11
- 3
0
votes
1 answer
How to set default JDK Compliance level and release enabled in eclipse JDK preferences section
I want to perform a PDE build for my RCP product. I am compiling my product with JDK 11 but I want to set --release option as 1.8. I wanted to know how we can provide a default compliance setting in eclipse. So I can build my product with eclipse…

pvyas
- 41
- 5
0
votes
1 answer
How do I force update local packages using pbuilder?
I have two packages (cainteoir-engine and cainteoir-gtk) that I am building using pbuilder, where cainteoir-gtk depends on cainteoir-engine.
I have pdebuild picking up the local dependencies. However, if I make a change to the build scripts (e.g.…

reece
- 7,945
- 1
- 26
- 28