Folks,
 Here’s another missing core fink package in the El Capitan ensemble. I’ve been 
using the mac display front end version of matplotlib and such which depends on 
pyqt{4,5}-mac which depends on phonon-mac which depends on system-openssl. This 
appears not to be present in 10.11:

> fink update-all
Information about 8795 packages read in 1 seconds.
Can't resolve dependency "system-openssl-dev" for package "phonon-mac-4.5.0-37" 
(no matching packages/versions found)
Exiting with failure.

If I  look at system-openssl-dev-0.9.8.info, I find that it "Depends: macosx 
(>= 10.6.0-1), macosx (<< 10.11.0-1).” I copied the .info file to “local" and 
made the following changes to remove the restriction on <10.11: 
Revision: 7.1
BuildDependsOnly: true
Depends: macosx (>= 10.6.0-1)
Distribution: 10.7, 10.8, 10.9, 10.10, 10.11

This leads to a successful build of phonon-mac, but a cursory use of matplotlib 
in ipython doesn’t appear to work. (This probably isn’t surprising given the 
restriction to <10.11 in the first place.)

  David
------------------------------------------------------------------------------
_______________________________________________
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

Reply via email to