On Fri, Oct 28, 2011 at 7:46 AM, Alexander Hansen <alexanderk.han...@gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 10/28/11 5:41 AM, Benjamin Bouvier wrote: >> Hi all, >> >> I've been trying to install matplotlib-py27 on a Lion 10.7.2 >> machine. But the install fails with: Can't resolve dependency >> "gcc4.2" for package "matplotlib-py27-1.0.1-1" (no matching >> packages/versions found) >> >> This is all the more annoying since gcc4.2.1 is actually the >> default compiler on Lion, and so is bound to be installed... >> >> Would it be possible to remove the dependency to gcc4.2, or is >> there some other workaround? Thanks in advance, >> >> Benjamin. >> > > As it turns out, the 10.7 compilers _don't_ provide gcc4.2 for our > test purposes: > > $ fink-virtual-pkgs 2>&1 | grep -C 2 gcc4.2 > $ > > (this is with Xcode 4.2) > > The maintainer (cc'ed) updated the package recently to add gcc4.2 to > the builddepends, but it looks like that needs to be revoked for 10.7. > > - -- > Alexander Hansen, Ph.D. > Fink User Liaison > http://finkakh.wordpress.com/ > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk6qlgwACgkQB8UpO3rKjQ/jmwCfXLMipMHVE1iL33eiFZpARrI7 > c6kAnRr67e5rm7nFtNaSbCLmWb/KmPHD > =PTpr > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > Fink-users mailing list > Fink-users@lists.sourceforge.net > List archive: > http://news.gmane.org/gmane.os.macosx.fink.user > Subscription management: > https://lists.sourceforge.net/lists/listinfo/fink-users >
Interesting, here's what I get: ~% fink-virtual-pkgs 2>&1 | grep -C 2 gcc4.2 description: [virtual package representing the gcc 4.0 compiler] Package: gcc4.2 Status: install ok installed Version: 4.2.1-5666 ~% xcodebuild -version Xcode 4.2 Build version 4D199 ~% gcc -v Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) ~% Bill W ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Fink-users mailing list Fink-users@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users