debootstrap-container icon indicating copy to clipboard operation
debootstrap-container copied to clipboard

dpkg requirements not met

Open witeshadow opened this issue 10 years ago • 1 comments

dpkg: error processing package linux-image-extra-3.13.0-55-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-generic:
 linux-image-generic depends on linux-image-3.13.0-55-generic; however:
  Package linux-image-3.13.0-55-generic is not configured yet.
 linux-image-generic depends on linux-image-extra-3.13.0-55-generic; however:
  Package linux-image-extra-3.13.0-55-generic is not configured yet.

dpkg: error processing package linux-image-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-generic-lts-trusty:
 linux-image-generic-lts-trusty depends on linux-image-generic; however:
  Package linux-image-generic is not configured yet.

dpkg: error processing package linux-image-generic-lts-trusty (--configure):
 dependency problems - leaving unconfigured
[x] Setting up libfakeroot:amd64 (1.20-3ubuntu2) ...
[x] Setting up fakeroot (1.20-3ubuntu2) ...
[x] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Errors were encountered while processing:
 linux-image-3.13.0-55-generic
 linux-image-extra-3.13.0-55-generic
 linux-image-generic
 linux-image-generic-lts-trusty
E: Sub-process /usr/bin/dpkg returned an error code (1)

witeshadow avatar Jun 21 '15 04:06 witeshadow

Fakeroot seems to install fine. Could you copy/paste the output of

cat /etc/issue
uname -a

Did you run 'apt-get update' on your debian system? It seems more like a package manager issue than a debootstrap-container issue, because of this:

Errors were encountered while processing:
linux-image-3.13.0-55-generic
linux-image-extra-3.13.0-55-generic
linux-image-generic
linux-image-generic-lts-trusty

You could try installing the images manually and fixing the dependancy problems somehow.

coderofsalvation avatar Jun 21 '15 11:06 coderofsalvation