Re: pbuilder-satisfydepends-classic profile parsing problem: slashes and spaces

2020-10-22 Thread Alexei Fedotov
://openmeetings.apache.org/ On Thu, Oct 22, 2020 at 4:39 PM Mattia Rizzolo wrote: > > Hi! > > On Wed, Oct 21, 2020 at 10:06:02PM +0300, Alexei Fedotov wrote: > > I'm running pbuilder-0.230.4~bpo9+1/pbuilder-satisfydepends-classic > > for the debian/control which contains >

Re: pbuilder-satisfydepends-classic profile parsing problem: slashes and spaces

2020-10-22 Thread Mattia Rizzolo
Hi! On Wed, Oct 21, 2020 at 10:06:02PM +0300, Alexei Fedotov wrote: > I'm running pbuilder-0.230.4~bpo9+1/pbuilder-satisfydepends-classic > for the debian/control which contains > > Build-Depends: live-build (<= 1:20170213), ... > > I get the following log > &

pbuilder-satisfydepends-classic profile parsing problem: slashes and spaces

2020-10-21 Thread Alexei Fedotov
Hello, Mattia, folks, I'm running pbuilder-0.230.4~bpo9+1/pbuilder-satisfydepends-classic for the debian/control which contains Build-Depends: live-build (<= 1:20170213), ... I get the following log +++ output='live-build (<= 1:20170213), sed, gawk, rsync, wget, patch, core

Re: How to build GCC for a specific machine using pbuilder?

2020-06-19 Thread deloptes
Mikhail Morfikov wrote: > I know, but have you ever seen the debian/ dir in the gcc sources? Take a > look here[1]. > Until now I have not, but what is exactly the problem? You have what you need in the beginning include debian/rules.defs include debian/rules.unpack include debian/rules.patch

Re: How to build GCC for a specific machine using pbuilder?

2020-06-19 Thread Mikhail Morfikov
On 19/06/2020 18:36, deloptes wrote: > Mikhail Morfikov wrote: > >> I've read something about setting flags like: --enable-languages= or >> --disable-multilib , which I think would speed the whole process up, but >> unfortunately I have no idea which file in the debian/ dir I should change >> to b

Re: How to build GCC for a specific machine using pbuilder?

2020-06-19 Thread deloptes
Mikhail Morfikov wrote: > I've read something about setting flags like: --enable-languages= or > --disable-multilib , which I think would speed the whole process up, but > unfortunately I have no idea which file in the debian/ dir I should change > to build the GCC for my machine only. Any suggest

How to build GCC for a specific machine using pbuilder?

2020-06-19 Thread Mikhail Morfikov
I wanted to change the GCC source a little bit by adding some patches that aren't available in Debian. I downloaded the Debian GCC source via "apt-get source" . I tried to build the source in the Debian way (using pbuilder) just to test how much time would it take. I gave up a

Re: How to build FreeTube using pbuilder?

2019-08-11 Thread deloptes
Mikhail Morfikov wrote: > There's an app called FreeTube[1], which is a nice alternative for other > apps playing YT vids. Unfortunately its source is a little bit different > than regular sources which can be build using the Debian build system > (pbuilder). Does anyone know

How to build FreeTube using pbuilder?

2019-08-11 Thread Mikhail Morfikov
There's an app called FreeTube[1], which is a nice alternative for other apps playing YT vids. Unfortunately its source is a little bit different than regular sources which can be build using the Debian build system (pbuilder). Does anyone know how to build this app in the Debian way and

Re: pbuilder

2014-02-28 Thread ghaverla
On Thu, 27 Feb 2014 20:22:55 -0700 ghaverla wrote: > I guess I am trapped by an update that is midway through. > > I was meaning to recompile hplip, and one suggestion was pbuilder. The update wen through today. I do not know what the intended way to update the sudoers file is. W

pbuilder

2014-02-27 Thread ghaverla
I guess I am trapped by an update that is midway through. I was meaning to recompile hplip, and one suggestion was pbuilder. I set up a new user to do the compiling under, and was hoping to put the pbuilder environment in that HOME. It took a few tries to get pbuilder create from building

Re: pbuilder and CONCURRENCY_LEVEL

2011-04-20 Thread Niccolò Belli
Il 20/04/2011 17:30, Niccolò Belli ha scritto: > How can I set CONCURRENCY_LEVEL when using pbuilder? > CONCURRENCY_LEVEL=9 pbuilder build file.dsc doesn't work. Found it, there is an option to pass parameters to dpkg-buildpackage: --debbuildopts "-j9" Darkbasic -- To

pbuilder and CONCURRENCY_LEVEL

2011-04-20 Thread Niccolò Belli
How can I set CONCURRENCY_LEVEL when using pbuilder? CONCURRENCY_LEVEL=9 pbuilder build file.dsc doesn't work. Thank you, Darkbasic -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.or

Re: pbuilder and ${shlibs:Depends}

2011-03-18 Thread Panayiotis Karabassis
True. I will do just that. Only problem I'm not actually a Debian Maintainer. Anyway, thanks. On 03/18/2011 12:34 PM, Chris Bannister wrote: > On Thu, Mar 17, 2011 at 01:44:02PM +0200, Panayiotis Karabassis wrote: >> Hi, I have a question regarding pbuilder. > > You will *p

Re: pbuilder and ${shlibs:Depends}

2011-03-18 Thread Chris Bannister
On Thu, Mar 17, 2011 at 01:44:02PM +0200, Panayiotis Karabassis wrote: > Hi, I have a question regarding pbuilder. You will *probably* have better luck asking this question on the debian-mentors mailing list. -- "Religion is excellent stuff for keeping common people quiet."

pbuilder and ${shlibs:Depends}

2011-03-17 Thread Panayiotis Karabassis
Hi, I have a question regarding pbuilder. My Debian package uses ${shlibs:Depends} in its Depends field. However, in a pbuilder environment not all dependencies are installed, and hence ${shlibs:Depends} does not expand to *all* real dependencies. My question is: how do I add the missing

Re: pbuilder ignoring trust violations -- SOLVED (sort of)

2010-06-12 Thread Rob Owens
On Sat, Jun 12, 2010 at 11:06:28PM -0400, Rob Owens wrote: > I'm playing around with pbuilder. While building a package, pbuilder > needed to reference another package that I built and did not sign. > Pbuilder happily ignored the lack of signature and gave this warning, > but d

pbuilder ignoring trust violations

2010-06-12 Thread Rob Owens
I'm playing around with pbuilder. While building a package, pbuilder needed to reference another package that I built and did not sign. Pbuilder happily ignored the lack of signature and gave this warning, but did not pause so I could read it: Untrusted packages could compromise your sys

Re: Exporting ARCH to pbuilder through pdebuild?

2009-06-13 Thread Anton Piatek
2009/6/12 Boyd Stephen Smith Jr. : > In <20090612042628.gk9...@penguin.codegnome.org>, Todd A. Jacobs wrote: >>Why is pbuilder still using /var/cache/pbuilder/sid-amd64-base.tgz >>instead of the correct /var/cache/pbuilder/sid-i386-base.tgz in this >>instance? > >

Re: Exporting ARCH to pbuilder through pdebuild?

2009-06-12 Thread Boyd Stephen Smith Jr.
In <20090612042628.gk9...@penguin.codegnome.org>, Todd A. Jacobs wrote: >Why is pbuilder still using /var/cache/pbuilder/sid-amd64-base.tgz >instead of the correct /var/cache/pbuilder/sid-i386-base.tgz in this >instance? This is a question better suited for debian-devel or

Re: Exporting ARCH to pbuilder through pdebuild?

2009-06-11 Thread Todd A. Jacobs
;" export DEBIAN_FRONTEND="noninteractive" BUILDSOURCEROOTCMD="fakeroot" PBUILDERROOTCMD="sudo" DEBBUILDOPTS="-si -i" BUILDUSERID=1234 BUILDUSERNAME=pbuilder BINDMOUNTS="" DEBOOTSTRAPOPTS[0]='--variant=buildd&#

Exporting ARCH to pbuilder through pdebuild?

2009-06-11 Thread Todd A. Jacobs
I have some configurations inside of my ~/.pbuilderrc that depend on the value of ARCH in the environment. However, if I call pbuilder through pdebuild, it doesn't seem to be picking up the ARCH environment variable. Currently, I'm calling it like so: export ARCH=i386 pdebu

Re: pbuilder trouble -- bingo!

2009-01-28 Thread Tshepang Lekhonkhobe
stripped pbuilderrc to: >> MIRRORSITE=http://localhost/sid >> DEBOOTSTRAP=debootstrap >> >> [note that cdebootstrap won't work since I don't have Release.gpg and >> I don't know how to parse --allow-authenticated to it through >> pbuilder] >&

Re: pbuilder trouble -- bingo!

2008-12-27 Thread Osamu Aoki
first suggestion is to put system back to default. > > I stripped pbuilderrc to: > MIRRORSITE=http://localhost/sid > DEBOOTSTRAP=debootstrap > > [note that cdebootstrap won't work since I don't have Release.gpg and > I don't know how to parse --allow-authenticated t

Re: pbuilder trouble

2008-12-27 Thread Tshepang Lekhonkhobe
On Sat, Dec 27, 2008 at 2:28 PM, Osamu Aoki wrote: > Hi, > > On Wed, Dec 17, 2008 at 10:34:42AM +0200, Tshepang Lekhonkhobe wrote: >> Hi, >> >> I'm having trouble getting "pbuilder create" run with the following error: > ... >> My /etc/pbuilerr

Re: pbuilder trouble

2008-12-27 Thread Osamu Aoki
Hi, On Wed, Dec 17, 2008 at 10:34:42AM +0200, Tshepang Lekhonkhobe wrote: > Hi, > > I'm having trouble getting "pbuilder create" run with the following error: ... > My /etc/pbuilerrc looks thus: > > > MIRRORSITE=http://localhost/sid > DEBOOTSTRAP=d

Re: pbuilder trouble

2008-12-27 Thread Eugene V. Lyubimkin
Tshepang Lekhonkhobe wrote: > anyone who can help with this? > > On Wed, Dec 17, 2008 at 10:34 AM, Tshepang Lekhonkhobe > wrote: >> Hi, >> >> I'm having trouble getting "pbuilder create" run with the following error: [snip] I would suggest asking in

Re: pbuilder trouble

2008-12-27 Thread Tshepang Lekhonkhobe
anyone who can help with this? On Wed, Dec 17, 2008 at 10:34 AM, Tshepang Lekhonkhobe wrote: > Hi, > > I'm having trouble getting "pbuilder create" run with the following error: > > > [...] > I: Configuring initscripts... > I: Configuring sysvinit..

Re: pbuilder trouble

2008-12-17 Thread Tshepang Lekhonkhobe
On Wed, Dec 17, 2008 at 11:01 AM, Tzafrir Cohen wrote: > On Wed, Dec 17, 2008 at 10:34:42AM +0200, Tshepang Lekhonkhobe wrote: >> Hi, >> >> I'm having trouble getting "pbuilder create" run with the following error: >> >> >> [...] >

Re: pbuilder trouble

2008-12-17 Thread Tzafrir Cohen
On Wed, Dec 17, 2008 at 10:34:42AM +0200, Tshepang Lekhonkhobe wrote: > Hi, > > I'm having trouble getting "pbuilder create" run with the following error: > > > [...] Are you sure you haven't snipped out any error message? > I: Configuring initsc

pbuilder trouble

2008-12-17 Thread Tshepang Lekhonkhobe
Hi, I'm having trouble getting "pbuilder create" run with the following error: [...] I: Configuring initscripts... I: Configuring sysvinit... I: Unpacking the base system... W: Failure while installing base packages. This will be re-attempted up to five times. W: Failure while

Re: pbuilder/chroot problems

2008-11-09 Thread Boyd Stephen Smith Jr.
mission denied > > sh: /dev/null: Permission denied > > My crystal ball tells me that /home is mounted with the `nodev' option. > Correct? Brilliant! Yeah, that's my problem. I guess I was expecting 'nodev' to cause some other error, perhaps on device creation.

Re: pbuilder/chroot problems

2008-11-09 Thread Sven Joachim
On 2008-11-09 01:06 +0100, Boyd Stephen Smith Jr. wrote: > I'm trying to set up a pbuilder environment on my laptop, and it's failing > with this error: > W: Failure trying to run: chroot /home/bss/debootstrap-test > dpkg --force-depends --install var/cache/apt/archives/

pbuilder/chroot problems

2008-11-08 Thread Boyd Stephen Smith Jr.
I'm trying to set up a pbuilder environment on my laptop, and it's failing with this error: W: Failure trying to run: chroot /home/bss/debootstrap-test dpkg --force-depends --install var/cache/apt/archives/libc6_2.7-16_amd64.deb I tried etch instead of sid, thinking it might be som

sudo pbuilder create

2008-06-27 Thread Mathieu Malaterre
Hi, I am trying to run : sudo pbuilder create But all I get is an error (even with --debug) it does not make sense, here is the output: ... P: Configuring package apt P: Configuring helper cdebootstrap-helper-apt E: Couldn't install system due to errors! + echo 'pbuilder: cd

Re: How do you include orig in pbuilder?

2006-09-28 Thread James Westby
On (28/09/06 15:25), Joseph Smidt wrote: > I usually just build packages in unstable, but I am trying to learn pbuilder. > I need to build a package and include the original source in the upload. With > dpkg-buildpackage I just pass in -sa to do this. How do I do it with > pbuil

Re: How do you include orig in pbuilder?

2006-09-28 Thread Kevin Mark
On Thu, Sep 28, 2006 at 03:25:54PM -0600, Joseph Smidt wrote: > I usually just build packages in unstable, but I am trying to learn pbuilder. > I need to build a package and include the original source in the upload. With > dpkg-buildpackage I just pass in -sa to do this. How do I d

How do you include orig in pbuilder?

2006-09-28 Thread Joseph Smidt
I usually just build packages in unstable, but I am trying to learn pbuilder. I need to build a package and include the original source in the upload. With dpkg-buildpackage I just pass in -sa to do this. How do I do it with pbuilder

[Solved] Re: pbuilder create fails on debootstrap

2005-08-17 Thread Maurits van Rees
On Wed, Aug 17, 2005 at 11:15:00PM +0200, Maurits van Rees wrote: > Meanwhile I notice a bug report called "pbuilder: cannot build sarge > basetgz": http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=316135. > That's for version 0.127, but might help me too. My /var part

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Maurits van Rees
t out the APTCONFDIR > variable and try it again. No, that wasn't it. See my reply to that message that probably arrived by now. > Also, make sure that you are running at least pbuilder version 0.128. > When I was on IRC a few days ago, Junichi (the developer/maintainer of > pbuilde

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Roberto C. Sanchez
On Wed, Aug 17, 2005 at 04:44:37PM +0200, Maurits van Rees wrote: > Hello everyone, > > I am playing around with Roberto Sanchez's Debian Package > Customization HOWTO on > http://familiasanchez.net/~roberto/?page=debcustomize. This is > failing for me at the first step a

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Maurits van Rees
On Wed, Aug 17, 2005 at 10:13:57PM +0200, Maurits van Rees wrote: > Not really, I would say. Well, worth a try to remove that line from > /etc/pbuilderrc. Nope, no change. :-/ I'll comment out some other > settings and try again. I tried with the following uncommented and non empty lines in both

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Maurits van Rees
On Wed, Aug 17, 2005 at 03:45:10PM -0400, Kevin Coyner wrote: > In looking closer at your first email, I noticed you set: > > APTCONFDIR="/etc/apt/" in your .pbuilderrc file > > ... which means the apt sources will be copied from your setup. The > default is to leave this blank. Do you have a

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Kevin Coyner
On Wed, Aug 17, 2005 at 07:54:20PM +0200, Maurits van Rees wrote.. > On Wed, Aug 17, 2005 at 01:06:11PM -0400, Kevin Coyner wrote: > > Have a look at this: > > > > http://lists.debian.org/debian-devel/2005/07/msg00649.html > > > > ... which is a workaround. Essentially create a stable chr

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Maurits van Rees
On Wed, Aug 17, 2005 at 01:06:11PM -0400, Kevin Coyner wrote: > Have a look at this: > > http://lists.debian.org/debian-devel/2005/07/msg00649.html > > ... which is a workaround. Essentially create a stable chroot > first, then upgrade it to unstable. And how do I create a stable chroot? *That

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Maurits van Rees
On Wed, Aug 17, 2005 at 03:56:13PM +0100, Jon Dowland wrote: > It may or may not be related, but there's a thread in -devel atm about > pbuilder being broken for unstable chroots. Try explicitly specifying > either stable or testing. If you want sid, the recommended approach is &

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Kevin Coyner
On Wed, Aug 17, 2005 at 04:44:37PM +0200, Maurits van Rees wrote.. > I am playing around with Roberto Sanchez's Debian Package > Customization HOWTO on > http://familiasanchez.net/~roberto/?page=debcustomize. This is > failing for me at the first step already: pbuilder cre

Re: pbuilder create fails on debootstrap

2005-08-17 Thread Jon Dowland
On Wed, Aug 17, 2005 at 04:44:37PM +0200, Maurits van Rees wrote: > What could be wrong? I would appreciate any help. It may or may not be related, but there's a thread in -devel atm about pbuilder being broken for unstable chroots. Try explicitly specifying either stable or testing. If

pbuilder create fails on debootstrap

2005-08-17 Thread Maurits van Rees
Hello everyone, I am playing around with Roberto Sanchez's Debian Package Customization HOWTO on http://familiasanchez.net/~roberto/?page=debcustomize. This is failing for me at the first step already: pbuilder create. To capture the output I used the following line: sudo pbuilder c

Re: pbuilder create error

2005-08-06 Thread Kevin Mark
On Fri, Aug 05, 2005 at 11:04:55AM -0400, Kevin Coyner wrote: > > I've installed pbuilder on a sid box but keep getting hung up with > the following error message whenever I try to execute: > > pbuilder create > > I've tried this on 3 different sid boxes and

Re: pbuilder create error

2005-08-06 Thread Kevin Coyner
ctory > > -> Aborting with an error > > -> unmounting dev/pts filesystem > > -> unmounting proc filesystem > > -> cleaning the build env > > -> removing directory /var/cache/pbuilder/build//9487 and its > > THat is weird. I recently created

Re: pbuilder create error

2005-08-05 Thread Roberto C. Sanchez
On Fri, Aug 05, 2005 at 11:04:55AM -0400, Kevin Coyner wrote: > > I've installed pbuilder on a sid box but keep getting hung up with > the following error message whenever I try to execute: > > pbuilder create > > I've tried this on 3 different sid boxes and

pbuilder create error

2005-08-05 Thread Kevin Coyner
I've installed pbuilder on a sid box but keep getting hung up with the following error message whenever I try to execute: pbuilder create I've tried this on 3 different sid boxes and still get the same thing each time. Any thoughts would be appreicated. Thanks, Kevin Snip

Re: pbuilder failing

2003-02-16 Thread Colin Watson
On Sun, Feb 16, 2003 at 11:06:14AM -0600, Jason Pepas wrote: > this is debootstrap from stable (woody). does this mean pbuilder is > incapable of building a sid base.tgz from a woody system? This is in general true, yes. sid changes such that debootstrap also needs to be changed to keep u

Re: pbuilder failing

2003-02-16 Thread Jason Pepas
> > (pts/0)root@phaeton:/mnt/nfs/pbuilder$ pbuilder create --distribution sid > > --buildplace /mnt/nfs/pbuilder/tmp/ --buildresult /mnt/nfs/pbuilder/sid/ > > > > E: Couldn't download libpcap0 > > > > pbuilder: debootstrap failed > > Looks like you

Re: pbuilder failing

2003-02-16 Thread J.H.M. Dassen (Ray)
On Sat, Feb 15, 2003 at 19:00:53 -0600, Jason Pepas wrote: > I am not sure what list to report this to, so I'll start here. > > pbuilder for ppc is failing when trying to create a sid base.tgz. > > specifically, it can't download libpcap: > > (pts/0)root@phae

pbuilder failing

2003-02-15 Thread Jason Pepas
hello, I am not sure what list to report this to, so I'll start here. pbuilder for ppc is failing when trying to create a sid base.tgz. specifically, it can't download libpcap: (pts/0)root@phaeton:/mnt/nfs/pbuilder$ pbuilder create --distribution sid --buildplace /mnt/nfs/pb