There's nothing special about the fink setup.
Here's the output from the ls -ld:
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld /sw
drwxr-xr-x 14 root admin 476 Nov 15 2012 /sw
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld /sw/fink
drwxr-xr-x 9 root admin 306 May 20 22:26 /sw/fink
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld /sw/fink/10.6
lrwxr-xr-x 1 root admin 4 Aug 27 2010 /sw/fink/10.6 -> 10.4
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld /sw/fink/10.6/VERSION
-rw-r--r-- 1 root admin 10 Jun 16 2008 /sw/fink/10.6/VERSION
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld /sw/var
drwxr-xr-x 12 root admin 408 May 22 18:38 /sw/var
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld /sw/var/lib
drwxr-xr-x 10 root admin 340 Nov 15 2012 /sw/var/lib
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld /sw/var/lib/fink
drwxr-xr-x 11 root admin 374 May 20 22:26 /sw/var/lib/fink
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld
/sw/var/lib/fink/path-prefix-10.6
drwxr-xr-x 16 root admin 544 May 13 22:44
/sw/var/lib/fink/path-prefix-10.6
Curt-Karnstedts-MacBook-Pro-15:dpkg curt$ ls -ld
/sw/var/lib/fink/path-prefix-10.6/gcc
lrwxr-xr-x 1 root admin 16 May 13 22:44
/sw/var/lib/fink/path-prefix-10.6/gcc -> compiler_wrapper
On Wed, May 22, 2013 at 8:40 PM, Alexander Hansen <
alexanderk.han...@gmail.com> wrote:
>
> 1) We like people to have the subject reflect what they're having
> problems with, such as a package name.
>
> 2) We ask that people not cross-post on multiple lists so that the
> threads are easier to follow.
>
>
> On 5/22/13 6:19 PM, Curt Karnstedt wrote:
>
>>
>> I have been having a lot of trouble installing packages with fink
>> lately. Originally I wanted to install php5, but it failed with the
>> messages below (notice the Operation not permitted). I have also tried
>> fink selfupdate followed by fink update all. While trying that, I
>> experienced buildlock issues that I could not resolve (removing a
>> gcc44-buildlock file did not help).
>>
>
> If you are still having buildlock issues, send out a new message (since
> it's a different problem) and we'll resolve those, too.
>
>
>> Thank you,
>> CK
>>
>> .......
>> gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/sw/include
>> -DLOCALEDIR="\"/sw/share/**locale\""
>> -DGNUPG_LIBEXECDIR="\"/sw/lib/**gnupg\""
>> -DGNUPG_DATADIR="\"/sw/share/**gnupg\"" -DGNUPG_LIBDIR="\"/sw/lib/**
>> gnupg\""
>> -I/sw/include -g -O2 -Wall -Wno-pointer-sign -c helptext.c
>> /bin/sh: /sw/var/lib/fink/path-prefix-**10.6/gcc: Operation not permitted
>> make[2]: *** [helptext.o] Error 126
>> make[1]: *** [all-recursive] Error 1
>> make: *** [all] Error 2
>> ### execution of make failed, exit code 2
>> ### execution of /tmp/fink.4GVXe failed, exit code 2
>> WARNING: could not read /sw/fink/10.6/VERSION: Operation not permitted
>> Use of uninitialized value $method in concatenation (.) or string at
>> /sw/lib/perl5/Fink/PkgVersion.**pm line 5239.
>> Use of uninitialized value $misc in length at
>> /sw/lib/perl5/Fink/PkgVersion.**pm line 5240.
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-gnupg-1.4.13-1
>> (Reading database ... 129096 files and directories currently installed.)
>> Removing fink-buildlock-gnupg-1.4.13-1 ...
>> Updating the list of locally available binary packages.
>>
>
> <snipping completely irrelevant long list of _successfully built_ packages>
>
> Failed: phase compiling: gnupg-1.4.13-1 failed
>>
>> Before reporting any errors, please run "fink selfupdate" and try again.
>>
>> If you continue to have issues, please check to see if the FAQ on Fink's
>> website solves the problem. If not, ask on one (not both, please) of
>> these mailing lists:
>>
>> The Fink Users List
>> <fink-users@lists.sourceforge.**net<fink-us...@lists.sourceforge.net>
>> <mailto:fink-users@lists.**sourceforge.net<fink-us...@lists.sourceforge.net>
>> >>
>> The Fink Beginners List
>> <fink-beginners@lists.**sourceforge.net<fink-beginners@lists.sourceforge.net>
>> <mailto:fink-beginners@lists.**sourceforge.net<fink-beginners@lists.sourceforge.net>
>> >>,
>>
>> with a carbon copy to the maintainer:
>>
>> Benjamin Reed <gn...@fink.raccoonfink.com
>> <mailto:gnupg@fink.**raccoonfink.com <gn...@fink.raccoonfink.com>>>
>>
>> Note that this is preferable to emailing just the maintainer directly,
>> since most fink package maintainers do not have access to all possible
>> hardware and software configurations.
>>
>> Please try to include the complete error message in your report. This
>> generally consists of a compiler line starting with e.g. "gcc" or "g++"
>> followed by the actual error output from the compiler.
>>
>> Also include the following system information:
>> Package manager version: 0.34.8
>> Distribution version: selfupdate-, 10.6, x86_64
>> Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
>> Xcode.app: 3.2.6
>> Xcode command-line tools: 3.2.6
>> gnupg-1.4.13-1 is set to build with only one job.
>>
>>
>>
>>
>>
> The error looks like you've got some permission issues in your fink
> package.
>
> Is there anything special we need to know about your Fink setup, such as
> that it's on a removable disk?
>
> If not, what do you get from
>
> ls -ld /sw
> ls -ld /sw/fink
> ls -ld /sw/fink/10.6
> ls -ld /sw/fink/10.6/VERSION
> ls -ld /sw/var
> ls -ld /sw/var/lib
> ls -ld /sw/var/lib/fink
> ls -ld /sw/var/lib/fink/path-prefix-**10.6
> ls -ld /sw/var/lib/fink/path-prefix-**10.6/gcc
>
> ?
>
> --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> My package updates: http://finkakh.wordpress.com/
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners