fakeroot in amd64 lacking support for i386
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fakeroot (Debian) |
New
|
Undecided
|
Amir Eldor | ||
fakeroot (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
fakeroot installation in precise amd64 lacks support for i386 binaries. This is to the lacking of the library /usr/lib/
=== Example with fakeroot:amd64 ===:
$ fakechroot fakeroot debootstrap --variant=buildd --arch=i386 precise /home/dariemp/
.........
W: Failure trying to run: chroot /home/dariemp/
$ fakechroot fakeroot chroot /home/dariemp/
ERROR: ld.so: object 'libfakeroot-
dpkg: error: requested operation requires superuser privilege
=== Example with fakeroot:i386 ===:
$ fakechroot fakeroot debootstrap --variant=buildd --arch=i386 precise /home/dariemp/
ERROR: ld.so: object 'libfakeroot-
ERROR: ld.so: object 'libfakeroot-
ERROR: ld.so: object 'libfakeroot-
ERROR: ld.so: object 'libfakeroot-
E: debootstrap can only run as root
Changed in fakeroot (Debian): | |
assignee: | nobody → Amir Eldor (amireldor) |
I think this bug is related with the Debian bug #605077 (http:// bugs.debian. org/cgi- bin/bugreport. cgi?bug= 605077) which has been already solved.