>>>>> "Clint" == Clint Adams <[EMAIL PROTECTED]> writes:
>> I created one package. When I try to perform the below command, >> come this error: >> >> pc101:# fakeroot debian/rules binary fakeroot: FAKEROOTKEY set >> to 818929733 fakeroot: nested operation not yet supporte >> >> Any suggestion ? Clint> Are you trying to run fakeroot within fakeroot? Not sure why on earth you would want to do this, but it seems to work OK on etch. Maybe this is only supported with recent versions of fakeroot? [EMAIL PROTECTED]:~$ echo $FAKEROOTKEY [EMAIL PROTECTED]:~$ fakeroot /bin/bash [EMAIL PROTECTED]:~# echo $FAKEROOTKEY 691495543 [EMAIL PROTECTED]:~# fakeroot /bin/bash [EMAIL PROTECTED]:~# echo $FAKEROOTKEY 1885308766 [EMAIL PROTECTED]:~# exit [EMAIL PROTECTED]:~# echo $FAKEROOTKEY 691495543 [EMAIL PROTECTED]:~# exit [EMAIL PROTECTED]:~$ echo $FAKEROOTKEY Maybe the original poster may have typed in "fakeroot" by itself without realizing it changed the environment. -- Brian May <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]