Bug#549920: chown/ls -ld fails on mac os

2009-10-09 Thread john blair
Have a look at the attached diff --- On Fri, 10/9/09, Clint Adams wrote: > From: Clint Adams > Subject: Re: Bug#549920: chown/ls -ld fails on mac os > To: "john blair" , 549...@bugs.debian.org > Date: Friday, October 9, 2009, 9:34 AM > On Tue, Oct 06, 2009 at 12:11

Bug#549920: chown/ls -ld fails on mac os

2009-10-06 Thread john blair
fakeroot didn't intercept fts_children (or rather fts_children$INODE64), which is what ls -ald calls. " --- On Tue, 10/6/09, Clint Adams wrote: > From: Clint Adams > Subject: Re: Bug#549920: chown/ls -ld fails on mac os > To: "john blair" , 549...@bugs.debian.org &g

Bug#549920: chown/ls -ld fails on mac os

2009-10-06 Thread john blair
Package: fakeroot Version: 1.13 Severity: important I built fakeroot-1.13 and fakeroot-1.12.5 for mac os 10.4. On both of them I tried to run the following script with fakeroot #!/bin/bash mkdir -p /tmp/newdir /usr/sbin/chown -R root:wheel /tmp/newdir ls -ld /tmp/newdir with the following result