Grammostola Rosea a écrit : > Mmh doesn't seems to work here: > > $ sudo DIST=hardy pbuilder create > W: /home/d/.pbuilderrc does not exist > I: Distribution is sid. > I: Building the build environment > I: running cdebootstrap > /usr/bin/cdebootstrap > P: Retrieving Release > P: Retrieving Release.gpg > P: Validating Release > I: Good signature from "Debian Archive Automatic Signing Key (4.0/etch) > <ftpmas...@debian.org>" > P: Parsing Release > P: Retrieving Packages.gz
Your pbuilder is poiting to the Debian archive which is not what you want (you want to use an Ubuntu mirror). With options specified on the command line, you may create your pbuilder with: $ sudo pbuilder create --basetgz /tmp/hardyamd64base.tgz --mirror http://archive.ubuntu.com/ubuntu --distribution hardy --components "main restricted universe multiverse" Regards, Lionel -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org