On Thu, Dec 15, 2011 at 10:32 AM, Shahar Shani-Kadmiel <[email protected]> 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
For some reason which I do not understand sometime pod2man is not marked as executable. The fix is simple: sudo chmod +x /usr/bin/pod2man Will fix the error. Bill W ------------------------------------------------------------------------------ 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
