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: Tue, 12 Jan 2010 18:03:50 +0100

* Ralf Hildebrandt
<>:
> * Jason Zurawski
> <>:
> > Hi Galuschka;
> >
> > This was an oversight on our part - the sourceforge repo was getting
> > a little ahead of our ability to make the packages :)
> >
> > Releases 3.5.8 through 3.5.12 are now on the software.internet2.edu
> > website.
>
> 3.5.12 & 3.5.13 fail at "make install" with:
>
> # make install
> test -z "/usr/local/ndt/serverdata" || "/usr/local/ndt/serverdata"
> /bin/bash: /usr/local/ndt/serverdata: is a directory
> make: *** [sdatadir] Error 126

Found out that MKDIR_P is not being set correctly; replacing it with
"mkdir" results in the following "make install" error:

Making install in janalyze
make[1]: Entering directory /usr/src/ndt-3.5.11/janalyze'
make[2]: Entering directory /usr/src/ndt-3.5.11/janalyze'
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: No such file or directory
make[2]: *** [install-JAnalyzeJAVA] Error 127
make[2]: Leaving directory /usr/src/ndt-3.5.11/janalyze'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory /usr/src/ndt-3.5.11/janalyze'
make: *** [install-recursive] Error 1

make'ing clean & make in janalyze results in:

/usr/src/ndt-3.5.11/janalyze# make clean

rm -f *.class classJAnalyze.stamp
test -z "JAnalyze.jar" || rm -f JAnalyze.jar
rm -f *.o
rm -f src/DBConfFrame.o
rm -f src/FilterFrame.o
rm -f src/Helpers.o
rm -f src/JAnalyze.o
rm -f src/LoadingDBFrame.o
rm -f src/LoadingFrame.o
rm -f src/MaxPeakInfo.o
rm -f src/MinPeakInfo.o
rm -f src/PeakInfo.o
rm -f src/PropertyListener.o
rm -f src/ResultsContainer.o
rm -f src/ResultsList.o
rm -f src/SimpleTextPane.o
rm -f src/SnaplogFrame.o
rm -f src/SwingWorker.o
rm -rf META-INF bin dist *~

janalyze# make
mkdir -p bin
mkdir -p dist

Hmmm.

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