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

Problema con pbuilder create



Estoy intentando crear sobre una máquina con Sarge un entorno pbuilder para
compilar paquetes .sid, pero me falla siempre durante la creación de la
imagen de base, en el debootstrap:

candyman@destroy:~$ pbuilder create sid
[...]
I: Retrieving sed
I: Validating sed
E: Couldn't download slang1a-utf8
pbuilder: debootstrap failed
 -> Aborting with an error
 -> cleaning the build env
    -> removing directory /var/cache/pbuilder/build//10494 and its
subdirectorie s
candyman@destroy:~$

He pensado que podría ser por falta de espacio, pero creo que tengo bastante
disco libre:

destroy:/home/candyman# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda1               233336    175994     45295  80% /
tmpfs                   778656         4    778652   1% /dev/shm
/dev/hda3              6835432    918780   5916652  14% /usr
/dev/hda5              9767184   3049900   6717284  32% /home
/dev/hda6             19534372   6082640  13451732  32% /var
/dev/hda7               682660     32840    649820   5% /tmp
/dev/hda8             22458124  16899228   5558896  76% /mnt/disk2
/dev/hda9              4883556    603676   4279880  13% /mnt/disk3
/dev/hdc1               101089      9254     86616  10% /mnt/disk1a
/dev/hdc2             36353448    714484  33792296   3% /mnt/disk1b
/dev/hdc2             36353448    714484  33792296   3% /chroots

El disco chroots aún no lo estoy usando. Estoy usando el /etc/pbuilderrc
estándar de Sarge, sólo he cambiado por ahora el URL del mirror (por defecto
viene jp, y le he intentado con de, fi, us y es). De todos modos lo pego al
final de este email.

Dado que siempre falla en el mismo fichero, he llegado a pensar que pueda
ser la conexión de red, o algún proxy intermedio, o algo.

Por favor, si contestáis, copiadme en las respuestas, porque no estoy
suscrito a la lista.

Un saludo,

-- javier
# this is your configuration file for pbuilder.
# the file in /usr/share/pbuilder/pbuilderrc is the default template.
# /etc/pbuilderrc is the one meant for editing.
#
# read pbuilderrc.5 document for notes on specific options.

BASETGZ=/var/cache/pbuilder/base.tgz
#EXTRAPACKAGES=gcc3.0-athlon-builder
#export DEBIAN_BUILDARCH=athlon
BUILDPLACE=/var/cache/pbuilder/build/
MIRRORSITE=http://ftp.us.debian.org/debian
#NONUSMIRRORSITE="http://ftp.jp.debian.org/debian-non-US";
#OTHERMIRROR="deb http://www.home.com/updates/ ./"
#export http_proxy=http://your-proxy:8080/
USEPROC=yes
USEDEVPTS=yes
USEDEVFS=no
BUILDRESULT=/var/cache/pbuilder/result/

# specifying the distribution forces the distribution on "pbuilder update"
#DISTRIBUTION=sarge
#specify the cache for APT 
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"
REMOVEPACKAGES="lilo"
#HOOKDIR="/usr/lib/pbuilder/hooks"
HOOKDIR=""

# make debconf not interact with user
export DEBIAN_FRONTEND="noninteractive"

DEBEMAIL=""

#for pbuilder debuild
BUILDSOURCEROOTCMD="fakeroot"
PBUILDERROOTCMD="sudo"

#default is to build everything. Passed on to dpkg-buildpackage
#DEBBUILDOPTS="-b"
DEBBUILDOPTS=""

#APT configuration files directory
APTCONFDIR=""

# the username and ID used by pbuilder, inside chroot. Needs fakeroot, really
BUILDUSERID=1234
#BUILDUSERNAME=pbuilder

# BINDMOUNTS is a space separated list of things to mount
# inside the chroot.
BINDMOUNTS=""

# Set the debootstrap variant to 'buildd' type.
DEBOOTSTRAPOPTS[0]='--variant=buildd'
# unset DEBOOTSTRAPOPTS

Reply to: