Trunk install error

Installing on Mac OS X 10.5.5, XCode 3.1, latest updates; using
MacPorts latest packages for all background requirements. Somewhere
during installing GRC:

/bin/sh: xdg-icon-resource: command not found
make[2]: *** [uninstall-local] Error 127
make[1]: *** [uninstall-recursive] Error 1
make: *** [uninstall-recursive] Error 1

What package do I need to get the command ‘xdg-icon-resource’? I
can’t find anything obvious in MacPorts (e.g. “xdg”), but this command
might be part of a package without “xdg” in the name. - MLD

On Tue, Sep 30, 2008 at 8:09 AM, Michael D. [email protected]
wrote:

Installing on Mac OS X 10.5.5, XCode 3.1, latest updates; using MacPorts
latest packages for all background requirements. Somewhere during
installing GRC:

/bin/sh: xdg-icon-resource: command not found
make[2]: *** [uninstall-local] Error 127
make[1]: *** [uninstall-recursive] Error 1
make: *** [uninstall-recursive] Error 1

This is a recent new dependency for grc that Josh introduced, it looks
like it is commonly packaged into ‘xdg-utils’.

Josh–you need to add a configuration time check for this in the grc
config file. I am disabling grc on the trunk until then.


Johnathan C.
Corgan Enterprises LLC
http://corganenterprises.com/

On Sep 30, 2008, at 11:15 AM, Johnathan C. wrote:

This is a recent new dependency for grc that Josh introduced, it looks
like it is commonly packaged into ‘xdg-utils’.

Very good. Looks like that packages can easily be installed on OSX,
so I’ll create a MacPorts portfile for it & submit that. Thanks! - MLD