forked from tianon/docker-brew-ubuntu-debootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I: Installing core packages...
W: Failure trying to run: chroot "/tmp/debuerreotype.feisty.KvPjbPS7Ye/rootfs" dpkg --force-depends --install /var/cache/apt/archives/base-files_3.1.9ubuntu7_hppa.deb /var/cache/apt/archives/base-passwd_3.5.11_hppa.deb
W: See /tmp/debuerreotype.feisty.KvPjbPS7Ye/rootfs/debootstrap/debootstrap.log for details (possibly the package base-passwd is at fault)
error: 'unshare-debootstrap' failed!
Full command:
unshare-debootstrap --no-check-gpg --no-merged-usr --arch=hppa feisty /tmp/debuerreotype.feisty.KvPjbPS7Ye/rootfs http://old-releases.ubuntu.com/ubuntu /usr/share/debootstrap/scripts/feisty
Logs:
...
Selecting previously deselected package base-files.
(Reading database ... 0 files and directories currently installed.)
Unpacking base-files (from .../base-files_3.1.9ubuntu7_hppa.deb) ...
Selecting previously deselected package base-passwd.
Unpacking base-passwd (from .../base-passwd_3.5.11_hppa.deb) ...
dpkg: base-passwd: dependency problems, but configuring anyway as you request:
base-passwd depends on libc6 (>= 2.3.4-1); however:
Package libc6 is not installed.
Setting up base-passwd (3.5.11) ...
cp: error while loading shared libraries: libacl.so.1: cannot open shared object file: No such file or directory
dpkg: error processing base-passwd (--install):
subprocess post-installation script returned error exit status 127
The problem is, there is indeed no libacl1/fiesty under hppa arch defined in feisty/main/binary-hppa/Packages. There is one for amd64 and others:
Package: libacl1
Priority: required
Section: libs
Installed-Size: 80
Maintainer: Ubuntu Core Developers <[email protected]>
Original-Maintainer: Nathan Scott <[email protected]>
Architecture: amd64
Source: acl
Version: 2.2.42-1ubuntu1
Depends: libattr1 (>= 2.4.4-1), libc6 (>= 2.5-0ubuntu1)
Conflicts: acl (<< 2.0.0), libacl1-kerberos4kth
Filename: pool/main/a/acl/libacl1_2.2.42-1ubuntu1_amd64.deb
Size: 17046
MD5sum: ae8dd6ddc4cbf8f0cc5822e0ac6655c0
SHA1: 9ced4d73a83e11f5b63fc4631b850c68d4768e49
SHA256: 2c02880bf3d79059ea5fc3c2f8db1c5e6f27d9af177d4d3c4a839e533c32e3df
Description: Access control list shared library
This package contains the libacl.so dynamic library containing
the POSIX 1003.1e draft standard 17 functions for manipulating
access control lists.
Bugs: mailto:[email protected]
Origin: Ubuntu
Task: minimal
And yet there is https://old-releases.ubuntu.com/ubuntu/pool/main/a/acl/libacl1-dev_2.2.42-1ubuntu1_hppa.deb in the pool.