Re: fakeroot-hurd doesn't work with scripts

2016-03-07 Thread Justus Winter
Quoting Samuel Thibault (2016-03-07 20:49:01) > Justus Winter, on Mon 07 Mar 2016 20:30:37 +0100, wrote: > > teythoon@hurdbox ~ % for x in sh py pl; do cat test.$x ; fakeroot ./test.$x > > ; done > > I should have mentioned it: the issue is only for scripts coming from > PATH. When you specify th

Re: fakeroot-hurd doesn't work with scripts

2016-03-07 Thread Samuel Thibault
Justus Winter, on Mon 07 Mar 2016 20:30:37 +0100, wrote: > teythoon@hurdbox ~ % for x in sh py pl; do cat test.$x ; fakeroot ./test.$x ; > done I should have mentioned it: the issue is only for scripts coming from PATH. When you specify the path, the interpreter will know how to open the file. S

Re: fakeroot-hurd doesn't work with scripts

2016-03-07 Thread Justus Winter
Hi, Quoting Samuel Thibault (2016-03-04 18:39:21) > We have an issue between fakeroot and scripts (from the borgbackup build > log): > > > fakeroot dh_auto_test > > Can't open perl script "dh_auto_test": No such file or directory > > I guess that's due to the way fakeauth starts the program, I h

fakeroot-hurd doesn't work with scripts

2016-03-04 Thread Samuel Thibault
Hello, We have an issue between fakeroot and scripts (from the borgbackup build log): > fakeroot dh_auto_test > Can't open perl script "dh_auto_test": No such file or directory I guess that's due to the way fakeauth starts the program, I haven't looked further. Samuel