I was hoping that maybe tetex had a non-specific dependency on libpng and would compile with the newer one. Looking at the show-deps for tetex-base lists libpng3, so I would agree that's where the problem is. My guess is that the easiest fix would be to update matplotlib to depend on texlive instead of tetex. What's more, the last line of the rerror is the read_png function call in the texmanager.py file, so, yeah.
Thanks, Sean On Apr 4, 2013, at 15:27, Peter Dyballa <[email protected]> wrote: > > Am 04.04.2013 um 23:54 schrieb Sean Lake: > >> Rebuilding and reinstalling the tetex packages didn't help. > > Sean, > > this can't change anything because teTeX is old and dead and therefore will > stay with that old version of libpng. (At least it is now using a more secure > version of it.) > > What I wanted to express, is if your matplotlib is using components from > teTeX then it's likely that this teTeX component is noticing the younger > libpng version and might start complaining. It mus be something with > graphics, it must be something that exists since, say, ten years or more and > hasn't changed much recently (is unsupported?) because it is still using that > old interface. > > Another way to find the possible cause of the report is to check the INFO > files of the packages on which matplotlib depends. And then the INFO files of > these packages to see on which packages these depend. There must be some such > dependancy to libpng-1.2.41. (I am not using matplotlib.) > > -- > Greetings > > Pete > > Increase the size of your bike by at least *five* inches! > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > 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 ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ 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
