Bug#409856: fakeroot: nested fakeroot calls don't re-raise

2007-02-05 Thread Mark Eichin
Package: fakeroot Version: 1.2.10 Severity: normal I'm not sure that subject is clear, but the demonstration that follows should be: wildcat$ fakeroot wildcat# id -u 0 wildcat# id -g 0 wildcat# python Python 2.4.1 (#2, Oct 18 2006, 20:58:01) [GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2 Type help,

Bug#409856: fakeroot: nested fakeroot calls don't re-raise

2007-02-05 Thread Clint Adams
I'm not sure that subject is clear, but the demonstration that follows should be: Currently fakeroot doesn't support nested operation. There is this little block in faked.c: if(getenv(FAKEROOTKEY_ENV)) { /* I'm not sure -- maybe this can work?) */ fprintf(stderr,Please, don't run

Bug#409856: fakeroot: nested fakeroot calls don't re-raise

2007-02-05 Thread Mark Eichin
Clint Adams [EMAIL PROTECTED] writes: I'm not sure that subject is clear, but the demonstration that follows should be: Currently fakeroot doesn't support nested operation. There is this little block in faked.c: if(getenv(FAKEROOTKEY_ENV)) { /* I'm not sure -- maybe this can work?) */