Solved: pbuilder -- chroot and build-dependencies.

2005-09-02 Thread Alexander A. Vlasov
В Чтв, 01/09/2005 в 17:31 +0200, Frank Küster пишет: > The question is how you call pbuilder. I always call it on dsc files, > and then it just unpacks the chroot and builds the package. You > probably use debuild - well, then you're on your own. If you unpack a > source package on your system

sbuild (Was: pbuilder -- chroot and build-dependencies)

2005-09-01 Thread Christian Aichinger
On Thu, Sep 01, 2005 at 04:50:08PM +0200, Frank Küster wrote: [...] > No, the official build tool is sbuilder (and not exactly the version > that is released somewhere, IIRC). Do you have more info about what has been changed to the released sbuild package? Not that it would be particulary import

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Romain Beauxis
Le Jeudi 1 Septembre 2005 17:41, Jeroen van Wolffelaar a écrit : > So instead, go up one dir, do "dpkg-source -b mldonkey-2.5.28" to build the > .dsc without running clean, and then run "pbuilder mldonkey_2.5.28-2.dsc" Yep. I personnaly did it with this package and it worked without problems.. Ro

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Russ Allbery
Jeroen van Wolffelaar <[EMAIL PROTECTED]> writes: > On Thu, Sep 01, 2005 at 06:17:01PM +0300, Alexander A. Vlasov wrote: >> Inside an unpacked source tree; >> I call ~/bin/mydebuild, which is simple shell script: >> #!/bin/sh >> pdebuild --configfile ~/.pbuilderrc \ >> --buildsourceroot fa

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Carlo Segre
Alexander: You don't show the initial commands that you use to start the build. I usually sit in a directory where there are the *.dsc, the *.orig.tar.gz and the *.diff.gz files. Then I invoke: pbuilder build fityk_0.5.1-1.dsc That starts by unpacking the chroot, then moving the source to

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Jeroen van Wolffelaar
On Thu, Sep 01, 2005 at 06:17:01PM +0300, Alexander A. Vlasov wrote: > Inside an unpacked source tree; > I call ~/bin/mydebuild, which is simple shell script: > #!/bin/sh > pdebuild --configfile ~/.pbuilderrc \ > --buildsourceroot fakeroot \ > --pbuilderroot sudo \ > $* > >

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Alexander A. Vlasov
В Чтв, 01/09/2005 в 16:56 +0200, Sven Mueller пишет: > It would be quite interesting to see a log of what is happening there. > For example: How do you call pbuilder? With a .dsc file or from within > an unpacked source tree? The way the build machines would do it (AFAIK, > they use sbuild, not pb

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Frank Küster
"Alexander A. Vlasov" <[EMAIL PROTECTED]> wrote: > В Чтв, 01/09/2005 в 16:50 +0200, Frank Küster пишет: >> "Alexander A. Vlasov" <[EMAIL PROTECTED]> wrote: >> >> > Hello. >> > >> > I have to build a lot of packages for personal use by myself and I >> > expirienced a very strange problem with pbui

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Alexander A. Vlasov
В Чтв, 01/09/2005 в 16:50 +0200, Frank Küster пишет: > "Alexander A. Vlasov" <[EMAIL PROTECTED]> wrote: > > > Hello. > > > > I have to build a lot of packages for personal use by myself and I > > expirienced a very strange problem with pbuilder: > > > > Some packages requires some unusual things t

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Sven Mueller
Alexander A. Vlasov wrote on 01/09/2005 16:11: > I have to build a lot of packages for personal use by myself and I > expirienced a very strange problem with pbuilder: This indeed seems strange. > Some packages requires some unusual things to build, for example, dpatch > or ocaml. Those tools are

Re: pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Frank Küster
"Alexander A. Vlasov" <[EMAIL PROTECTED]> wrote: > Hello. > > I have to build a lot of packages for personal use by myself and I > expirienced a very strange problem with pbuilder: > > Some packages requires some unusual things to build, for example, dpatch > or ocaml. Those tools are included in

pbuilder -- chroot and build-dependencies.

2005-09-01 Thread Alexander A. Vlasov
Hello. I have to build a lot of packages for personal use by myself and I expirienced a very strange problem with pbuilder: Some packages requires some unusual things to build, for example, dpatch or ocaml. Those tools are included in build-dep in control file, but actually pbuilder does some stu