problem creating pbuilder environment

2005-05-07 Thread Andreas Fester
Hi,
I am trying to create a pbuilder environment. Since the default
server ftp.nara.wide.ad.jp is *really* slow, I used the command
# pbuilder create --mirror http://ftp.de.debian.org/debian
However, this ends with an unmet dependency message:
...
The following packages have unmet dependencies:
  passwd: Depends: debconf (= 0.5.00) but it is not installed
E: Unmet dependencies. Try using -f.
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env
- removing directory /var/cache/pbuilder/build//9136 and its 
subdirectories

I tried both pbuilder from testing (0.123) and from unstable
(0.127), both with the same result.
If it's of any use, the complete log of the pbuilder run is
available at http://littletux.homelinux.org/debian/pbuilder.log
Any hints?
Thanks  best Regards,
Andreas
--
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.homelinux.org
ICQ: 326674288
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: problem creating pbuilder environment

2005-05-07 Thread Sebastian Kuzminsky
Andreas Fester [EMAIL PROTECTED] wrote:
] # pbuilder create --mirror http://ftp.de.debian.org/debian


I had the same error when making a pbuilder Sid environment, but Sarge
works for me.  Add --distribution sarge to that command line.




--
Sebastian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem creating pbuilder environment

2005-05-07 Thread Anibal Monsalve Salazar
On Sat, May 07, 2005 at 02:49:56PM +0200, Andreas Fester wrote:
Hi,

I am trying to create a pbuilder environment. Since the default
server ftp.nara.wide.ad.jp is *really* slow, I used the command

# pbuilder create --mirror http://ftp.de.debian.org/debian

However, this ends with an unmet dependency message:

...
The following packages have unmet dependencies:
  passwd: Depends: debconf (= 0.5.00) but it is not installed
E: Unmet dependencies. Try using -f.
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env
- removing directory /var/cache/pbuilder/build//9136 and its 
subdirectories

I tried both pbuilder from testing (0.123) and from unstable
(0.127), both with the same result.
If it's of any use, the complete log of the pbuilder run is
available at http://littletux.homelinux.org/debian/pbuilder.log

I had the same problem a few hours ago.

Any hints?

In /etc/pbuilderrc I put:

DISTRIBUTION=sarge

and run 'pbuilder create --distribution sarge'.

I couldn't get pbuilder to use sid.

Thanks  best Regards,

   Andreas

-- 
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://littletux.homelinux.org
ICQ: 326674288

Mit freundlichen Grüßen,

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `'  http://debian.org/
  `-   http://v7w.com/anibal


signature.asc
Description: Digital signature


Re: problem creating pbuilder environment

2005-05-07 Thread Daniel Leidert
Am Samstag, den 07.05.2005, 14:49 +0200 schrieb Andreas Fester:
 Hi,
 
 I am trying to create a pbuilder environment. Since the default
 server ftp.nara.wide.ad.jp is *really* slow, I used the command
 
 # pbuilder create --mirror http://ftp.de.debian.org/debian
 
 However, this ends with an unmet dependency message:
 
 ...
 The following packages have unmet dependencies:
passwd: Depends: debconf (= 0.5.00) but it is not installed
 E: Unmet dependencies. Try using -f.
   - Aborting with an error
   - unmounting dev/pts filesystem
   - unmounting proc filesystem
   - cleaning the build env
  - removing directory /var/cache/pbuilder/build//9136 and its 
 subdirectories

I guess, this is a problem with debootstrap, which misses to install a
few packages. The dependency on debconf seems to a new one. I ran
pbuilder update some minutes ago and it told me, that debconf will be
installed as a _new_ package. You can do the following. Create a sarge
environment. In sarge, there is currently no passwd-dependency on
debconf. Then change in /etc/pbuilderrc to DISTRIBUTION=sid and update
your image with 'pbuilder update'. Maybe you need to run it as

pbuilder update --override-config --configfile /etc/pbuilderrc

to make pbuilder recognize the changes in the
config-file /etc/pbuilderrc or ~/.pbuilderrc.

 Any hints?

HTH and Regards, Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem creating pbuilder environment

2005-05-07 Thread Goswin von Brederlow
Daniel Leidert [EMAIL PROTECTED] writes:

 Am Samstag, den 07.05.2005, 14:49 +0200 schrieb Andreas Fester:
 Hi,
 
 I am trying to create a pbuilder environment. Since the default
 server ftp.nara.wide.ad.jp is *really* slow, I used the command
 
 # pbuilder create --mirror http://ftp.de.debian.org/debian
 
 However, this ends with an unmet dependency message:
 
 ...
 The following packages have unmet dependencies:
passwd: Depends: debconf (= 0.5.00) but it is not installed
 E: Unmet dependencies. Try using -f.
   - Aborting with an error
   - unmounting dev/pts filesystem
   - unmounting proc filesystem
   - cleaning the build env
  - removing directory /var/cache/pbuilder/build//9136 and its 
 subdirectories

 I guess, this is a problem with debootstrap, which misses to install a
 few packages. The dependency on debconf seems to a new one. I ran

Can't someone change pbuilder to use cdebootstrap? This static package
list in debootstrap is insane.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problem creating pbuilder environment

2005-05-07 Thread Andreas Fester
Thanks for all the answers :-)
Creating a sarge environment works well ...
Best Regards,
Andreas
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]