[Bug 1093819] Re: Can't install ia32-libs in chrooted environment

Daniel Hartwig mandyke at gmail.com
Thu Dec 27 00:35:12 UTC 2012


*** This bug is a duplicate of bug 1016294 ***
    https://bugs.launchpad.net/bugs/1016294

> Using Ubuntu 12.10 x86_64 on host system and in deboostrapped
> environment. I chrooted to deboostrapped environment and run:

Never mind the previous responses.

ia32-libs-multiarch is available only for i386, all libraries in
ia32-libs are multiarch now making that package practically deprecated.
What reason do you need this installed for?

In your chroot environment it is likely that dpkg is not using i386.  This command will resolve that:
# dpkg --add-architecture i386 && apt-get update

This is not a bug in apt.

 status invalid


** Changed in: apt (Ubuntu)
       Status: Incomplete => Invalid

** This bug has been marked a duplicate of bug 1016294
   ia32-libs-multiarch but it is not installable

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1093819

Title:
  Can't install ia32-libs in chrooted environment

Status in “apt” package in Ubuntu:
  Invalid

Bug description:
  Using Ubuntu 12.10 x86_64 on host system and in deboostrapped
  environment. I chrooted to deboostrapped environment and run:

  # chroot quantal
  # apt-get install ia32-libs
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  Some packages could not be installed. This may mean that you have
  requested an impossible situation or if you are using the unstable
  distribution that some required packages have not yet been created
  or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
   ia32-libs : Depends: ia32-libs-multiarch but it is not installable
  E: Unable to correct problems, you have held broken packages.

  # dpkg-architecture 
  DEB_BUILD_ARCH=amd64
  DEB_BUILD_ARCH_BITS=64
  DEB_BUILD_ARCH_CPU=amd64
  DEB_BUILD_ARCH_ENDIAN=little
  DEB_BUILD_ARCH_OS=linux
  DEB_BUILD_GNU_CPU=x86_64
  DEB_BUILD_GNU_SYSTEM=linux-gnu
  DEB_BUILD_GNU_TYPE=x86_64-linux-gnu
  DEB_BUILD_MULTIARCH=x86_64-linux-gnu
  DEB_HOST_ARCH=amd64
  DEB_HOST_ARCH_BITS=64
  DEB_HOST_ARCH_CPU=amd64
  DEB_HOST_ARCH_ENDIAN=little
  DEB_HOST_ARCH_OS=linux
  DEB_HOST_GNU_CPU=x86_64
  DEB_HOST_GNU_SYSTEM=linux-gnu
  DEB_HOST_GNU_TYPE=x86_64-linux-gnu
  DEB_HOST_MULTIARCH=x86_64-linux-gnu

  # cat /etc/apt/sources.list
  deb http://by.archive.ubuntu.com/ubuntu/ quantal main restricted
  deb-src http://by.archive.ubuntu.com/ubuntu/ quantal main restricted

  deb http://by.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
  deb-src http://by.archive.ubuntu.com/ubuntu/ quantal-updates main restricted

  deb http://by.archive.ubuntu.com/ubuntu/ quantal universe
  deb-src http://by.archive.ubuntu.com/ubuntu/ quantal universe

  deb http://by.archive.ubuntu.com/ubuntu/ quantal-updates universe
  deb-src http://by.archive.ubuntu.com/ubuntu/ quantal-updates universe

  deb http://by.archive.ubuntu.com/ubuntu/ quantal multiverse
  deb-src http://by.archive.ubuntu.com/ubuntu/ quantal multiverse

  deb http://by.archive.ubuntu.com/ubuntu/ quantal-updates multiverse
  deb-src http://by.archive.ubuntu.com/ubuntu/ quantal-updates multiverse

  deb http://security.ubuntu.com/ubuntu quantal-security main restricted
  deb-src http://security.ubuntu.com/ubuntu quantal-security main restricted

  deb http://security.ubuntu.com/ubuntu quantal-security universe
  deb-src http://security.ubuntu.com/ubuntu quantal-security universe

  deb http://security.ubuntu.com/ubuntu quantal-security multiverse
  deb-src http://security.ubuntu.com/ubuntu quantal-security multiverse

  # exit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1093819/+subscriptions




More information about the foundations-bugs mailing list