bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error on make install from GetText


From: Bruno Haible
Subject: Re: Error on make install from GetText
Date: Thu, 17 Aug 2006 22:17:57 +0200
User-agent: KMail/1.9.1

Hello,

LehighT wrote:
> I have an error in the 'make install' of getText.
> 
> A tail of the error log follows:
> 
>  
> 
> ;  else  echo "../../build-aux/install-sh -c -m 644 ./$f
> /apps/dev/lehight/local/share/doc/gettext/examples/$f";
> ../../build-aux/install-sh -c -m 644 ./$f
> /apps/dev/lehight/local/share/doc/gettext/examples/$f;  fi;  done
> 
> /bin/sh: not found

This looks like an error inside the 'install-data-local' rule of
gettext-tools/examples/Makefile.

In order to reproduce it, I would need to know which system (OS)
this is, and with which command line you configured gettext.

Otherwise, if you want to debug this: three things to check are
- whether ../../build-aux/install-sh exists and is executable,
- to what the $(mkdir_p) in the same rule expands and whether it is
  executable,
- whether trimming down the EXAMPLESFILES variable in the Makefile
  helps. (It's a variable containing several hundred of file names.)

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]