--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 5.12.3 - 2024-10-30 (AI) Information: this ChangeLog entry matches the version number: Version 5.12.3 - 2024-10-30 (AI) Now checking git repository... --- Distribution check [end] --- Dependencies for dsscore Dependencies for dssbuild Dependencies for dss Dependencies for testDss Dependencies for testInterface Dependencies for testDssBuilder Dependencies for dssprint gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils dssinter.f90 gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils dssutil.f90 gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils dss.f90 /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DataSubspace.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ DataSubspace.cc:821:35: warning: instantiation of variable 'num_limits::max' required here, but no definition is available [-Wundefined-var-template] 821 | lower==num_limits::max && upper==num_limits::max ){ | ^ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/DataSubspace.h:45:54: note: forward declaration of template entity is here 45 | template class num_limits {public: static T max;}; | ^ DataSubspace.cc:821:35: note: add an explicit instantiation declaration to suppress this warning if 'num_limits::max' is explicitly instantiated in another translation unit 821 | lower==num_limits::max && upper==num_limits::max ){ | ^ 2 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DScomp.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ DScomp.cc:295:16: warning: variable 'filter' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 295 | else if( filterBlock->attribute("HDUCLASS")->asString() == "OGIP" && | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 296 | filterBlock->attribute("HDUCLAS1")->asString() == "GTI" ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DScomp.cc:325:15: note: uninitialized use occurs here 325 | _nameCheck(*filter); | ^~~~~~ DScomp.cc:295:12: note: remove the 'if' if its condition is always true 295 | else if( filterBlock->attribute("HDUCLASS")->asString() == "OGIP" && | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 296 | filterBlock->attribute("HDUCLAS1")->asString() == "GTI" ) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 297 | filter = new DSgtiBlock(this, name, blockSpec, units); DScomp.cc:280:20: note: initialize the variable 'filter' to silence this warning 280 | DSfilter * filter; | ^ | = nullptr DScomp.cc:798:44: warning: 'tempnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] 798 | DataSet * tempset = dataSetServer->open(tempnam(0, 0), | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:403:1: note: 'tempnam' has been explicitly marked deprecated here 403 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ DScomp.cc:865:45: warning: 'tempnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] 865 | DataSet * tempset = dataSetServer->open(tempnam(0, 0), | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:403:1: note: 'tempnam' has been explicitly marked deprecated here 403 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 4 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSfilter.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSbit.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSblock.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSgtiBlock.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ DSgtiBlock.cc:234:43: warning: 'tempnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] 234 | DataSet * tempset = dataSetServer->open(tempnam(0,0), DataSet::Temp); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:403:1: note: 'tempnam' has been explicitly marked deprecated here 403 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 2 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSmaskBlock.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSrange.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSrangeBlock.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ 1 warning generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSregionBlock.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ DSregionBlock.cc:166:43: warning: 'tempnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] 166 | DataSet * tempset = dataSetServer->open(tempnam(0,0), DataSet::Temp); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:403:1: note: 'tempnam' has been explicitly marked deprecated here 403 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 2 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. DSregion.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ DSregion.cc:488:42: warning: 'tempnam' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations] 488 | DataSet *tempSet = dataSetServer->open(tempnam(0,0), Dal::Temp); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:403:1: note: 'tempnam' has been explicitly marked deprecated here 403 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is highly recommended that you use mkstemp(3) instead.") | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 218 | #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) | ^ 2 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_DAL -DUSE_POPUP -include /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h -imacros /Volumes/SAS/sasbuild/sasdev/xmm_sas/config.h -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/dal -I/Volumes/SAS/sasbuild/sasdev/xmm_sas/include/utils -I. Range.cc In file included from :3: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/config-std.h:27:25: warning: using directive refers to implicitly-defined namespace 'std' 27 | using namespace std; | ^ Range.cc:390:16: error: duplicate explicit instantiation of 'Range' 390 | template class Range; | ^ Range.cc:387:23: note: previous explicit instantiation is here 387 | template Range::Range(bool); | ^ Range.cc:390:16: error: duplicate explicit instantiation of 'contains' 390 | template class Range; | ^ Range.cc:110:28: note: previous explicit instantiation is here 110 | template bool Range::contains(long) const; | ^ Range.cc:391:16: error: duplicate explicit instantiation of 'Range' 391 | template class Range; | ^ Range.cc:388:25: note: previous explicit instantiation is here 388 | template Range::Range(bool); | ^ Range.cc:391:16: error: duplicate explicit instantiation of 'contains' 391 | template class Range; | ^ Range.cc:111:30: note: previous explicit instantiation is here 111 | template bool Range::contains(double) const; | ^ 1 warning and 4 errors generated. make[7]: *** [Range.o] Error 1 make[6]: *** [libs.here] Error 2 make[5]: *** [bin] Error 2 make[4]: *** [bin] Error 2 sed -e "s/DOC/dsslib/" -e "s/TYPE/devel/" < \ /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/doc/lib/package.tex | /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/texcombine | \ /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/fixdoc -type=devel dsslib 5.12.3 dsslib 22.1.0-526d2e292-20250825 > dsslib.tex including sasdevel... including sasglobal... including dsslib_description... latex dsslib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex dsslib < /dev/null > makedoc.log make[5]: [dsslib.ps.gz] Error 2 (ignored) latex dsslib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex dsslib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o dsslib.ps dsslib > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf dsslib > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f dsslib.ps SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/doc/lib/latex2html.init dsslib > /dev/null texexpand V2024 (Released January 1, 2024) Warning: No implementation found for option: `version' for `sasdoc' package Warning: No implementation found for option: `version' for `sasdoc' package I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. I/O Error: Couldn't open file 'images.pdf': No such file or directory. Error opening PDF file. /bin/echo "" mkpkgidx -t . > /dev/null || (rm -f dsslib/index.pl ; exit 1) pointer=dsslib/ChangeLog ; \ target=../../../packages/dsslib/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi rm dsslib.tex make[5]: *** No rule to make target `-ldss', needed by `testDss'. Stop. make[4]: *** [tests] Error 2 make[6]: *** No rule to make target `-ldss', needed by `testDss'. Stop. make[5]: *** [runtests] Error 2