Bug 323894 (MONO81212) - build breaks when update-mime-database is missing
Summary: build breaks when update-mime-database is missing
Status: RESOLVED FIXED
Alias: MONO81212
Product: MonoDevelop
Classification: Mono
Component: general (show other bugs)
Version: 0.13
Hardware: Other Linux
: P3 - Medium : Normal
Target Milestone: ---
Assignee: MD Bugs
QA Contact: MD Bugs
URL:
Whiteboard:
Keywords: build
Depends on:
Blocks:
 
Reported: 2007-03-22 19:33 UTC by Serge van den Boom
Modified: 2007-09-15 21:23 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:33:25 UTC


---- Reported by svdb+ximian.com@stack.nl 2007-03-22 12:33:01 MST ----

The configure script checks for the presence of 'update-mime-database', 
but continues even if it is missing.
But if it is missing, "make install" will fail with an error similar to
    no /opt/monodevelop-0.13.1/share/mime
    /bin/bash: no: command not found
This is due to the Makefile rule
    install-data-hook:
            $(UPDATE_MIME_DB) $(DESTDIR)$(datadir)/mime
where UPDATE_MIME_DB gets expanded to "no".



---- Additional Comments From fejj@novell.com 2007-05-29 17:27:06 MST ----

ok, this is fixed in svn