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

2009-10-28 Thread Clint Adams
On Fri, Oct 09, 2009 at 01:47:07PM -0700, john blair wrote: > Have a look at the attached diff See if fakeroot 1.14.3 does the trick for you. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

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-08 Thread Clint Adams
On Tue, Oct 06, 2009 at 12:11:50PM -0700, john blair wrote: > *STAT64_SUPPORT was not not set Can you tell me which conditions indicate stat64 support on MacOS/Darwin? > *fakeroot didn't intercept versioned symbols, such as fts_read$INODE64 I know nothing about symbol versioning with dyld or wha

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 Clint Adams
On Tue, Oct 06, 2009 at 03:31:53AM -0700, john blair wrote: > 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 > > wit

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