You probably kept your /etc/ (?) This is a clean install (formatted root "/" partition, except my "/home" partition) of the most current daily ubuntu iso (yesterday's):
$ cat /etc/pbuilderrc # 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 overwritting defaults in # the default template # # read pbuilderrc.5 document for notes on specific options. MIRRORSITE=http://archive.ubuntu.com/ubuntu/ Check out: https://launchpad.net/ubuntu/jaunty/+source/pbuilder/0.183ubuntu1/+files/pbuilder_0.183ubuntu1.tar.gz File: pbuilder-0.183ubuntu1/debian/pbuilder.config And --othermirror works as well :) (Maybe one of the brasil servers was unavailable at that moment?) $ sudo pbuilder create --distribution jaunty --othermirror "deb http://br.archive.ubuntu.com/ubuntu jaunty main restricted multiverse universe" W: /home/myuser/.pbuilderrc does not exist Distribution is jaunty. Building the build environment -> running debootstrap /usr/sbin/debootstrap I: Retrieving Release I: Retrieving Packages I: Validating Packages I: Resolving dependencies of required packages... I: Resolving dependencies of base packages... I: Checking component main on http://archive.ubuntu.com/ubuntu... I: Retrieving apt I: Validating apt I: Retrieving base-files I: Validating base-files I: Retrieving base-passwd I: Validating base-passwd I: Retrieving bash I: Validating bash [...] $ dig br.archive.ubuntu.com ; <<>> DiG 9.5.1-P2 <<>> br.archive.ubuntu.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24076 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 0 ;; QUESTION SECTION: ;br.archive.ubuntu.com. IN A ;; ANSWER SECTION: br.archive.ubuntu.com. 600 IN CNAME ubuntu.c3sl.ufpr.br. ubuntu.c3sl.ufpr.br. 900 IN CNAME sagres.c3sl.ufpr.br. sagres.c3sl.ufpr.br. 98 IN A 200.236.31.1 sagres.c3sl.ufpr.br. 98 IN A 200.17.202.1 ;; AUTHORITY SECTION: c3sl.ufpr.br. 98 IN NS ns.c3sl.ufpr.br. c3sl.ufpr.br. 98 IN NS ns2.c3sl.ufpr.br. ;; Query time: 441 msec ;; SERVER: 192.168.1.1#53(192.168.1.1) ;; WHEN: Wed Apr 22 00:28:49 2009 ;; MSG SIZE rcvd: 160 -- pbuilder: Invalid Release file, no valid components https://bugs.launchpad.net/bugs/364808 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
