--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 1.126 - 2023-08-10 (RDS) Information: this ChangeLog entry matches the version number: Version 1.126 - 2023-08-10 (RDS) Now checking git repository... --- Distribution check [end] --- Dependencies for caloalutils Dependencies for stringpool Dependencies for celestial Dependencies for odfdesignator Dependencies for orbitsim Dependencies for testproxy Dependencies for testimage Dependencies for testodfdesig Dependencies for testxmm Dependencies for statevar Dependencies for xmm Dependencies for xmmf90 Dependencies for interpolator Dependencies for spr2482 g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. BadPixelMap.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from CalOalUtility.h:57, from BadPixelMap.cc:46: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 CalOalUtility.h:59: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ CalOalUtility.h:249:38: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 249 | class mem_fun_bin_op_t : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/functional:49, from BadPixelMap.cc:42: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from BadPixelMap.cc:47: BadPixelMap.h:152:21: warning: ‘template struct std::unary_function’ is deprecated [-Wdeprecated-declarations] 152 | public std::unary_function { | ^~~~~~~~~~~~~~ /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. CalOalUtility.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from CalOalUtility.cc:41: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 CalOalUtility.h:59, from CalOalUtility.cc:42: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child
, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ CalOalUtility.h:249:38: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 249 | class mem_fun_bin_op_t : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/string:49, from /workspaces/sas/include/utils/stringutil.h:21: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. caloaldefs_c.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from Xmm.h:114, from caloaldefs_c.cc:42: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 Xmm.h:117: 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 /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. Ccf.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from Ccf.cc:78: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 CalOalUtility.h:59, from Ccf.cc:79: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child
, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ CalOalUtility.h:249:38: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 249 | class mem_fun_bin_op_t : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/string:49, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/locale_classes.h:40, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/ios_base.h:41, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/ios:44, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/istream:40, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/fstream:40, from Ccf.cc:68: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from Xmm.h:117, from Ccf.h:62, from Ccf.cc:81: 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 /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. Celestial.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from Celestial.cc:73: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 \ | ^~~~~~~ Celestial.cc: In member function ‘std::string RightAscension::toString(char) const’: Celestial.cc:641:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 641 | if (alpha < 0.) | ^~ Celestial.cc:644:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 644 | alpha = DBL(UNT(240000. * alpha + .5) / 240000.); | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. CoordinateFrame.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. DalUtils.cc In file included from DalUtils.h:48, from DalUtils.cc:46: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child
, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. EarthPositionLocator.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from EarthPositionLocator.h:50, from EarthPositionLocator.cc:48: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 \ | ^~~~~~~ EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ EarthPositionLocator.cc:56:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 56 | throw(BadLattitude) | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. KeplerOrbitSimulator.cc gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils caloaldefs.f90 gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils odfdesignators.f90 g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. odfdesignators_c.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from Xmm.h:114, from OdfDesignators.h:51, from odfdesignators_c.cc:45: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 Xmm.h:117: 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 CalOalUtility.h:59, from odfdesignators_c.cc:46: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child
, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ CalOalUtility.h:249:38: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 249 | class mem_fun_bin_op_t : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/refwrap.h:39, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/vector:68, from /workspaces/sas/include/utils/f90cxx.h:26, from odfdesignators_c.cc:43: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. OdfDesignators.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from OdfDesignators.cc:47: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 /workspaces/sas/include/ExceptionErrorHandler.h:64, from OdfDesignators.cc:46: /workspaces/sas/include/SimpleHandler.h:43:17: warning: ‘virtual ErrorHandler& SimpleHandler::operator=(const ErrorHandler&)’ was hidden [-Woverloaded-virtual=] 43 | ErrorHandler& operator=(const ErrorHandler& h) { | ^~~~~~~~ /workspaces/sas/include/ExceptionErrorHandler.h:66:7: note: by ‘ExceptionErrorHandler& ExceptionErrorHandler::operator=(const ExceptionErrorHandler&)’ 66 | class ExceptionErrorHandler : public SimpleHandler | ^~~~~~~~~~~~~~~~~~~~~ In file included from Xmm.h:117, from OdfDesignators.h:51, from OdfDesignators.cc:48: 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 /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. RealCcf.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from Xmm.h:114, from Ccf.h:62, from RealCcf.h:49, from RealCcf.cc:60: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 Ccf.h:61: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child
, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ In file included from Xmm.h:117: 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 RealCcf.cc:62: CalOalUtility.h:249:38: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 249 | class mem_fun_bin_op_t : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/string:49, from Ccf.h:57: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. StringPool.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. Xmm.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from Xmm.h:114, from Xmm.cc:112: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 Xmm.h:117: 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 Xmm.cc:113: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child
, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ Xmm.cc:2740:21: warning: ‘template struct std::unary_function’ is deprecated [-Wdeprecated-declarations] 2740 | class GSeq : public unary_function { | ^~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/string:49, from /workspaces/sas/include/utils/Tracer.h:22, from /workspaces/sas/include/slatec++.h:40, from Xmm.cc:110: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils xmm.f90 g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. xmm_c.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from Xmm.h:114, from xmm_c.cc:44: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 Xmm.h:117: EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ /usr/bin/ar cur libcaloalutils.a BadPixelMap.o CalOalUtility.o caloaldefs_c.o Ccf.o Celestial.o CoordinateFrame.o DalUtils.o EarthPositionLocator.o KeplerOrbitSimulator.o odfdesignators.o odfdesignators_c.o OdfDesignators.o RealCcf.o StringPool.o Xmm.o xmm.o xmm_c.o caloaldefs.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') ranlib libcaloalutils.a g++ -shared -Wl,-h,libcaloalutils.so.1.126 -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o libcaloalutils.so.1.126 BadPixelMap.o CalOalUtility.o caloaldefs_c.o Ccf.o Celestial.o CoordinateFrame.o DalUtils.o EarthPositionLocator.o KeplerOrbitSimulator.o odfdesignators.o odfdesignators_c.o OdfDesignators.o RealCcf.o StringPool.o Xmm.o xmm.o xmm_c.o caloaldefs.o -lslatec -ldal -lutils -lerror -lgfortran -lcfitsio -ldl -lm -L. sed -e "s/DOC/caloalutils/" -e "s/TYPE/user/" < \ /workspaces/sas/packages/sas/doc/lib/package.tex | /workspaces/sas/packages/sas/bin/texcombine | \ /workspaces/sas/packages/sas/bin/fixdoc -type=user caloalutils 1.126 caloalutils 22.0.0-352970877-20240708 > caloalutils.tex including sasuser... including sasglobal... including caloalutils_description... latex caloalutils < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex caloalutils < /dev/null > makedoc.log make[5]: [/workspaces/sas/Make.include:1062: caloalutils.ps.gz] Error 2 (ignored) latex caloalutils < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex caloalutils < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o caloalutils.ps caloalutils > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf caloalutils > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f caloalutils.ps SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /workspaces/sas/packages/sas/doc/lib/latex2html.init caloalutils > /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 /usr/bin/echo "" mkpkgidx -t . > /dev/null || (rm -f caloalutils/index.pl ; exit 1) pointer=caloalutils/ChangeLog ; \ target=../../../packages/caloalutils/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi rm caloalutils.tex g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. stringpool.cc g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o stringpool stringpool.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. celestial.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/CalOalUtility.h:57, from celestial.cc:25: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 /workspaces/sas/include/CalOalUtility.h:59: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child
, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ /workspaces/sas/include/CalOalUtility.h:249:38: warning: ‘template struct std::binary_function’ is deprecated [-Wdeprecated-declarations] 249 | class mem_fun_bin_op_t : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/string:49, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/locale_classes.h:40, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/ios_base.h:41, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/ios:44, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/ostream:40, from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/iostream:41, from celestial.cc:20: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ In file included from celestial.cc:26: /workspaces/sas/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o celestial celestial.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils odfdesignator.f90 g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o odfdesignator odfdesignator.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. orbitsim.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from /workspaces/sas/include/Xmm.h:114, from orbitsim.cc:24: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 /workspaces/sas/include/Xmm.h:117: /workspaces/sas/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o orbitsim orbitsim.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. testproxy.cc g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o testproxy testproxy.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. testimage.cc In file included from ../src/Image.h:56, from testimage.cc:20: /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:730:7: note: by ‘Column& Column::operator=(const Column&)’ 730 | class Column : public virtual DataComponent, public virtual Attributable, public virtual Child
, public virtual Seekable | ^~~~~~ /workspaces/sas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/sas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o testimage testimage.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. testodfdesig.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from /workspaces/sas/include/Xmm.h:114, from /workspaces/sas/include/OdfDesignators.h:51, from testodfdesig.cc:19: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 /workspaces/sas/include/Xmm.h:117: /workspaces/sas/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o testodfdesig testodfdesig.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. testxmm.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from ../src/Xmm.h:114, from testxmm.cc:17: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 ../src/Xmm.h:117: ../src/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o testxmm testxmm.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. statevar.cc g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o statevar statevar.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. xmm.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/sas/include/utils/stringutil.h:27, from /workspaces/sas/include/utils/StringIntMap.h:97, from /workspaces/sas/include/utils/STime.h:128, from /workspaces/sas/include/Xmm.h:114, from xmm.cc:21: /sasbuild/tools/gcc-13.3.0/include/c++/13.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 /workspaces/sas/include/Xmm.h:117: /workspaces/sas/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 73 | const std::string &name = "Unknown") throw(BadLattitude); | ^~~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o xmm xmm.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils xmmf90.f90 g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o xmmf90 xmmf90.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. interpolator.cc g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o interpolator interpolator.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/sas/include/config-std.h -imacros /workspaces/sas/config.h -I/workspaces/sas/include -I/workspaces/sas/include/dal -I/workspaces/sas/include/utils -I. spr2482.cc g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/sas/lib -o spr2482 spr2482.o -lcaloalutils -lslatec -ldal -lerror -lutils -lgfortran -lcfitsio -ldl -lm -L. Testing teststringpool ... passed Testing celestial ... passed Testing odfdesignator ... passed Testing orbitsim ... passed Testing testproxy ... passed Testing testimage ... passed Testing testodfdesig ... passed Testing testxmm ... passed Testing statevar ... passed Testing xmm ... passed Testing xmmf90 ... passed Testing interpolator ... passed Testing spr2482 ... passed