Kiley Barraclough wrote: > Here's what I get with 'fink install gnome-icon-theme' [] > (cd > /sw/src/fink..build/root-gnome-icon-theme-2.16.0.1-1/sw/share/icons/gnome/8x8 > && /sw/share/pkgconfig/icon-name-mapping -c emblems) > /bin/sh: line 1: /sw/share/pkgconfig/icon-name-mapping: No such file or > directory
Ah, now we are getting to the core of the matter. This is a real bug. I found it to be caused by a bug in the recently updated package icon-naming-utils. The previous version 0.8.2 worked, 0.8.3-101 gives the bug. There is now a new revision 0.8.3-102 that avoids this bug. You can do the following: Run fink selfupdate until you see icon-naming-utils at version 0.8.2-102 (instead of 101 which you probably have installed). Then fink install icon-naming-utils and then 'fink install gnome-icon-theme' should succeed. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
