Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
gnochm is a chm (M$ compiled html format) viewer, it was requested somewhere in the forums and i have tried to build this it has had some problems with the ebuild, because the makefiles are not fully correct in respect of gconf and mime-files. i think i have succedded in correcting this, but im not sure. The installation on my computer is ok, although :::)))
Created an attachment (id=42228) [details] the ebuild for gnochm it is the ebuild of course, i have placed it in app-doc, probably it's not the right place
Created an attachment (id=42229) [details] the patch for the makefiles the patch makes it compile without access violations
use the already open bugs to track things *** This bug has been marked as a duplicate of 39626 ***
Ebuild for v.0.9.5 wanted. With the current ebuild, version compiles ok, but when emerging, it gives a bunch of errors like: if test "x/usr/bin/update-mime-database" != "xno"; then \ /usr/bin/update-mime-database /usr/share/mime; \ fi *** * Updating MIME database in /usr/share/mime... ACCESS DENIED open_wr: /usr/share/mime/application/x-tgif.xml.new I/O error : Permission denied ** (process:24896): WARNING **: Failed to write out '/usr/share/mime/application/x-tgif.xml.new' ACCESS DENIED rename: /usr/share/mime/application/x-tgif.xml.new ** (process:24896): WARNING **: Failed to rename /usr/share/mime/application/x-tgif.xml.new as /usr/share/mime/application/x-tgif.xml ............