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 <[EMAIL PROTECTED]>          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
> [EMAIL PROTECTED]
> 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.
~
~
~
~
~
~
~
~
~

begin:vcard 
n:Chen;Yu
tel;work:303-223-7875 x40575
x-mozilla-html:TRUE
url:http://livelink.Central.Sun.COM/livelink/livelink/fetch/61828/SkillSet_YuChen.html?nodeid=2096475&vernum=0
org:Sun Microsystems, Inc.;CSS/PTS
version:2.1
email;internet:[EMAIL PROTECTED]
title:IR Software System Engineer
adr;quoted-printable:;;500 Eldorado Blvd.=0D=0AUBRM02-152;Broomfield;CO;80021;U.S.A.
x-mozilla-cpt:;-29512
fn:Yu Chen
end:vcard

Reply via email to