Bug 576

Summary: Build from CVS fails - mkinstalldirs missing
Product: shared-mime-info Reporter: Richard Kinder <r_kinder>
Component: generalAssignee: Jonathan Blandford <jrb>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: high CC: gkarabin, mattgatto, sobhi
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Richard Kinder 2004-04-30 10:09:31 UTC
make  install
Making install in po
make[1]: Entering directory `/home/gnome/cvs/gnome2/shared-mime-info/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /opt/gnome26/share; \
else \
  /bin/sh ../mkinstalldirs /opt/gnome26/share; \
fi
../mkinstalldirs: ../mkinstalldirs: No such file or directory
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/home/gnome/cvs/gnome2/shared-mime-info/po'
make: *** [install-recursive] Error 1
Comment 1 Richard Kinder 2004-04-30 20:39:12 UTC
Reduce severity - it isn't a blocker but is a PITA.
Comment 2 James Henstridge 2004-05-05 20:33:39 UTC
Since shared-mime-info is checking in the files added by glib-gettextize, it
should probably be checking in mkinstalldirs too, since Automake isn't
guaranteed to install it.

The b.g.o bug for the glib-gettextize problem is here:
  http://bugzilla.gnome.org/show_bug.cgi?id=132858
Comment 3 Christophe Fergeau 2004-07-30 10:43:11 UTC
*** Bug 815 has been marked as a duplicate of this bug. ***
Comment 4 Christophe Fergeau 2004-08-17 10:53:54 UTC
I followed jamesh advice and add mkinstalldirs to CVS.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.