[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pbuilder help (bug 334877)



In article <[🔎] 87br1j1luq.fsf@becket.becket.net> tb@becket.net writes:
>
>I'm trying to solve bug 304932/334877.  
>
>I can reproduce the build failure using pbuilder, but not when I build
>on my own system directly.
>
>I would like to do the pbuilder build and then examine the failing
>filesystem, but pbuilder always deletes the build directory, and the
>manual gives no clear indication of how to prevent this.  --debug says
>that it only avoids cleanup in update and create.

Use:

pbuilder login
sed -i~ -e 's/#//g' /etc/apt/sources.list
cd /tmp/build
apt-get build-dep $package
apt-get source $package
cd $package-ver
dpkg-buildpackage -us -uc

-- 
Blars Blarson			blarson@blars.org
				http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.



Reply to: