--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 1.6 - 2018-02-13 (EO) Information: this ChangeLog entry matches the version number: Version 1.6 - 2018-02-13 (EO) Now checking git repository... --- Distribution check [end] --- /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/sastaskhdr_gfortran movecalc 1.6 movecalc 22.1.0-526d2e292-20250825 > movecalc.h /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/bin/sastaskhimp movecalc 1.6 movecalc 22.1.0-526d2e292-20250825 > movecalc_h_imp.cc T=movecalc ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/taskmain/src/task_mod.f90 > movecalc_f_mod.f90 T=movecalc ;\ sed "s/taskname/$T/g" /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/taskmain/src/task_f.cc | sed "s/taskproc/$T_/g" > movecalc_f.cc Dependencies for movecalc /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_OAL -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/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. movecalc_h_imp.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. 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 movecalc_f_mod.f90 /usr/bin/clang++ -c -Wall -DGFORTRAN -std=gnu++14 -fno-common -g -fPIC -DUSE_OAL -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/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. movecalc_f.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_OAL -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/Volumes/SAS/sasbuild/tools/qt-x11-free/include -I. movecalc.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 movecalc.cc:49: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:24: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ ~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:73:4: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 73 | AU = 1.495978706910000e+11, // Astronomical Unit [m] | ^ ~~~~~~~~~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:74:4: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 74 | h = 6.6260755e-34 , // Planck's constant [Js] | ^ ~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:75:4: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 75 | Ao = 1.e-10 , // Angstroem [m] | ^ ~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:76:4: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 76 | eVtoJ = 1.60217733e-19, // J per eV [J/eV] | ^ ~~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:77:4: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 77 | hbar = 6.6260755e-34/(2.*3.14159265358979323846), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:78:4: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 78 | eVtimesAo = 12398.4191, //eV2Ang | ^ ~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:79:5: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 79 | avogadro = 6.0221367e+23, // Avogardo number [1/mol] | ^ ~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:80:4: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] 80 | r0 = 2.81794092e-15; // electron radius [m] | ^ ~~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/PhysicalConstants.h:72:4: note: add 'constexpr' 72 | static const double c= 2.99792458e+8, // speed of light [m/s] | ^ | constexpr In file included from movecalc.cc:50: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/OalServer.h:58: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/TimeCorrelator.h:77: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/Odf.h:68: 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 movecalc.cc:50: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/OalServer.h:58: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/TimeCorrelator.h:77: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/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 movecalc.cc:50: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/OalServer.h:58: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/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 /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/TimeCorrelator.h:124:4: note: type is not C-compatible due to this member declaration 124 | void setMethod(ConstructionMethod val) { method = val;} | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/TimeCorrelator.h:126:5: note: type is given name 'TimeCorrelatorSpecs' for linkage purposes by this typedef declaration 126 | } TimeCorrelatorSpecs; | ^ In file included from movecalc.cc:50: In file included from /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/OalServer.h:59: /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/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 | ^ ~~ /Volumes/SAS/sasbuild/sasdev/xmm_sas/include/AttitudeLocator.h:81:2: note: add 'constexpr' 81 | static const double granularity = 1.; // nominal data granularity | ^ | constexpr 4 warnings and 10 errors generated. make[7]: *** [movecalc.o] Error 1 make[6]: *** [libs.here] Error 2 make[5]: *** [bin] Error 2 make[4]: *** [bin] Error 2 sed -e "s/DOC/movecalc/" -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 movecalc 1.6 movecalc 22.1.0-526d2e292-20250825 > movecalc.tex including sasdevel... including sasglobal... including movecalc_description... latex movecalc < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex movecalc < /dev/null > makedoc.log latex movecalc < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex movecalc < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o movecalc.ps movecalc > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf movecalc > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f movecalc.ps SASRELDIR=../../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /Volumes/SAS/sasbuild/sasdev/xmm_sas/packages/sas/doc/lib/latex2html.init movecalc > /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. /bin/echo "" mkpkgidx -t . > /dev/null || (rm -f movecalc/index.pl ; exit 1) pointer=movecalc/ChangeLog ; \ target=../../../../packages/movecalc/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi rm movecalc.tex Testing movcalctest ... passed