> On Jan 20, 2015, at 10:03 AM, Saad Haq <ssbha...@gmail.com> wrote:
> 
> Hello All,
>      I am running Yosemite (10.10.1) on a Mac pro (2 x 2.4 GHz 6-Core Intel 
> Xeon). I have not been able to install a number of  packages since I have 
> update to Yosemite and upgrade version of Xcode and comandline tools.  The 
> error message  follows, below the signature.  I have followed the general 
> guidelines; run a "fink self update” I have been able to update all.  I have 
> also tried using a single CPU (and 24) and get the same error message 
> regardless.  I have tried to install in the terminal and with fink commander.

Fink Commander normally gives identical results to the terminal, since it just 
runs the same commands.  Occasionally packages will build under the Terminal 
but not under Fink Commander due to output issues. 

> 
> Possibly related, or maybe not at all, when I try to install 
> “scientificpython-py27   (2.9.1-3) “  I get the following error.   
> ----
> Can't resolve dependency "gcc48-compiler" for package "libnc-dap3-3.7.3-7"
> (no matching packages/versions found)
> Exiting with failure.
> ----
> I looked for gcc48 but it is not present in the available packages.
> 

Right, that’s completely unrelated.  I’m the libnc-dap3 maintainer, and I just 
forgot to update it to use gcc49. :-)   I just updated it so you should be able 
to get a working version via “fink selfupdate” shortly.

> I have gcc49 (4.9.2-1001) installed in SW/ but Xcode is running 4.2.1
> 
> I appreciate any assistance you can provide and thanks in advance.
> 
> Regards, Saad
> 
> ########
> ########
> ########
> 
> ##  A similar error occurs if I try to install  pil-systempython27 (1.1.7-7)
> 
> 
> 

<snip>

> ld: in '/usr/local/lib/libfreetype.6.dylib', missing required architecture 
> x86_64 in file /usr/local/lib/libfreetype.6.dylib (2 slices) for architecture 
> x86_64
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)

Here’s your problem: ^

You have a random third-party libfreetype.6.dylib in /usr/local which is 
incompatible with our builds—it’s only 32-bit, for one thing.  You’re going to 
want to rename /usr/local temporarily while you build with Fink (though this 
will disrupt third-party apps that need it).

However, I’m showing pygtk2-gtk-py27 as available in the binary distribution.  
You might want to turn that on, since that avoids build-time issues:

1)  Run “fink configure” and pick the “use binary packages when available” 
option when that shows up.
2)  Run “sudo apt-get update” to download the current binary package list.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
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

Reply via email to