Package: fakeroot
Version: 1.20-3
Followup-For: Bug #636192

Forgive me if I'm mistaken, but fakeroot still does not appear to work
across architectures (at least the i386 version):

  $ dpkg -s fakeroot | grep ^Arch
  Architecture: i386
  $ dpkg -s ascii | grep ^Arch
  Architecture: amd64
  $ fakeroot-sysv ascii -v
  ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be 
preloaded: ignored.
  ascii 3.14


Maybe I'm wrong, but I think that the invocation of find in the
assignment to $PATH was meant to be at runtime, but was instead done at
compile-time.  Replacing the hardcoded path list with the `find` command
from Hilko's patch did the trick for me:

  $ fakeroot-sysv ascii -v
  ascii 3.14


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.13-1-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fakeroot depends on:
ii  libc6        2.18-4
ii  libfakeroot  1.20-3

fakeroot recommends no packages.

fakeroot suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to