-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/15/11 1:32 PM, Shahar Shani-Kadmiel wrote: > Hi, I'm trying to update fink and I am encountering the following: > > *****there is a lot more before this but nothing wrong until this > line:************ > > ./install.sh: line 130: /usr/bin/pod2man: Permission denied ### > execution of ./install.sh failed, exit code 1 Removing runtime > build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait > -r fink-buildlock-fink-0.31.5-61 (Reading database ... 32148 files > and directories currently installed.) Removing > fink-buildlock-fink-0.31.5-61 ... Failed: phase installing: > fink-0.31.5-61 failed > > *********************************************************************************** > > > Including info about my system: Package manager version: 0.31.4 > Distribution version: selfupdate-rsync Thu Dec 15 10:27:00 2011, > 10.7, x86_64 Trees: local/main stable/main Xcode: 4.2 OS X 10.7.2 > > I don't understand why permission is denied, I run the command: > > $ sudo fink selfupdate > > I've tried both cvs and rsync > > Thanks
Permission is denied because the pod2man script isn't executable like it is supposed to be. That happens sometimes, for reasons that aren't clear. Use sudo chmod a+x /usr/bin/pod2man to fix that. - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7qstMACgkQB8UpO3rKjQ8HiACglaYJcidT59q3Ghf1XxD8KfA2 0YcAn01jQkblQ7pzKcTjO8LAft5GE5S7 =TfSM -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ 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
