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: Tue, 12 Jan 2010 12:16:30 -0500
  • Organization: Internet2

Ralf;

The problem apparently exists in all of the versions, I am trying to debug what is wrong with the build env right now. I will alert the list when we track it down.

Thanks;

-jason

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



Archive powered by MHonArc 2.6.16.

Top of Page