--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 3.139 - 2010-02-05 (AI) Information: this ChangeLog entry matches the version number: Version 3.139 - 2010-02-05 (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 . ) g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. AuxHKaccess.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from /sasbuild/build/sas_20240619/include/utils/STime.h:128, from /sasbuild/build/sas_20240619/include/Xmm.h:114, from AuxHKaccess.h:45, from AuxHKaccess.cc:117: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /sasbuild/build/sas_20240619/include/Xmm.h:117, from AuxHKaccess.h:45, from AuxHKaccess.cc:117: /sasbuild/build/sas_20240619/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. OalUtils.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from OalUtils.cc:47: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. OalServer.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from Odf.h:67, from TimeCorrelator.h:77, from OalServer.h:58, from OalServer.cc:96: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /sasbuild/build/sas_20240619/include/Xmm.h:117, from Odf.h:68, from TimeCorrelator.h:77, from OalServer.h:58, from OalServer.cc:96: /sasbuild/build/sas_20240619/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ OalServer.cc: In member function ‘const TimeCorrelator* OalServer::newTimeCorrelator(const STime&) const’: OalServer.cc:447:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 447 | if (v.size() > 1) | ^~ OalServer.cc:449:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 449 | if (deg<-1) | ^~ OalServer.cc:466:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 466 | if (v.size() > 3) | ^~ OalServer.cc:468:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 468 | if (frac < 0. || frac >= 1.) | ^~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. Odf.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from Odf.h:67, from Odf.cc:161: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /sasbuild/build/sas_20240619/include/Xmm.h:117, from Odf.h:68, from Odf.cc:161: /sasbuild/build/sas_20240619/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. TimeCorrelator.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from Odf.h:67, from TimeCorrelator.h:77, from TimeCorrelator.cc:84: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /sasbuild/build/sas_20240619/include/Xmm.h:117, from Odf.h:68, from TimeCorrelator.h:77, from TimeCorrelator.cc:84: /sasbuild/build/sas_20240619/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. TimeTags.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from /sasbuild/build/sas_20240619/include/utils/STime.h:128, from /sasbuild/build/sas_20240619/include/Xmm.h:114, from TimeTags.h:50, from TimeTags.cc:122: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /sasbuild/build/sas_20240619/include/Xmm.h:117, from TimeTags.h:50, from TimeTags.cc:122: /sasbuild/build/sas_20240619/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. AttitudeLocator.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from Odf.h:67, from AttitudeLocator.h:57, from AttitudeLocator.cc:83: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /sasbuild/build/sas_20240619/include/Xmm.h:117, from Odf.h:68, from AttitudeLocator.h:57, from AttitudeLocator.cc:83: /sasbuild/build/sas_20240619/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/cassert:44, from /sasbuild/build/sas_20240619/include/utils/f90cxx.h:28, from /sasbuild/build/sas_20240619/include/CalOalUtility.h:56, from AttitudeLocator.cc:85: AttitudeLocator.cc: In member function ‘void AttitudeLocator::constructFromTHF(const string&, const STime&, const STime&)’: AttitudeLocator.cc:472:16: warning: the compiler can assume that the address of ‘ahfSetName’ will never be NULL [-Waddress] 472 | assert(&ahfSetName && &startTime && &stopTime); | ^~~~~~~~~~~ AttitudeLocator.cc:472:31: warning: the compiler can assume that the address of ‘startTime’ will never be NULL [-Waddress] 472 | assert(&ahfSetName && &startTime && &stopTime); | ^~~~~~~~~~ AttitudeLocator.cc:472:45: warning: the compiler can assume that the address of ‘stopTime’ will never be NULL [-Waddress] 472 | assert(&ahfSetName && &startTime && &stopTime); | ^~~~~~~~~ AttitudeLocator.cc: In member function ‘SpacecraftAttitude AttitudeLocator::attitude(double) const’: AttitudeLocator.cc:685:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 685 | for (unsigned n=0; n’ [-Wvirtual-move-assign] 196 | class ObservationExposureList : | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/ar cur libodfbrowseinfo.a OdfBrowseInfo.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libodfbrowseinfo.a g++ -shared -Wl,-h,libodfbrowseinfo.so.3.139 -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o libodfbrowseinfo.so.3.139 OdfBrowseInfo.o -lcaloalutils -loalcxx -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. rm -f -fr __combidir__liboal.a && /usr/bin/mkdir __combidir__liboal.a && \ cd __combidir__liboal.a && \ for l in /sasbuild/build/sas_20240619/lib/liboalcxx.a /sasbuild/build/sas_20240619/lib/liboalf90.a /sasbuild/build/sas_20240619/lib/libodfbrowseinfo.a; do /usr/bin/ar x $l ; done && \ /usr/bin/ar cur liboal.a *.o && ranlib liboal.a && mv liboal.a .. /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') rm -f -fr __combidir__liboal.so.3.139 && /usr/bin/mkdir __combidir__liboal.so.3.139 && \ cd __combidir__liboal.so.3.139 && \ for l in /sasbuild/build/sas_20240619/lib/liboalcxx.a /sasbuild/build/sas_20240619/lib/liboalf90.a /sasbuild/build/sas_20240619/lib/libodfbrowseinfo.a; do /usr/bin/ar x $l ; done && \ g++ -shared -Wl,-h,liboal.so.3.139 -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o liboal.so.3.139 *.o -ldal -lutils -lerror -lslatec -lgfortran -lcfitsio -ldl -lm -L. && mv liboal.so.3.139 .. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. ahfgen.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from /sasbuild/build/sas_20240619/include/utils/STime.h:128, from ahfgen.cc:28: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/sasbuild/build/sas_20240619/lib -o ahfgen ahfgen.o -loal -ldal -lcaloalutils -lslatec -ldal -lerror -lutils -lslatec -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. auxhkgen_emos.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from /sasbuild/build/sas_20240619/include/utils/STime.h:128, from auxhkgen_emos.cc:30: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/sasbuild/build/sas_20240619/lib -o auxhkgen_emos auxhkgen_emos.o -loal -ldal -lcaloalutils -lslatec -ldal -lerror -lutils -lslatec -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I. auxhkgen_epn.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from /sasbuild/build/sas_20240619/include/utils/STime.h:128, from auxhkgen_epn.cc:32: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/sasbuild/build/sas_20240619/lib -o auxhkgen_epn auxhkgen_epn.o -loal -ldal -lcaloalutils -lslatec -ldal -lerror -lutils -lslatec -lgfortran -lcfitsio -ldl -lm -L. sed -e "s/DOC/oal/" -e "s/TYPE/user/" < \ /sasbuild/build/sas_20240619/packages/sas/doc/lib/package.tex | /sasbuild/build/sas_20240619/packages/sas/bin/texcombine | \ /sasbuild/build/sas_20240619/packages/sas/bin/fixdoc -type=user oal 3.139 oal 21.0.1-6e28bb166-20240619 > oal.tex including sasuser... 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 make[5]: [/sasbuild/build/sas_20240619/Make.include:1062: oal.ps.gz] Error 2 (ignored) 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 /sasbuild/build/sas_20240619/packages/sas/doc/lib/latex2html.init oal > /dev/null texexpand V2020 (Released January 1, 2020) Warning: No implementation found for option: `version' for `sasdoc' package Warning: No implementation found for option: `version' for `sasdoc' package This is dvips(k) 2021.1 (TeX Live 2022/dev) Copyright 2021 Radical Eye Software (www.radicaleye.com) ' TeX output 2024.06.19:1629' -> images.ps . [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] /usr/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 g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_OAL -DUSE_DAL -DUSE_POPUP -include /sasbuild/build/sas_20240619/include/config-std.h -imacros /sasbuild/build/sas_20240619/config.h -I/sasbuild/build/sas_20240619/include -I/sasbuild/build/sas_20240619/include/dal -I/sasbuild/build/sas_20240619/include/utils -I/sasbuild/tools/qt-x11-free/include -I. attitudeLocator.cc In file included from /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/strstream:50, from /sasbuild/build/sas_20240619/include/utils/stringutil.h:27, from /sasbuild/build/sas_20240619/include/utils/StringIntMap.h:97, from /sasbuild/build/sas_20240619/include/Odf.h:67, from /sasbuild/build/sas_20240619/include/TimeCorrelator.h:77, from /sasbuild/build/sas_20240619/include/OalServer.h:58, from attitudeLocator.cc:27: /sasbuild/tools/gcc-11.3.0/include/c++/11.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /sasbuild/build/sas_20240619/include/Xmm.h:117, from /sasbuild/build/sas_20240619/include/Odf.h:68, from /sasbuild/build/sas_20240619/include/TimeCorrelator.h:77, from /sasbuild/build/sas_20240619/include/OalServer.h:58, from attitudeLocator.cc:27: /sasbuild/build/sas_20240619/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ make[5]: *** No rule to make target '-lselector', needed by 'attitudeLocator'. Stop. make[4]: *** [/sasbuild/build/sas_20240619/Make.include:953: tests] Error 2 Testing ahfgen ... passed Testing auxhkgen_emos ... passed Testing auxhkgen_epn ... passed make[6]: *** No rule to make target '-lselector', needed by 'attitudeLocator'. Stop. make[5]: *** [/sasbuild/build/sas_20240619/Make.include:953: runtests] Error 2