Package: coreutils Version: 5.94-1 Severity: important Hi, I noticed pwd command always failed (at least on ARM) when current directory was mounted as bind.
For example, ------------------ $ df /home 37610056 11959772 23739756 34% /chroot/d-i/home $ grep d-i /etc/fstab /home /chroot/d-i/home none bind 0 0 proc /chroot/d-i/proc proc defaults 0 0 $ dchroot -c d-i chroot$ pwd /home/kmuto chroot$ /bin/pwd /bin/pwd: couldn't find directory entry in `../..' with matching i-node chroot$ cd /usr chroot$ /bin/pwd /usr chroot$ cd /home/kmuto/d-i chroot$ /bin/pwd /bin/pwd: couldn't find directory entry in `../../..' with matching i-node ------------------ 5.93-5 works. This problem hits Makefile using $(shell pwd). Thanks, -- Kenshi Muto [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]