On 10/30/2013 2:25 PM, Thomas Grant wrote: > Is there any way to reinstall tcl/tk without having to first remove all the > packages dependent on it (which apparently includes python2.7)?
You can reinstall a package using the "fink reinstall <PKG>" command. This simply takes the built .deb archive and puts its files back into the Fink tree. You can also force a rebuild (and reinstall) of a specific package with the "fink rebuild <PKG>" command. If tcltk-shlibs is the culprit, you'll probably want to reinstall tcltk-shlibs, which is where libtcl8.5.dylib comes from. And libBLT.2.dylibs comes from blt-shlibs. However, _waitpid is defined in /usr/lib/system/libsystem_c.dylib, which those Fink libraries should be loading automatically anyway. Hanspeter ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ 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
