Skip to Content.
Sympa Menu

ndt-users - Re: NDT versions

Subject: ndt-users list created

List archive

Re: NDT versions


Chronological Thread 
  • From: Jason Zurawski <>
  • To: Ralf Hildebrandt <>
  • Cc:
  • Subject: Re: NDT versions
  • Date: Wed, 13 Jan 2010 05:20:41 -0500
  • Organization: Internet2

Ralf;

I have downloaded and tested the files that are currently on the website(http://software.internet2.edu/sources/ndt/). Each builds correctly in my testing, and I used two separate machines. Perhaps your browser is caching files?

Here are the md5sums if you want to compare:

[knoppix@Knoppix
~]$ for i in `ls *gz | sort`; do md5sum $i; done
73bc4cd3a5e43a06ca442f49f83737d6 ndt-3.5.10.tar.gz
165ac8892a570f8cb7216b56bbfc16fd ndt-3.5.11.tar.gz
077399ef87d878b6224090cfff188f24 ndt-3.5.12.tar.gz
2d4e4b9943f8c166409cb21352ab1b85 ndt-3.5.13.tar.gz
ab1b7860da04ce6420ad796db66cc28e ndt-3.5.7.tar.gz
5bc8e06aa1fa6d00c25189bf976ab4a1 ndt-3.5.8.tar.gz
d2ccd3a489fdda28d8e8a51f696fbcfc ndt-3.5.9.tar.gz

Thanks;

-jason

* Jason Zurawski
<>:
Ralf & All;

You were correct, there was an undefined reference to MKDIR_P (should
have been mkdir_p) in the Makefile definitions. This has been fixed
and the suspect packages (3.5.7 - 3.5.13) were re-generated. Let me
know if anything else is amiss.

I reloaded 3.5.13, but I still have the same error

Makefile contains:
sdatadir:
test -z "$(ndtdir)/serverdata" || $(MKDIR_P) "$(ndtdir)/serverdata"

correctiing this to $(mkdir_p) results in the next error:

make[2]: Nothing to be done for install-exec-am'.
test -z "/usr/local/ndt/janalyze" || "/usr/local/ndt/janalyze"
/bin/bash: /usr/local/ndt/janalyze: is a directory
make[2]: *** [install-JAnalyzeJAVA] Error 126
make[2]: Leaving directory /usr/src/ndt-3.5.13/janalyze'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory /usr/src/ndt-3.5.13/janalyze'
make: *** [install-recursive] Error 1

where the same error occurs - replacing those as well solves the "make
install" issues.

Maybe http://software.internet2.edu/sources/ndt/ndt-3.5.13.tar.gz had
been cached...



Archive powered by MHonArc 2.6.16.

Top of Page