Relevant output:

> % fink -vvv install fuse                                       
> Information about 10738 packages read in 1 seconds.
> The package 'fuse' will be built and installed.
> Reading dependency for fuse-2.0.3.2-1...
> Reading build dependency for fuse-2.0.3.2-1...
> Reading dependency for fuse-dev-2.0.3.2-1...
> Reading dependency for fuse-shlibs-2.0.3.2-1...
> Can't resolve dependency "gcc4.0 (>= 4.0.1-5363)" for package 
> "fuse-2.0.3.2-1" (no matching packages/versions found)
> Exiting with failure.
> % fink --version
> Package manager version: 0.31.6
> Distribution version: selfupdate-rsync Thu Jan  5 21:43:16 2012, 10.6, x86_64
> Trees: stable/main unstable/main unstable/crypto local/main
> 
> Copyright (c) 2001 Christoph Pfisterer
> Copyright (c) 2001-2012 The Fink Package Manager Team
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> GNU General Public License for more details.
> % gcc --version
> i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) 
> (LLVM build 2336.1.00)
> Copyright (C) 2007 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Removing the dependency seems to fix it (although I'm not sure if this is the 
best approach; perhaps recognizing the llvm versions of Xcode as satisfying the 
dependency is best, but this probably involves a system-* package or something):

> --- /sw/fink/10.4/unstable/main/finkinfo/libs/fuse.info       2009-11-28 
> 22:15:11.000000000 -0800
> +++ /sw/fink/10.4/local/main/finkinfo/fuse.info       2012-01-05 
> 21:45:16.000000000 -0800
> @@ -5,7 +5,7 @@
>  Source-MD5: 16ade07b11ac60d5f86fa2faf71d1322
>  
>  # Broken with xcode 2.2, reported working with 2.4.0
> -BuildDepends: gcc4.0 (>= 4.0.1-5363)
> +#BuildDepends: gcc4.0 (>= 4.0.1-5363)
>  
>  PatchScript: <<
>  #!/bin/sh -ev


Hope this is useful.


    --Matt




------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
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

Reply via email to