tag 563209 + pending stop On Fri, Jan 01, 2010, Osamu Aoki wrote: > I found this while looking at the git repo. > > The EXAMPLE section of debuild-pbuilder.1 seems to be contaminated with > CVS string substitution. > > | $ debuild-pbuilder > | W: /home/dancer/.pbuilderrc does not exist > | -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.29 > 2006/11/06 20:20:56 lool Exp $ > | -> Considering build-dep debhelper (>= 4.1.0) > | -> Trying debhelper > > "v 1.29 2006/11/06 20:20:56 lool Exp $" looks funny. This was as it was when > Junichi commited initially in 2007-01-20. This may have been true but looks > so > suspicious to be some CVS artifacts. I executed this under lenny: > > $ debuild-pbuilder > -> Attempting to satisfy build-dependencies > -> Creating pbuilder-satisfydepends-dummy package > Package: pbuilder-satisfydepends-dummy > Version: 0.invalid.0 > Architecture: amd64 > ... > > Now I see the output style has changed too. Let's update example as attached > at least to be current with lenny.
Thanks; I copied the contents of your patch in git. There are a couple more CVS version tags in the tree, but in generated log files: testsuite/regression/log/287477-pkgname-logfile.sh.log and 342665-pbuilder-ccache.sh.log. > $ debuild-pbuilder > /usr/bin/debuild-pbuilder: line 14: sudo -E: command not found > > I guess newer pbuilder uses "sudo -E" which requires /etc/sudoer fiddle which > I > have not yet done in my lenny system. "sudo -E: command not found" is typical of using a quoted string for a command as you also found out in a later message; I fixed this in git as well and looked for other occurrences in the source. I found no other occurrence, I think PBUILDERROOTCMD was "su -p" for a while, so it seems that debuild-pbuilder didn't see much testing as this was only discovered now. Thanks, -- Loïc Minier -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org