--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 4.78 - 2023-08-09 (RDS)
Information: this ChangeLog entry matches the version number:
 Version 4.78 - 2023-08-09 (RDS)

Now checking git repository...


--- Distribution check [end] ---

Dependencies for selectutils
Dependencies for selectcore
SelectParser.cc:203:10: fatal error: SelectParser.hh: No such file or directory
  203 | #include "SelectParser.hh"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[6]: *** [/workspaces/xmm_sas/Make.include:1574: depend.here] Error 1
make[5]: *** [/workspaces/xmm_sas/Make.include:953: depend] Error 2
make[4]: *** [/workspaces/xmm_sas/Make.include:953: depend] Error 2
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  ASCregion.cc
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50,
                 from /workspaces/xmm_sas/include/utils/stringutil.h:27,
                 from ASCregion.cc:64:
/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 ASCregion.h:50,
                 from ASCregion.cc:59:
/workspaces/xmm_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/xmm_sas/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/workspaces/xmm_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/xmm_sas/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/workspaces/xmm_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/xmm_sas/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/workspaces/xmm_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/xmm_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<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/workspaces/xmm_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/xmm_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 ASCregion.h:51:
Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  250 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  263 |                 throw(UnexpressionableRegion);
      |                 ^~~~~
Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  335 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  419 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  510 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  551 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  597 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  704 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  853 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  891 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  ExprTranslator.cc
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50,
                 from /workspaces/xmm_sas/include/utils/stringutil.h:27,
                 from ExprTranslator.cc:50:
/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 \
      |  ^~~~~~~
ExprTranslator.cc: In member function ‘virtual std::string DsplotRegionSpecification::toSelectlibExpression(const std::string&) const’:
ExprTranslator.cc:310:20: warning: variable ‘y1’ set but not used [-Wunused-but-set-variable]
  310 |                    y1 = 0.,
      |                    ^~
ExprTranslator.cc:312:20: warning: variable ‘y2’ set but not used [-Wunused-but-set-variable]
  312 |                    y2 = 0.;
      |                    ^~
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  Filename.cc
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  Gti.cc
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  OGIPgti.cc
In file included from OGIPgti.h:46,
                 from OGIPgti.cc:59:
/workspaces/xmm_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/xmm_sas/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/workspaces/xmm_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/xmm_sas/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/workspaces/xmm_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/xmm_sas/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/workspaces/xmm_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/xmm_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<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/workspaces/xmm_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/xmm_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/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  Region.cc
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50,
                 from /workspaces/xmm_sas/include/utils/stringutil.h:27,
                 from Region.cc:61:
/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 Region.cc:58:
/workspaces/xmm_sas/include/utils/boost/functional.hpp:150:23: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  150 |         : public std::unary_function<typename unary_traits<Predicate>::argument_type,bool>
      |                       ^~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/functional:49,
                 from Region.cc:56:
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:184:23: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  184 |         : public std::binary_function<typename binary_traits<Predicate>::first_argument_type,
      |                       ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:221:23: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  221 |         : public std::unary_function<typename binary_traits<Operation>::second_argument_type,
      |                       ^~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:267:23: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  267 |         : public std::unary_function<typename binary_traits<Operation>::first_argument_type,
      |                       ^~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:312:35: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  312 |     class mem_fun_t : public std::unary_function<T*, S>
      |                                   ^~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:328:36: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  328 |     class mem_fun1_t : public std::binary_function<T*, A, S>
      |                                    ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:344:41: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  344 |     class const_mem_fun_t : public std::unary_function<const T*, S>
      |                                         ^~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:360:42: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  360 |     class const_mem_fun1_t : public std::binary_function<const T*, A, S>
      |                                          ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:405:39: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  405 |     class mem_fun_ref_t : public std::unary_function<T&, S>
      |                                       ^~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:421:40: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  421 |     class mem_fun1_ref_t : public std::binary_function<T&, A, S>
      |                                        ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:437:45: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  437 |     class const_mem_fun_ref_t : public std::unary_function<const T&, S>
      |                                             ^~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:454:46: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  454 |     class const_mem_fun1_ref_t : public std::binary_function<const T&, A, S>
      |                                              ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:500:51: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  500 |     class pointer_to_unary_function : public std::unary_function<Arg,Result>
      |                                                   ^~~~~~~~~~~~~~
/sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
/workspaces/xmm_sas/include/utils/boost/functional.hpp:524:52: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  524 |     class pointer_to_binary_function : public std::binary_function<Arg1,Arg2,Result>
      |                                                    ^~~~~~~~~~~~~~~
/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 Region.cc:59:
Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  250 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  263 |                 throw(UnexpressionableRegion);
      |                 ^~~~~
Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  335 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  419 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  510 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  551 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  597 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  704 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  853 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  891 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
Region.cc:113:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  113 | const throw(UnexpressionableRegion)
      |       ^~~~~
Region.cc:127:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  127 | throw(UnexpressionableRegion)
      | ^~~~~
Region.cc:178:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  178 |                         throw(UnexpressionableRegion)
      |                         ^~~~~
Region.cc:186:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  186 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.cc:190:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  190 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.cc:205:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  205 |         throw(UnexpressionableRegion)
      |         ^~~~~
Region.cc:215:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  215 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:220:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  220 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:238:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  238 |         throw(UnexpressionableRegion)
      |         ^~~~~
Region.cc:264:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  264 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:268:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  268 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:292:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  292 |                                                                                                 throw(UnexpressionableRegion)
      |                                                                                                 ^~~~~
Region.cc:334:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  334 |                                                                                                 throw(UnexpressionableRegion)
      |                                                                                                 ^~~~~
Region.cc:438:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  438 |         throw(UnexpressionableRegion)
      |         ^~~~~
Region.cc:460:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  460 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:469:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  469 |         throw(UnexpressionableRegion)
      |         ^~~~~
Region.cc:494:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  494 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:503:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  503 |         throw(UnexpressionableRegion)
      |         ^~~~~
Region.cc:519:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  519 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:536:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  536 |   throw(UnexpressionableRegion);
      |   ^~~~~
Region.cc:547:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  547 |   throw(UnexpressionableRegion)
      |   ^~~~~
Region.cc:568:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  568 |         throw(UnexpressionableRegion)
      |         ^~~~~
Region.cc:582:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  582 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:589:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  589 |         throw(UnexpressionableRegion)
      |         ^~~~~
Region.cc:603:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  603 |         throw(UnexpressionableRegion);
      |         ^~~~~
Region.cc:606:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  606 |         throw(UnexpressionableRegion);
      |         ^~~~~
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  SelectError.cc
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  SelectWCS.cc
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50,
                 from /workspaces/xmm_sas/include/utils/stringutil.h:27,
                 from SelectWCS.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 \
      |  ^~~~~~~
In file included from SelectWCS.h:46,
                 from SelectWCS.cc:49:
/workspaces/xmm_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/xmm_sas/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/workspaces/xmm_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/xmm_sas/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/workspaces/xmm_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/xmm_sas/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/workspaces/xmm_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/xmm_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<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/workspaces/xmm_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/xmm_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/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  SetTableColumn.cc
In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50,
                 from /workspaces/xmm_sas/include/utils/stringutil.h:27,
                 from SetTableColumn.cc:49:
/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 SetTableColumn.h:49,
                 from SetTableColumn.cc:50:
/workspaces/xmm_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/xmm_sas/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/workspaces/xmm_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/xmm_sas/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/workspaces/xmm_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/xmm_sas/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/workspaces/xmm_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/xmm_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<Table>, public virtual Seekable<unsigned long>
      |       ^~~~~~
/workspaces/xmm_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/xmm_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/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  StandardPolygon.cc
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  TriangulatablePolygon.cc
In file included from TriangulatablePolygon.h:49,
                 from TriangulatablePolygon.cc:62:
Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  250 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  263 |                 throw(UnexpressionableRegion);
      |                 ^~~~~
Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  335 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  419 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  510 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  551 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  597 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  704 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  853 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  891 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
TriangulatablePolygon.h:58:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   58 |                 throw(IntersectingSegments);
      |                 ^~~~~
TriangulatablePolygon.cc:264:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  264 |                 throw(IntersectingSegments)
      |                 ^~~~~
TriangulatablePolygon.cc: In member function ‘void TriangulatablePolygon::add_segment(int) const’:
TriangulatablePolygon.cc:1024:34: warning: variable ‘i_d1’ set but not used [-Wunused-but-set-variable]
 1024 |                                  i_d1 = false;
      |                                  ^~~~
TriangulatablePolygon.cc:696:14: warning: variable ‘tritop’ set but not used [-Wunused-but-set-variable]
  696 |         bool tritop = false;
      |              ^~~~~~
TriangulatablePolygon.cc: In member function ‘int TriangulatablePolygon::traverse_polygon(int, int, int, int) const’:
TriangulatablePolygon.cc:1509:14: warning: variable ‘do_switch’ set but not used [-Wunused-but-set-variable]
 1509 |         bool do_switch = false;
      |              ^~~~~~~~~
/usr/bin/ar cur libselectutils.a ASCregion.o ExprTranslator.o Filename.o Gti.o OGIPgti.o Region.o SelectError.o SelectWCS.o SetTableColumn.o StandardPolygon.o TriangulatablePolygon.o
ranlib libselectutils.a
g++ -shared -Wl,-h,libselectutils.so -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o libselectutils.so ASCregion.o ExprTranslator.o Filename.o Gti.o OGIPgti.o Region.o SelectError.o SelectWCS.o SetTableColumn.o StandardPolygon.o TriangulatablePolygon.o -ldal -lerror -lutils  -lgfortran -lcfitsio -ldl -lm -L. 
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmm_sas/include/config-std.h -imacros /workspaces/xmm_sas/config.h -I/workspaces/xmm_sas/include -I/workspaces/xmm_sas/include/dal -I/workspaces/xmm_sas/include/utils -I.  SelectParser.cc
SelectParser.cc:203:10: fatal error: SelectParser.hh: No such file or directory
  203 | #include "SelectParser.hh"
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[7]: *** [/workspaces/xmm_sas/Make.include:916: SelectParser.o] Error 1
make[6]: *** [/workspaces/xmm_sas/Make.include:1307: libs.here] Error 2
make[5]: *** [/workspaces/xmm_sas/Make.include:953: bin] Error 2
make[4]: *** [/workspaces/xmm_sas/Make.include:953: bin] Error 2
sed -e "s/DOC/selectlib/" -e "s/TYPE/devel/" < \
/workspaces/xmm_sas/packages/sas/doc/lib/package.tex | /workspaces/xmm_sas/packages/sas/bin/texcombine | \
/workspaces/xmm_sas/packages/sas/bin/fixdoc -type=devel selectlib 4.78 selectlib 22.0.0-d389c6db6-20241028 > selectlib.tex
   including sasdevel...
      including sasglobal...
   including selectlib_description...

latex selectlib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
bibtex selectlib < /dev/null > makedoc.log
latex selectlib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
latex selectlib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
dvips -o selectlib.ps selectlib > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 )
dvipdf selectlib > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) 
gzip -f selectlib.ps
SASRELDIR=../../.. ;\
export SASRELDIR ;\
latex2html -nouse_pdftex -init_file /workspaces/xmm_sas/packages/sas/doc/lib/latex2html.init selectlib > /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) 2024.1 (TeX Live 2024)  Copyright 2024 Radical Eye Software (www.radicaleye.com)
' TeX output 2024.10.28:1441' -> images.ps
</sasbuild/tools/texlive/texmf-dist/dvips/base/tex.pro>
</sasbuild/tools/texlive/texmf-dist/dvips/l3backend/l3backend-dvips.pro>
</sasbuild/tools/texlive/texmf-dist/dvips/base/texps.pro>
</sasbuild/tools/texlive/texmf-dist/dvips/base/special.pro>. 
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi7.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr7.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt8.pfb>
</sasbuild/tools/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy7.pfb>
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] 
[18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] 
[33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] 
[48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] 
[63] [64] [65] [66] 
/usr/bin/echo ""

mkpkgidx -t . > /dev/null || (rm -f selectlib/index.pl ; exit 1)
pointer=selectlib/ChangeLog ; \
target=../../../packages/selectlib/ChangeLog ; \
if [ -f $target -a \( ! -h $pointer \) ] ; then \
  ln -s ../$target $pointer ; \
fi
rm selectlib.tex
Missing Make.depends - first do 'make depend'
make[6]: *** [/workspaces/xmm_sas/Make.include:1973: tests] Error 1
make[5]: *** [/workspaces/xmm_sas/Make.include:953: tests] Error 2
make[4]: *** [/workspaces/xmm_sas/Make.include:953: tests] Error 2
Testing past_ly ... passed
g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas/lib -o exprparse  -lgfortran -lcfitsio -ldl -lm -L. 
/lib/../lib64/crt1.o: In function `_start':
(.text+0x24): undefined reference to `main'
collect2: error: ld returned 1 exit status
make[6]: *** [/workspaces/xmm_sas/Make.include:1501: exprparse] Error 1
make[5]: *** [/workspaces/xmm_sas/Make.include:953: runtests] Error 2