Package: pbuilder Version: 0.213 Severity: normal I tried using the documented[1] approach to pbuilder. Unfortunately it fails. Here is the tail of the create log:
| I: Obtaining the cached apt archive contents | Reading package lists... | Building dependency tree... | Reading state information... | 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. | Reading package lists... | Building dependency tree... | Reading state information... | Package 'ccache' is not installed, so not removed | build-essential is already the newest version. | dpkg-dev is already the newest version. | The following extra packages will be installed: | aptitude-common libboost-iostreams1.49.0 libcwidget3 libept1.4.12 libncursesw5 libsigc++-2.0-0c2a libsqlite3-0 libxapian22 | Suggested packages: | tasksel debtags distcc libcwidget-dev xapian-tools | Recommended packages: | aptitude-doc-en aptitude-doc apt-xapian-index libparse-debianchangelog-perl libgpm2 | The following NEW packages will be installed: | aptitude aptitude-common ccache libboost-iostreams1.49.0 libcwidget3 libept1.4.12 libncursesw5 libsigc++-2.0-0c2a libsqlite3-0 libxapian22 | The following held packages will be changed: | ccache | 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. | Need to get 0 B/6417 kB of archives. | After this operation, 22.4 MB of additional disk space will be used. | E: There are problems and -y was used without --force-yes | I: unmounting /var/cache/pbuilder/ccache filesystem | I: unmounting dev/pts filesystem | I: unmounting proc filesystem | I: cleaning the build env | I: removing directory /var/cache/pbuilder/build//18320 and its subdirectories After commenting out EXTRAPACKAGES=ccache, the --create works flawlessly. Maybe you already have an idea what is going wrong here? Helmut [1] http://pbuilder.alioth.debian.org/#ccache -- System Information: Versions of packages pbuilder depends on: ii cdebconf [debconf-2.0] 0.179 ii cdebootstrap 0.5.9 ii coreutils 8.20-3 ii debconf [debconf-2.0] 1.5.46 ii debianutils 4.3.4 ii debootstrap 1.0.44 ii dpkg-dev 1.16.9 ii wget 1.14-1 -- Configuration Files: /etc/pbuilderrc changed: (only notable settings, ask for specific settings if necessary) export CCACHE_DIR="/var/cache/pbuilder/ccache" EXTRAPACKAGES=ccache export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" export PATH="/usr/lib/ccache:${PATH}" BINDMOUNTS="${CCACHE_DIR}" DEBOOTSTRAP="cdebootstrap" -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org