On 01/11/2009, at 22:20, monipol wrote:
> On 01/11/2009, at 17:31, [email protected] wrote:
>> I get, in part:
>>
>> cd t && ./testmore.pl && find . -name '*.t' | sort | PREFIX="/sw"
>> xargs
>> /usr/bin/perl
>> -I/Volumes/LaCieDisk/sw/src/fink.build/fink-0.29.10-31/fink-0.29.10/
>> perlmod
>> -MTest::Harness -e 'runtests(@ARGV)'
>> Checking for Test::More...
>> ./00compile..............................ok
>> ./10features/users_groups................ok
>> ./10features/volume......................ok 1/2
>> #   Failed test 'Permissions must be enabled on target volume'
>
> Are permissions enabled on the disk? (probably /Volumes/LaCieDisk)
> Which filesystem type are you using? FAT32? HFS+? Some of the errors
> below seem to indicate the filesystem you are using does not support
> file owners either which leads me to guess you might be using FAT32.
> That's not supported.

Hello again, drjlevi. I've just been told that removable drives tend  
to be mounted without ownership or permissions even if their  
filesystem type is HFS+. The following command will tell you if that's  
the case. I'm assuming the volume has been mounted as /Volumes/ 
LaCieDisk.

vsdbutil -c /Volumes/LaCieDisk

In order to enable ownership/permissions on that volume, run the  
following command.

vsdbutil -a /Volumes/LaCieDisk

>
>> #   in ./10features/volume.t at line 24.
>> #          got: 'Disabled'
>> #     expected: 'Enabled'
>> # Looks like you failed 1 test of 2.
>> ./10features/volume......................dubious
>>       Test returned status 1 (wstat 256, 0x100)
>> DIED. FAILED test 2
>>       Failed 1/2 tests, 50.00% okay
>> ./Base/initialize........................ok
>> ./Base/param.............................ok
>> ./Base/param_boolean.....................ok
>> ./CLI/capture............................ok
>> ./Command/cat............................ok
>> ./Command/chowname.......................
>> ./Command/chowname.......................NOK 2#   Failed test 'chown
>> to a
>> user'
>> #   in ./Command/chowname.t at line 27.
>> #          got: 'unknown'
>> #     expected: 'nobody'
>>
>> ./Command/chowname.......................NOK 5#   Failed test 'chown
>> to a
>> group'
>> #   in ./Command/chowname.t at line 34.
>> #          got: 'unknown'
>> #     expected: 'nobody'
>>
>> ./Command/chowname.......................NOK 8#   Failed test 'chown
>> to a
>> user...'
>> #   in ./Command/chowname.t at line 43.
>> #          got: 'unknown'
>> #     expected: 'nobody'
>>
>> #   Failed test '  and a group'
>> #   in ./Command/chowname.t at line 44.
>> #          got: 'unknown'
>> #     expected: 'nobody'
>> ./Command/chowname.......................NOK 9# Looks like you
>> failed 4
>> tests of 9.
>> ./Command/chowname.......................dubious
>>       Test returned status 4 (wstat 1024, 0x400)
Cheers,

--
monipol
http://finkers.wordpress.com

Submitting a Fink bug report? Read this:
http://www.finkproject.org/doc/netiquette/index.php
http://finkers.wordpress.com/2009/06/03/bug-reports/


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to