Skip to Content.
Sympa Menu

ndt-users - Re: NDT versions

Subject: ndt-users list created

List archive

Re: NDT versions


Chronological Thread 
  • From: Ralf Hildebrandt <>
  • To:
  • Subject: Re: NDT versions
  • Date: Wed, 13 Jan 2010 08:57:22 +0100

* 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...

--
Ralf Hildebrandt
Geschäftsbereich IT | Abteilung Netzwerk
Charité - Universitätsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203 Berlin
Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962


| http://www.charite.de




Archive powered by MHonArc 2.6.16.

Top of Page