debootstrap: there are problems with dependencies, and it fails on simple setup

Bug #7124 reported by Debian Bug Importer
6
Affects Status Importance Assigned to Milestone
debootstrap (Debian)
Fix Released
Unknown
debootstrap (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #260699 http://bugs.debian.org/260699

Revision history for this message
In , gregj (gj-pointblue) wrote : Re: Bug#260699: Acknowledgement (debootstrap: there are problems with dependencies, and it fails on simple setup)

adding dpkg --force-all to all dpkg commands makes it go eventualy go
through, but it's quite brutal, isn't
I can run it with sh -x, and save output to file (bzipped or gzipped),
and send to interested party.

--
GJ

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #260699 http://bugs.debian.org/260699

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <20040721181802.5297A21EFA96@thinkpaddie>
Date: Wed, 21 Jul 2004 20:18:01 +0200
From: Grzegorz Piotr Jaskiewicz <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: debootstrap: there are problems with dependencies,
 and it fails on simple setup

Package: debootstrap
Version: 0.2.39.1
Severity: grave
Justification: renders package unusable

# debootstrap --verbose woody /chroot
........
I: Extracting procps...
I: Extracting sed...
I: Extracting shellutils...
I: Extracting slang1...
I: Extracting sysvinit...
I: Extracting tar...
I: Extracting textutils...
I: Extracting util-linux...
I: Extracting whiptail...
I: Extracting mbr...
I: Installing core packages...
ln: `//chroot/usr/bin/awk': File exists
umount: //chroot/dev/pts: not found
umount: //chroot/dev/shm: not found
umount: //chroot/proc/bus/usb: not mounted
#
and that's all. It's useless in that state.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-rc2
Locale: LANG=C, LC_CTYPE=C

Versions of packages debootstrap depends on:
ii binutils 2.14.90.0.7-8 The GNU assembler, linker and bina
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii wget 1.9.1-4 retrieves files from the web

-- no debconf information

Revision history for this message
Matt Zimmerman (mdz) wrote :

Invalid

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 21 Jul 2004 20:48:54 +0200
From: =?UTF-8?B?R3J6ZWdvcnogSmHFm2tpZXdpY3o=?= <email address hidden>
To: <email address hidden>
Subject: Re: Bug#260699: Acknowledgement (debootstrap: there are problems
 with dependencies, and it fails on simple setup)

adding dpkg --force-all to all dpkg commands makes it go eventualy go
through, but it's quite brutal, isn't
I can run it with sh -x, and save output to file (bzipped or gzipped),
and send to interested party.

--
GJ

Revision history for this message
In , Colin Watson (cjwatson) wrote :

On Wed, Jul 21, 2004 at 08:18:01PM +0200, Grzegorz Piotr Jaskiewicz wrote:
> Package: debootstrap
> Version: 0.2.39.1
> Severity: grave
> Justification: renders package unusable
>
>
> # debootstrap --verbose woody /chroot
> ........
> I: Extracting procps...
> I: Extracting sed...
> I: Extracting shellutils...
> I: Extracting slang1...
> I: Extracting sysvinit...
> I: Extracting tar...
> I: Extracting textutils...
> I: Extracting util-linux...
> I: Extracting whiptail...
> I: Extracting mbr...
> I: Installing core packages...
> ln: `//chroot/usr/bin/awk': File exists
> umount: //chroot/dev/pts: not found
> umount: //chroot/dev/shm: not found
> umount: //chroot/proc/bus/usb: not mounted
> #
> and that's all. It's useless in that state.

This looks like the well-known deficiency in debootstrap that the target
directory must be empty before you start. It's not a grave bug; just 'rm
-rf /chroot && mkdir /chroot' and try again.

Also, I don't see the dependency problems you mention in your subject
line.

Cheers,

--
Colin Watson [<email address hidden>]

Revision history for this message
In , gregj (gj-pointblue) wrote :

Colin Watson wrote:

>This looks like the well-known deficiency in debootstrap that the target
>directory must be empty before you start. It's not a grave bug; just 'rm
>-rf /chroot && mkdir /chroot' and try again.
>
>Also, I don't see the dependency problems you mention in your subject
>line.
>
>
>
Well, it didn't help. Reasony why I did that second time on not empty
dir is because first attempt failed. so...
Will sh -x output be any usefull ?

--
GJ

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 22 Jul 2004 16:51:51 +0100
From: Colin Watson <email address hidden>
To: Grzegorz Piotr Jaskiewicz <email address hidden>
Cc: <email address hidden>
Subject: Re: debootstrap: there are problems with dependencies, and it fails on simple setup

On Wed, Jul 21, 2004 at 08:18:01PM +0200, Grzegorz Piotr Jaskiewicz wrote:
> Package: debootstrap
> Version: 0.2.39.1
> Severity: grave
> Justification: renders package unusable
>
>
> # debootstrap --verbose woody /chroot
> ........
> I: Extracting procps...
> I: Extracting sed...
> I: Extracting shellutils...
> I: Extracting slang1...
> I: Extracting sysvinit...
> I: Extracting tar...
> I: Extracting textutils...
> I: Extracting util-linux...
> I: Extracting whiptail...
> I: Extracting mbr...
> I: Installing core packages...
> ln: `//chroot/usr/bin/awk': File exists
> umount: //chroot/dev/pts: not found
> umount: //chroot/dev/shm: not found
> umount: //chroot/proc/bus/usb: not mounted
> #
> and that's all. It's useless in that state.

This looks like the well-known deficiency in debootstrap that the target
directory must be empty before you start. It's not a grave bug; just 'rm
-rf /chroot && mkdir /chroot' and try again.

Also, I don't see the dependency problems you mention in your subject
line.

Cheers,

--
Colin Watson [<email address hidden>]

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Thu, 22 Jul 2004 18:19:54 +0200
From: =?UTF-8?B?R3J6ZWdvcnogSmHFm2tpZXdpY3o=?= <email address hidden>
To: Colin Watson <email address hidden>
Cc: <email address hidden>
Subject: Re: debootstrap: there are problems with dependencies, and it fails
 on simple setup

Colin Watson wrote:

>This looks like the well-known deficiency in debootstrap that the target
>directory must be empty before you start. It's not a grave bug; just 'rm
>-rf /chroot && mkdir /chroot' and try again.
>
>Also, I don't see the dependency problems you mention in your subject
>line.
>
>
>
Well, it didn't help. Reasony why I did that second time on not empty
dir is because first attempt failed. so...
Will sh -x output be any usefull ?

--
GJ

Revision history for this message
In , J.H.M. Dassen (Ray) (jdassen) wrote : Bug#260699: fixed in debootstrap 0.2.40

Source: debootstrap
Source-Version: 0.2.40

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive:

debootstrap-udeb_0.2.40_i386.udeb
  to pool/main/d/debootstrap/debootstrap-udeb_0.2.40_i386.udeb
debootstrap_0.2.40.dsc
  to pool/main/d/debootstrap/debootstrap_0.2.40.dsc
debootstrap_0.2.40.tar.gz
  to pool/main/d/debootstrap/debootstrap_0.2.40.tar.gz
debootstrap_0.2.40_i386.deb
  to pool/main/d/debootstrap/debootstrap_0.2.40_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
J.H.M. Dassen (Ray) <email address hidden> (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 22 Jul 2004 21:53:20 +0200
Source: debootstrap
Binary: debootstrap-udeb debootstrap
Architecture: source i386
Version: 0.2.40
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) <email address hidden>
Changed-By: J.H.M. Dassen (Ray) <email address hidden>
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 258350 260253 260699
Changes:
 debootstrap (0.2.40) unstable; urgency=medium
 .
   * [woody.buildd] Ensure the on_exit umounting of /dev/pts doesn't mess up
     an otherwise OK exit status. (Closes: #260699)
   * Acknowledge NMUs. (Closes: #258350, #260253)
Files:
 5dd62758492ac123b85b705dfe729adc 594 admin required debootstrap_0.2.40.dsc
 d661583c031946bb5ced96a9a0e13954 31563 admin required debootstrap_0.2.40.tar.gz
 9848de2c6a53cc80b8dd2335e4d355b9 43750 debian-installer required debootstrap-udeb_0.2.40_i386.udeb
 99b9772dbd26355fa3d112fdc842a5c1 62302 admin extra debootstrap_0.2.40_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBABzz/HzwHc5k3nkRAn4cAJ9QLlzk/qLwXUWlJ8XH/efcEiDKQQCeNvir
BCb9+Hc75TxjdfzImwErsfo=
=bMpJ
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 22 Jul 2004 16:17:16 -0400
From: <email address hidden> (J.H.M. Dassen (Ray))
To: <email address hidden>
Subject: Bug#260699: fixed in debootstrap 0.2.40

Source: debootstrap
Source-Version: 0.2.40

We believe that the bug you reported is fixed in the latest version of
debootstrap, which is due to be installed in the Debian FTP archive:

debootstrap-udeb_0.2.40_i386.udeb
  to pool/main/d/debootstrap/debootstrap-udeb_0.2.40_i386.udeb
debootstrap_0.2.40.dsc
  to pool/main/d/debootstrap/debootstrap_0.2.40.dsc
debootstrap_0.2.40.tar.gz
  to pool/main/d/debootstrap/debootstrap_0.2.40.tar.gz
debootstrap_0.2.40_i386.deb
  to pool/main/d/debootstrap/debootstrap_0.2.40_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
J.H.M. Dassen (Ray) <email address hidden> (supplier of updated debootstrap package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 22 Jul 2004 21:53:20 +0200
Source: debootstrap
Binary: debootstrap-udeb debootstrap
Architecture: source i386
Version: 0.2.40
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) <email address hidden>
Changed-By: J.H.M. Dassen (Ray) <email address hidden>
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 258350 260253 260699
Changes:
 debootstrap (0.2.40) unstable; urgency=medium
 .
   * [woody.buildd] Ensure the on_exit umounting of /dev/pts doesn't mess up
     an otherwise OK exit status. (Closes: #260699)
   * Acknowledge NMUs. (Closes: #258350, #260253)
Files:
 5dd62758492ac123b85b705dfe729adc 594 admin required debootstrap_0.2.40.dsc
 d661583c031946bb5ced96a9a0e13954 31563 admin required debootstrap_0.2.40.tar.gz
 9848de2c6a53cc80b8dd2335e4d355b9 43750 debian-installer required debootstrap-udeb_0.2.40_i386.udeb
 99b9772dbd26355fa3d112fdc842a5c1 62302 admin extra debootstrap_0.2.40_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBABzz/HzwHc5k3nkRAn4cAJ9QLlzk/qLwXUWlJ8XH/efcEiDKQQCeNvir
BCb9+Hc75TxjdfzImwErsfo=
=bMpJ
-----END PGP SIGNATURE-----

Revision history for this message
Daniel Robitaille (robitaille) wrote :

Fixed since 2004 in Debian

Changed in debootstrap:
status: Unconfirmed → Fix Released
Changed in debootstrap:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.