Package: fakeroot
Version: 1.4
Severity: grave
Justification: renders package unusable


The fakeroot scripts do not have the #! prefix before the path.
This causes fakeroot to invoke a shell, waiting for user response (^D
/ exit) before actually running the program requested.

  $ mkdir foo
  $ cd foo
  $ fakeroot ls
  sh-3.00$

type ^D or exit and the ls runs

Expected result, ls runs without user interaction.

$ head -1 /usr/bin/fakeroot-sysv
/bin/sh
$ head -1 /usr/bin/fakeroot-tcp
/bin/sh

Adding #! to the start of those scripts makes them work again.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages fakeroot depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an

fakeroot recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to