--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 1.22.2 - 2024-01-22 (RDS) Information: this ChangeLog entry matches the version number: Version 1.22.2 - 2024-01-22 (RDS) Warning: barycen - Unexpected file ./test/earthephemtest.ps.gz Warning: barycen - Unexpected file ./test/earthsrcvel.ps.gz Information: ./config/heliocentriccorr.par is an XML parameter file, I cannot yet validate it. Skipped. Information: ./config/barycen.par is an XML parameter file, I cannot yet validate it. Skipped. Can't exec "parselayout": No such file or directory at /opt/homebrew/opt/perl/lib/perl5/site_perl/5.38/Shell.pm line 120, line 25. Can't exec parselayout: No such file or directory Dependencies for barycorr /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/sastaskhdr_gfortran barycen 1.22.2 barycen 22.1.0-526d2e292-20250825 > barycen.h /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/sastaskhimp barycen 1.22.2 barycen 22.1.0-526d2e292-20250825 > barycen_h_imp.cc /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/sastaskhdr_gfortran earthbarycen 1.22.2 barycen 22.1.0-526d2e292-20250825 > earthbarycen.h /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/sastaskhimp earthbarycen 1.22.2 barycen 22.1.0-526d2e292-20250825 > earthbarycen_h_imp.cc /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/sastaskhdr_gfortran heliocentriccorr 1.22.2 barycen 22.1.0-526d2e292-20250825 > heliocentriccorr.h /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/sastaskhimp heliocentriccorr 1.22.2 barycen 22.1.0-526d2e292-20250825 > heliocentriccorr_h_imp.cc T=barycen ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/taskmain/src/task_mod.f90 > barycen_f_mod.f90 T=earthbarycen ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/taskmain/src/task_mod.f90 > earthbarycen_f_mod.f90 T=heliocentriccorr ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/taskmain/src/task_mod.f90 > heliocentriccorr_f_mod.f90 T=barycen ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/taskmain/src/task_f.cc | sed "s/taskproc/$T_/g" > barycen_f.cc T=earthbarycen ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/taskmain/src/task_f.cc | sed "s/taskproc/$T_/g" > earthbarycen_f.cc T=heliocentriccorr ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/taskmain/src/task_f.cc | sed "s/taskproc/$T_/g" > heliocentriccorr_f.cc Dependencies for barycen Dependencies for earthbarycen Dependencies for heliocentriccorr Dependencies for barycenf90 (cd /Volumes/SAS/sasbuild/sasdev/xmm_sas/lib; test -h barycendata || ln -s ../packages/barycen/data barycendata) Dependencies for jb Dependencies for earthephemtest Dependencies for earthsrcvel /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -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/utils -I. bary.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; | ^ bary.cc:429:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 429 | sprintf (date, "%02d/%02d/%02d", day, mon, yr); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(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))) | ^ bary.cc:436:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 436 | sprintf (date, "%04d-%02d-%02dT%02d:%02d:%02d", | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(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))) | ^ bary.cc:483:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 483 | sprintf (fileName, "%s/%s", filepath, name) ; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(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))) | ^ bary.cc:489:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 489 | sprintf (fileName, "%s/%s", filepath, name) ; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(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))) | ^ bary.cc:515:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 515 | sprintf (fileName, "%s/%s", filepath, name) ; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(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))) | ^ bary.cc:522:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 522 | sprintf (fileName, "%s/%s", filepath, name) ; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(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))) | ^ 7 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -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/utils -I. ctatv.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_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/utils -I. dpleph.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; | ^ dpleph.cc:551:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 551 | sprintf(ephfile, "%s/", path); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(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))) | ^ dpleph.cc:555:5: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 555 | sprintf (ephfile+i, "%s.%d", EPHEM, ephnum ) ; | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/_stdio.h:278:1: note: 'sprintf' has been explicitly marked deprecated here 278 | __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(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))) | ^ 3 warnings generated. /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -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/utils -I. dummy.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_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/utils -I. BaryCorrector.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; | ^ BaryCorrector.cc:100:24: error: non-constant-expression cannot be narrowed from type 'unsigned long' to 'long' in initializer list [-Wc++11-narrowing] 100 | MJDTime mjdTT = { TT, jdn.day(), jdn.fractionalDay() }; | ^~~~~~~~~ BaryCorrector.cc:100:24: note: insert an explicit cast to silence this issue 100 | MJDTime mjdTT = { TT, jdn.day(), jdn.fractionalDay() }; | ^~~~~~~~~ | static_cast( ) 1 warning and 1 error generated. make[6]: *** [BaryCorrector.o] Error 1 make[5]: *** [libs.here] Error 2 make[4]: *** [bin] Error 2 sed -e "s/DOC/barycen/" -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 barycen 1.22.2 barycen 22.1.0-526d2e292-20250825 > barycen.tex including sasdevel... including sasglobal... including barycen_description... latex barycen < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex barycen < /dev/null > makedoc.log latex barycen < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex barycen < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o barycen.ps barycen > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf barycen > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f barycen.ps sed -e "s/DOC/earthbarycen/" -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 earthbarycen 1.22.2 barycen 22.1.0-526d2e292-20250825 > earthbarycen.tex including sasdevel... including sasglobal... including earthbarycen_description... latex earthbarycen < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex earthbarycen < /dev/null > makedoc.log latex earthbarycen < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex earthbarycen < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o earthbarycen.ps earthbarycen > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf earthbarycen > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f earthbarycen.ps sed -e "s/DOC/heliocentriccorr/" -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 heliocentriccorr 1.22.2 barycen 22.1.0-526d2e292-20250825 > heliocentriccorr.tex including sasdevel... including sasglobal... including heliocentriccorr_description... latex heliocentriccorr < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex heliocentriccorr < /dev/null > makedoc.log make[5]: [heliocentriccorr.ps.gz] Error 2 (ignored) latex heliocentriccorr < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex heliocentriccorr < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o heliocentriccorr.ps heliocentriccorr > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf heliocentriccorr > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f heliocentriccorr.ps SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/doc/lib/latex2html.init barycen > /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 /bin/echo "" mkpkgidx -t . > /dev/null || (rm -f barycen/index.pl ; exit 1) pointer=barycen/ChangeLog ; \ target=../../../packages/barycen/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/doc/lib/latex2html.init earthbarycen > /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 /bin/echo "" mkpkgidx -t . > /dev/null || (rm -f earthbarycen/index.pl ; exit 1) pointer=earthbarycen/ChangeLog ; \ target=../../../packages/barycen/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/doc/lib/latex2html.init heliocentriccorr > /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 /bin/echo "" mkpkgidx -t . > /dev/null || (rm -f heliocentriccorr/index.pl ; exit 1) pointer=heliocentriccorr/ChangeLog ; \ target=../../../packages/barycen/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi rm barycen.tex heliocentriccorr.tex earthbarycen.tex make[5]: *** No rule to make target `-lbarycorr', needed by `jb'. Stop. make[4]: *** [tests] Error 2 make[6]: *** No rule to make target `-lbarycorr', needed by `jb'. Stop. make[5]: *** [runtests] Error 2