Description of problem: Boo shell scripts point to /usr/lib but assemblies live in /usr/lib64. Version-Release number of selected component (if applicable): 0.7.6.2237-11.fc6 e.g. /usr/bin/booc reads: #!/bin/sh env mono /usr/lib/boo/booc.exe "$@" However, booc.exe is in /usr/lib64/boo.
Yep - fixed in rawhide (just use that version). There is a problem with the PPC mono on the buildsys which is preventing mono apps being built currently.
I just did an update from extras-development, and the /usr/bin files in question now have ${libdir} in them, which would seem to be a packaging problem, since I don't have libdir in my environment. Of course it should be the literal /usr/lib64. The source rpm must be busted...
What's the version number of the rpm?
A yum fairy whispered 0.7.6.2237-12.fc7 in my ear.