GNOME Bugzilla – Bug 141463
cvs head fails to build
Last modified: 2004-12-22 21:47:04 UTC
make[1]: Entering directory `/home/gnome/cvs/gnome2/glade/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/glade/po' make: *** [install-recursive] Error 1
I've had this problem a few times with different packages. I'm not sure it is a Glade bug, since mkinstalldirs should be copied into Glade by automake. You can work around it by copying/linking mkinstalldirs into the toplevel Glade directory, just like the install-sh or missing files.
*** This bug has been marked as a duplicate of 132858 ***