On 7/21/12 7:42 AM, badrkad wrote: > output > > scottish:~ admin$ ls -ld /Users/admin > drwxr-xr-x+ 29 admin staff 986 21 jul 12:57 /Users/admin > scottish:~ admin$ ls -ld /Users/admin/desktop > drwx------+ 8 admin staff 272 21 jul 12:10 /Users/admin/desktop > scottish:~ admin$ ls -ld /Users/admin/desktop/ff > drwxr-xr-x 12 admin staff 408 21 jul 12:01 /Users/admin/desktop/ff > scottish:~ admin$ >
Let me reiterate: let's keep this discussion on the mailing list, please. I set a Reply-To for a reason. The problem appears to be the permissions of your 'desktop' directory. Use "chmod a+r /Users/admin/desktop" to make it readable by everybody. The 'fink' command uses an unprivileged (as a measure of safety) user to build packages, and it appears to be unable to access your Fink tree (ff). <snip> -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
