I am trying to install ADL4.2 on a CentOS 64 bit machine. I downloaded and installed all ADL 4.2 required COTS using the SSEC Cots installation script. But for Perl 5.19.2 which is the required version for ADL4.2 I could not use SSEC Perl installation script which uses Perlbrew as it was giving me a Patchperl error. However I managed to install Perl-5.19.2 by replicating the Perlbrew command line and ignoring call to Patchperl. I also managed to symlink all Perl executables and set all the required ENV variables given in the envSetup.ksh/csh file.
Everything looks good but still whenever I try to install ADL4.2 using the buildAdl.ksh script I get the following error:
Code: Select all
BUILD SUCCESSFUL
Total time: 0 seconds
Building clean in ./JNISupport/src/...
make[2]: Entering directory `/NPPdata/ssarkar/CSPP/ADL42/java/JNISupport/src'
/bin/rm -f /NPPdata/ssarkar/CSPP/ADL42/lib/libDmJniSupport.a DmJNIApiClient.o DmJNICoreFile.o DmJNICoreInfInterface.o DmJNICoreStringTools.o DmJNIUtility.o
/bin/rm -f /NPPdata/ssarkar/CSPP/ADL42/lib/libDmJniSupport.so DmJNIApiClient.o DmJNICoreFile.o DmJNICoreInfInterface.o DmJNICoreStringTools.o DmJNIUtility.o
/bin/rm -f /NPPdata/ssarkar/CSPP/ADL42/lib/libDmDmsApi.mt.a dms_core_library_UnixServices.o
/bin/rm -f /NPPdata/ssarkar/CSPP/ADL42/lib/libDmDmsApi.mt.so dms_core_library_UnixServices.o
make[2]: Leaving directory `/NPPdata/ssarkar/CSPP/ADL42/java/JNISupport/src'
make[1]: Leaving directory `/NPPdata/ssarkar/CSPP/ADL42/java'
Building src in ./xml...
make[1]: Entering directory `/NPPdata/ssarkar/CSPP/ADL42/xml'
Building src in ./SCIENCE...
make[2]: Entering directory `/NPPdata/ssarkar/CSPP/ADL42/xml/SCIENCE'
/NPPdata/ssarkar/CSPP/ADL42/perl/src/generateSourceFiles.pl /NPPdata/ssarkar/CSPP/ADL42/xml/SCIENCE ADL -h /NPPdata/ssarkar/CSPP/ADL42/include -o /NPPdata/ssarkar/CSPP/ADL42/CMN/Utilities/Dictionary/Entries/SCIENCE/src -e AutoDerivedScienceDictionaryEntries -g AutoGeneratedScienceProductsGbl.h -d /NPPdata/ssarkar/CSPP/ADL42/CMN/ProcessingIO/src -f AutoGeneratedScienceProductsGbl.f
Search pattern not terminated at /NPPdata/ssarkar/CSPP/common/COTS/perl/perls/perl-5.19.2/lib/5.19.2/warnings.pm line 508.
Compilation failed in require at /NPPdata/ssarkar/CSPP/common/COTS/perl/perls/perl-5.19.2/lib/5.19.2/Carp.pm line 5.
BEGIN failed--compilation aborted at /NPPdata/ssarkar/CSPP/common/COTS/perl/perls/perl-5.19.2/lib/5.19.2/Carp.pm line 5.
Compilation failed in require at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Data/Dumper.pm line 20.
BEGIN failed--compilation aborted at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Data/Dumper.pm line 20.
Compilation failed in require at /NPPdata/ssarkar/CSPP/ADL42/perl/src/generateSourceFiles.pl line 88.
BEGIN failed--compilation aborted at /NPPdata/ssarkar/CSPP/ADL42/perl/src/generateSourceFiles.pl line 88.
make[2]: *** [/NPPdata/ssarkar/CSPP/ADL42/include/AutoDerivedScienceDictionaryEntries.h] Error 9
make[2]: Leaving directory `/NPPdata/ssarkar/CSPP/ADL42/xml/SCIENCE'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/NPPdata/ssarkar/CSPP/ADL42/xml'
make: *** [src] Error 2