help-make
[Top][All Lists]
Advanced

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

Re: [Fwd: error installing GNU make??]


From: Yu Chen
Subject: Re: [Fwd: error installing GNU make??]
Date: Tue, 24 Sep 2002 13:32:56 -0600

Paul - Yes, I am on a mounted disk. But I donnn't think I can ignore the 
errors, when I run "make install", I got similar errors:

Making install in glob
Making install in i18n
files='de.mo es.mo fr.mo ja.mo ko.mo nl.mo pl.mo pt_BR.mo ru.mo'; \
for file in $files; do \
  base=`basename $file`; \
  langdir=/usr/local/share/locale/`echo $base | sed 's/\.mo$//'`/LC_MESSAGES; \
  /bin/sh ../mkinstalldirs $langdir; \
  echo " /usr/local/bin/install -c -m 644 ./$file $langdir/make.mo"; \
  /usr/local/bin/install -c -m 644 ./$file $langdir/make.mo; \
done
 /usr/local/bin/install -c -m 644 ./de.mo 
/usr/local/share/locale/de/LC_MESSAGES/make.mo
sh: /usr/local/bin/install: not found
*** Error code 1
make: Fatal error: Command failed for target `install-data-local'
Current working directory xxxxxxxxx/make-3.79.1/i18n
*** Error code 1
make: Fatal error: Command failed for target `install-am'
Current working directory xxxxxxxx/make-3.79.1/i18n
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'
=====================================================================

I got the following .diff and .log files in directory tests/work/features, 
althought they are clueless to me.
parallelism.base.2   parallelism.log.1    parallelism.mk.1
parallelism.diff.2   parallelism.log.2    parallelism.mk.2
parallelism.log      parallelism.mk

"Paul D. Smith" wrote:

> If you are building GNU make on an NFS mounted disk, rather than a local
> disk, you can probably ignore this error.
>
> You need to look at the tests/work/... tree and find the .log and .diff
> files showing the failure, to see what's going on.
>
> --
> -------------------------------------------------------------------------------
>  Paul D. Smith <address@hidden>          Find some GNU make tips at:
>  http://www.gnu.org                      http://make.paulandlesley.org
>  "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
>
> _______________________________________________
> Help-make mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/help-make

+++++++++++++++++ .diff file ++++++++++++++++++++++++++++++
*** work/features/parallelism.base.2    Tue Sep 24 13:41:13 2002
--- work/features/parallelism.log.2     Tue Sep 24 13:41:13 2002
***************
*** 1,7 ****
--- 1,12 ----
+ make: *** Warning: File `work/features/parallelism.mk.2' has modification time
 in the future (2002-09-24 13:41:09.220832 > 2002-09-24 13:25:27.276783546)
+ make[1]: *** Warning: File `work/features/parallelism.mk.2' has modification t
ime in the future (2002-09-24 13:41:09.220832 > 2002-09-24 13:25:27.311705768)
  ONE.inc
  THREE.inc
  TWO.inc
+ make[1]: *** Warning: File `2.inc' has modification time in the future (2002-0
9-24 13:41:10.320674 > 2002-09-24 13:25:29.396921235)
  ONE
  THREE
  TWO
  success
+ make[1]: warning:  Clock skew detected.  Your build may be incomplete.
+ make: warning:  Clock skew detected.  Your build may be incomplete.
~
~
~
~
~
~
~
~
~

Attachment: yu.chen.vcf
Description: Card for Yu Chen


reply via email to

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