--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 3.140.1 - 2025-01-21 (AI) Information: this ChangeLog entry matches the version number: Version 3.140.1 - 2025-01-21 (AI) Now checking git repository... --- Distribution check [end] --- Dependencies for oalcxx Dependencies for oalf90 Dependencies for odfbrowseinfo Dependencies for oal Dependencies for ahfgen Dependencies for auxhkgen_emos Dependencies for auxhkgen_epn Dependencies for attitudeLocator Dependencies for dalutils Dependencies for exposures Dependencies for oalserver Dependencies for oalutils Dependencies for tags Dependencies for positionLocator Dependencies for timeCorrelator Dependencies for oalmisc Dependencies for tags2 Dependencies for timecorrfit Dependencies for framecntr2obt Dependencies for readraf Dependencies for odfinfo Dependencies for oalstate Dependencies for cmporbit Dependencies for rgsdiagnostic Dependencies for buildTimeCorr Dependencies for oaltest Dependencies for odffiles Dependencies for oalexample Dependencies for oaltest2 Dependencies for oaltestepn Dependencies for exposures Dependencies for checkbadpix Dependencies for ermtest ( test -h oaltypes.f90 || ln -s ../../f90/oaltypes.f90 . ) ( test -h oal.f90 || ln -s ../../f90/oal.f90 . ) ( test -h oalexample.f90 || ln -s ../../f90test/oalexample.f90 . ) ( test -h caloaldefs.f90 || ln -s ../../../../include/caloaldefs.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. AuxHKaccess.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; | ^ In file included from AuxHKaccess.cc:117: In file included from ./AuxHKaccess.h:45: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/Xmm.h:116: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/KeplerOrbitSimulator.h:37:9: warning: 'ORBITSIMULATOR_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] 37 | #ifndef ORBITSIMULATOR_H | ^~~~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/KeplerOrbitSimulator.h:38:9: note: 'ORBITSUMULATOR_H' is defined here; did you mean 'ORBITSIMULATOR_H'? 38 | #define ORBITSUMULATOR_H | ^~~~~~~~~~~~~~~~ | ORBITSIMULATOR_H In file included from AuxHKaccess.cc:117: ./AuxHKaccess.h:148:23: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 148 | static const double maxRelativeFrameTimeDeviation = .02; | ^ ~~~ ./AuxHKaccess.h:148:2: note: add 'constexpr' 148 | static const double maxRelativeFrameTimeDeviation = .02; | ^ | constexpr In file included from AuxHKaccess.cc:123: In file included from ./Odf.h:71: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/BadPixelMap.h:152:14: warning: 'unary_function, BadPixel> &, bool>' is deprecated [-Wdeprecated-declarations] 152 | public std::unary_function { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/unary_function.h:23:29: note: 'unary_function, BadPixel> &, bool>' has been explicitly marked deprecated here 23 | struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function { | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:719:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 719 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED' 696 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ In file included from AuxHKaccess.cc:124: In file included from ./OalServer.h:58: ./TimeCorrelator.h:117:16: warning: anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here [-Wnon-c-typedef-for-linkage] 117 | typedef struct { | ^ | TimeCorrelatorSpecs ./TimeCorrelator.h:124:4: note: type is not C-compatible due to this member declaration 124 | void setMethod(ConstructionMethod val) { method = val;} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./TimeCorrelator.h:126:5: note: type is given name 'TimeCorrelatorSpecs' for linkage purposes by this typedef declaration 126 | } TimeCorrelatorSpecs; | ^ In file included from AuxHKaccess.cc:124: In file included from ./OalServer.h:59: ./AttitudeLocator.h:81:22: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 81 | static const double granularity = 1.; // nominal data granularity | ^ ~~ ./AttitudeLocator.h:81:2: note: add 'constexpr' 81 | static const double granularity = 1.; // nominal data granularity | ^ | constexpr AuxHKaccess.cc:583:12: warning: 'bind2nd, double>' is deprecated [-Wdeprecated-declarations] 583 | bind2nd(greater(), 0.)); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binder2nd.h:45:1: note: 'bind2nd, double>' has been explicitly marked deprecated here 45 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI binder2nd<_Operation> | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:719:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 719 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED' 696 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ AuxHKaccess.cc:619:13: warning: 'bind2nd, double>' is deprecated [-Wdeprecated-declarations] 619 | bind2nd(greater(), | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binder2nd.h:45:1: note: 'bind2nd, double>' has been explicitly marked deprecated here 45 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI binder2nd<_Operation> | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:719:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 719 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED' 696 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ AuxHKaccess.cc:915:11: warning: 'bind2nd, int>' is deprecated [-Wdeprecated-declarations] 915 | bind2nd(not_equal_to(), 32767)); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binder2nd.h:45:1: note: 'bind2nd, int>' has been explicitly marked deprecated here 45 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI binder2nd<_Operation> | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:719:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 719 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED' 696 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ AuxHKaccess.cc:1046:9: warning: 'bind2nd, double>' is deprecated [-Wdeprecated-declarations] 1046 | bind2nd(greater(), sign*absMatchDelta)) | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binder2nd.h:45:1: note: 'bind2nd, double>' has been explicitly marked deprecated here 45 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI binder2nd<_Operation> | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:719:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 719 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED' 696 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ AuxHKaccess.cc:1048:9: warning: 'bind2nd, double>' is deprecated [-Wdeprecated-declarations] 1048 | bind2nd(less(), sign*absMatchDelta)); | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__functional/binder2nd.h:45:1: note: 'bind2nd, double>' has been explicitly marked deprecated here 45 | _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI binder2nd<_Operation> | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:719:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11' 719 | # define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED | ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/__config:696:49: note: expanded from macro '_LIBCPP_DEPRECATED' 696 | # define _LIBCPP_DEPRECATED __attribute__((__deprecated__)) | ^ 9 warnings and 2 errors generated. make[6]: *** [AuxHKaccess.o] Error 1 make[5]: *** [libs.here] Error 2 make[4]: *** [bin] Error 2 sed -e "s/DOC/oal/" -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 oal 3.140.1 oal 22.1.0-526d2e292-20250825 > oal.tex including sasdevel... including sasglobal... including oal_description... including ../../caloalutils/doc/caloalcommon... including errorlabels... latex oal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex oal < /dev/null > makedoc.log latex oal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex oal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o oal.ps oal > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf oal > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f oal.ps SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/doc/lib/latex2html.init oal > /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. 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 oal/index.pl ; exit 1) pointer=oal/ChangeLog ; \ target=../../../packages/oal/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi rm oal.tex make[5]: *** No rule to make target `-loal', needed by `attitudeLocator'. Stop. make[4]: *** [tests] Error 2 make[6]: *** No rule to make target `-loal', needed by `ahfgen'. Stop. make[5]: *** [runtests] Error 2