After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 141463 - cvs head fails to build
cvs head fails to build
Status: RESOLVED DUPLICATE of bug 132858
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Damon Chaplin
Damon Chaplin
Depends on:
Blocks:
 
 
Reported: 2004-04-30 07:36 UTC by Richard Kinder
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Richard Kinder 2004-04-30 07:36:16 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
Comment 1 Damon Chaplin 2004-04-30 10:02:48 UTC
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.
Comment 2 Damon Chaplin 2004-07-12 10:43:34 UTC

*** This bug has been marked as a duplicate of 132858 ***