X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Message-ID: <20140920110834.397.qmail@stuge.se> Date: Sat, 20 Sep 2014 13:08:34 +0200 From: Peter Stuge To: geda-help AT delorie DOT com Subject: Re: [geda-help] Noob: Unable to install on OSX Mavericks - geda-gaf binary Mail-Followup-To: geda-help AT delorie DOT com References: <541D101F DOT 9040103 AT tinyvital DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <541D101F.9040103@tinyvital.com> Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk John Moore wrote: > I am a noob to geda and am unable to install it on OSX Mavericks. > > The error was: .. > /sw/var/lib/dpkg/info/geda-gaf.postinst: line 7: /sw/bin/gtk-update-icon-cache: No such file or directory The error is unrelated to geda, and is probably a bug in the geda-gaf package description within fink. The error is certainly fink-specific. Try asking within the fink community instead. If you get nowhere, as a simple workaround, you can probably avoid the error by first running: echo "#!/bin/sh" > /sw/bin/gtk-update-icon-cache echo "exit 0" >> /sw/bin/gtk-update-icon-cache chmod 755 /sw/bin/gtk-update-icon-cache ..and after that running fink install geda-gaf again. "postinst" shows that geda-gaf has already been built successfully, and that the error happens at the very end of the installation. //Peter