[Pbuilder-maint] Is bug #359347 back?

Nelson A. de Oliveira naoliv at gmail.com
Thu Jun 22 21:30:32 UTC 2006


Hi

On 6/22/06, Junichi Uekawa <dancer at netfort.gr.jp> wrote:
> Nelson, do you have some kind of logging option enabled?

Argh... sorry for that.
Here is the full output:

$  /bin/bash -x /usr/bin/pdebuild --help
+ set -e
+ export PBCURRENTCOMMANDLINEOPERATION=pdebuild
+ PBCURRENTCOMMANDLINEOPERATION=pdebuild
+ . /usr/lib/pbuilder/pdebuild-checkparams
++ . /usr/lib/pbuilder/pbuilder-loadconfig
+++ for RCFILE in /usr/share/pbuilder/pbuilderrc /etc/pbuilderrc
'${HOME}/.pbuilderrc'
+++ '[' -f /usr/share/pbuilder/pbuilderrc ']'
+++ . /usr/share/pbuilder/pbuilderrc
++++ BASETGZ=/var/cache/pbuilder/base.tgz
++++ BUILDPLACE=/var/cache/pbuilder/build/
++++ MIRRORSITE=http://ftp.jp.debian.org/debian
++++ USEPROC=yes
++++ USEDEVPTS=yes
++++ USEDEVFS=no
++++ BUILDRESULT=/var/cache/pbuilder/result/
++++ APTCACHE=/var/cache/pbuilder/aptcache/
++++ APTCACHEHARDLINK=yes
++++ REMOVEPACKAGES=lilo
++++ HOOKDIR=
++++ export DEBIAN_FRONTEND=noninteractive
++++ DEBIAN_FRONTEND=noninteractive
++++ DEBEMAIL=
++++ BUILDSOURCEROOTCMD=fakeroot
++++ PBUILDERROOTCMD=sudo
++++ DEBBUILDOPTS=
++++ APTCONFDIR=
++++ BUILDUSERID=1234
++++ BUILDUSERNAME=pbuilder
++++ BINDMOUNTS=
++++ unset DEBOOTSTRAPOPTS
++++ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
++++ PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
++++ export SHELL=/bin/bash
++++ SHELL=/bin/bash
++++ DEBOOTSTRAP=cdebootstrap
+++++ dpkg --print-architecture
++++ PKGNAME_LOGFILE_EXTENTION=_i386.build
+++ for RCFILE in /usr/share/pbuilder/pbuilderrc /etc/pbuilderrc
'${HOME}/.pbuilderrc'
+++ '[' -f /etc/pbuilderrc ']'
+++ . /etc/pbuilderrc
++++ BASETGZ=/var/cache/pbuilder/base.tgz
++++ BUILDPLACE=/var/cache/pbuilder/build/
++++ MIRRORSITE=ftp://ftp.debian.org/debian
++++ USEPROC=yes
++++ USEDEVPTS=yes
++++ USEDEVFS=no
++++ BUILDRESULT=/var/cache/pbuilder/result/
++++ APTCACHE=/var/cache/pbuilder/aptcache/
++++ APTCACHEHARDLINK=yes
++++ REMOVEPACKAGES=lilo
++++ HOOKDIR=
++++ export DEBIAN_FRONTEND=noninteractive
++++ DEBIAN_FRONTEND=noninteractive
++++ DEBEMAIL=
++++ BUILDSOURCEROOTCMD=fakeroot
++++ PBUILDERROOTCMD=sudo
++++ DEBBUILDOPTS=
++++ APTCONFDIR=
++++ BUILDUSERID=1234
++++ BUILDUSERNAME=pbuilder
++++ BINDMOUNTS=
++++ unset DEBOOTSTRAPOPTS
++++ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
++++ PATH=/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
++++ export SHELL=/bin/bash
++++ SHELL=/bin/bash
++++ DEBOOTSTRAP=cdebootstrap
+++ for RCFILE in /usr/share/pbuilder/pbuilderrc /etc/pbuilderrc
'${HOME}/.pbuilderrc'
+++ '[' -f /home/naoliv/.pbuilderrc ']'
+++ echo 'W: /home/naoliv/.pbuilderrc does not exist'
W: /home/naoliv/.pbuilderrc does not exist
++ . /usr/lib/pbuilder/pbuilder-modules
+++ export LANG=C
+++ LANG=C
+++ export LC_ALL=C
+++ LC_ALL=C
++ '[' -n --help ']'
++ case "$1" in
++ showhelp
++ cat
pbuilder - a personal builder
Copyright 2001-2006 Junichi Uekawa
Distributed under GNU Public License version 2 or later

pbuilder [operation] [pbuilder-options]
pdebuild [pdebuild-options] -- [pbuilder-options]

command lines:
pbuilder create [--basetgz base.tgz-path] [--distribution
sarge|etch|sid|experimental]
  Creates a base.tgz

pbuilder update [--basetgz base.tgz-path] [--distribution
sarge|etch|sid|experimental]
  Updates a base.tgz

pbuilder build [--basetgz base.tgz-path] pbuilder_2.2.0-1.dsc
  Builds using the base.tgz. Requires a .dsc filename

pbuilder clean
  Cleans the temporal build directory.

pbuilder login
pbuilder execute -- [command] [command-options]
  Logs in to the build environment and execute command.

pbuilder dumpconfig
  Dumps configuration information to stdout for debugging.

pbuilder-options:
 --basetgz [base.tgz location]
 --buildplace [location of build]
 --mirror [mirror location]
 --othermirror [other mirror location in apt deb-line format,
delimited with | signs]
 --http-proxy [proxy]
 --distribution [distribution(sarge|sid|etch|experimental)]
 --buildresult [location-to-copy-build-result]
 --aptcache [location of retrieved package files]
 --removepackages [packages-to-remove on pbuilder create]
 --extrapackages [packages-to-add on pbuilder create]
 --configfile [configuration file to load]
 --hookdir [hook directory]
 --debemail [mail address]
 --debbuildopts [dpkg-buildpackage options]
 --logfile [filename to output log]
 --pkgname-logfile
 --aptconfdir [overriding apt config dir]
 --timeout [timeout time]
 --override-config
 --binary-arch
 --preserve-buildplace
 --bindmounts [bind-mount-point]
 --debug
 --autocleanaptcache
 --debootstrapopts [debootstrap options]
 --save-after-login/--save-after-exec
 --debootstrap [debootstrap|cdebootstrap]

pdebuild-specific pbuilder-options:
 --pbuilderroot [command to obtain root privilege for pbuilder]
 --buildsourceroot [command to obtain root privilege for dpkg-buildpackage]
 --use-pdebuild-internal
 --auto-debsign
 --debsign-k [keyid]
++ exit 1

Nelson



More information about the Pbuilder-maint mailing list