

--- Dependency check [begin] ---


--- Dependency check [end] ---



--- Distribution check [begin] ---

Version 3.262 - 2026-04-12 (AI)
Information: this ChangeLog entry matches the version number:
 Version 3.262 - 2026-04-12 (AI)

Now checking git repository...


--- Distribution check [end] ---

Dependencies for calcxx
Dependencies for calf90
Dependencies for calviewbase
Dependencies for cal
Dependencies for mode
Dependencies for calsample
Dependencies for calviewdummy
Dependencies for calrawxy2mm
Dependencies for calrawxy2mm2
Dependencies for calrawxy2mm3
Dependencies for calrawxy2mm4
Dependencies for emosredist
Dependencies for calepngaincti
Dependencies for binnedaxes
Dependencies for rgsaduconv
Dependencies for rgsbackground
Dependencies for rgsredist
Dependencies for abscoef
Dependencies for boresight
Dependencies for epngaps
Dependencies for epnreject
Dependencies for filtertrans
Dependencies for contamination
Dependencies for fwc
Dependencies for flare
Dependencies for swcx
Dependencies for spdet
Dependencies for scalefactor
Dependencies for quantumef
Dependencies for calchiptopix
Dependencies for psftest
Dependencies for disppsf
Dependencies for rgseffarea
Dependencies for eetest
Dependencies for rgatest
Dependencies for sky2pix
Dependencies for onCcd
Dependencies for outoffov
Dependencies for bspixel
Dependencies for rowcoord
Dependencies for rgspixel
Dependencies for caldatavector
Dependencies for tocc1
Dependencies for setstate
Dependencies for omfluxtest
Dependencies for rgshtrbg
Dependencies for pixchippix
Dependencies for specqual
Dependencies for timjumptest
Dependencies for rgssaacorr
Dependencies for epoch
Dependencies for calexample_emos
Dependencies for calexample_epn
Dependencies for calexample_rgs
Dependencies for calexample_om
Dependencies for caltest_emos
Dependencies for caltest_epn
Dependencies for caltest_flare
Dependencies for caltest_fwc
Dependencies for caltest_swcx
Dependencies for caltest_spdet
Dependencies for caltest_scalefactor
Dependencies for caltest_rgs
Dependencies for caltest_om
Dependencies for caltest_misc
Dependencies for vectorconv
Dependencies for epntime
Dependencies for psftest
Dependencies for vigtest
Dependencies for sky2pix
Dependencies for timejumptest
Dependencies for eqpbtest
( test -h caltypes.f90 || ln -s ../../f90/caltypes.f90 . )
( test -h cal.f90 || ln -s ../../f90/cal.f90 . )
( test -h calsample.cc || ln -s ../../cxxtest/calsample.cc . )
( test -h calexample_emos.f90 || ln -s ../../f90test/calexample_emos.f90 . )
( test -h calexample_epn.f90 || ln -s ../../f90test/calexample_epn.f90 . )
( test -h calexample_rgs.f90 || ln -s ../../f90test/calexample_rgs.f90 . )
( test -h calexample_om.f90 || ln -s ../../f90test/calexample_om.f90 . )
( test -h caloaldefs.f90 || ln -s ../../../../include/caloaldefs.f90 . )
( test -h Xmm.h || ln -s ../../../../include/Xmm.h . )
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I.  AbsorptionDataServer.cc
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/strstream:50,
                 from /harness/include/utils/stringutil.h:27,
                 from /harness/include/CalOalUtility.h:57,
                 from AbsorptionDataServer.cc:43:
/sasbuild/tools/gcc-14.3.0/include/c++/14.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 /harness/include/CalOalUtility.h:59:
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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>
      |       ^~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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 >
      |       ^~~~~
/harness/include/CalOalUtility.h:249:38: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/functional:49,
                 from /harness/include/CalOalUtility.h:49:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
In file included from /harness/include/Xmm.h:117,
                 from /harness/include/Ccf.h:62,
                 from AbsorptionDataServer.h:52,
                 from AbsorptionDataServer.cc:45:
/harness/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I.  BackgroundDataServer.cc
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/strstream:50,
                 from /harness/include/utils/stringutil.h:27,
                 from /harness/include/utils/StringIntMap.h:97,
                 from /harness/include/utils/STime.h:128,
                 from /harness/include/Xmm.h:114,
                 from /harness/include/Ccf.h:62,
                 from BackgroundDataServer.h:44,
                 from BackgroundDataServer.cc:41:
/sasbuild/tools/gcc-14.3.0/include/c++/14.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 /harness/include/Ccf.h:61:
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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>
      |       ^~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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 /harness/include/Xmm.h:117:
/harness/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from BackgroundDataServer.h:45:
CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
BackgroundDataServer.h:79:14: note:   by ‘void BackgroundDataServer::dump(std::ostream&) const’
   79 |         void dump(std::ostream &) const {}
      |              ^~~~
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I.  BadPixelDataServer.cc
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/strstream:50,
                 from /harness/include/utils/stringutil.h:27,
                 from /harness/include/CalOalUtility.h:57,
                 from BadPixelDataServer.cc:62:
/sasbuild/tools/gcc-14.3.0/include/c++/14.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 /harness/include/CalOalUtility.h:59:
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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>
      |       ^~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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 >
      |       ^~~~~
/harness/include/CalOalUtility.h:249:38: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/functional:49,
                 from BadPixelDataServer.cc:58:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
In file included from /harness/include/Xmm.h:117,
                 from CalServer.h:61,
                 from BadPixelDataServer.cc:63:
/harness/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from CalServer.h:63:
CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from CalAtomServer.h:53,
                 from CalServer.h:64:
BackgroundDataServer.h:79:14: note:   by ‘void BackgroundDataServer::dump(std::ostream&) const’
   79 |         void dump(std::ostream &) const {}
      |              ^~~~
In file included from BadPixelDataServer.h:49,
                 from CalAtomServer.h:54:
/harness/include/BadPixelMap.h:152:21: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from GeometryDataServer.h:95,
                 from Boresight.h:62,
                 from CalAtomServer.h:55:
/harness/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  250 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  263 |                 throw(UnexpressionableRegion);
      |                 ^~~~~
/harness/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  335 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  419 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  510 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  551 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  597 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  704 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  853 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/harness/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  891 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from CalAtomServer.h:57:
CalAtomsMisc.h:117:14: note:   by ‘void HkWindows::dump() const’
  117 |         void dump() const;
      |              ^~~~
CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from CalAtomServer.h:79:
OmPsfDataServer.h:70:22: note:   by ‘virtual void OmPsf::dump(std::ostream&) const’
   70 |         virtual void dump(std::ostream &os) const;
      |                      ^~~~
In file included from CalState.h:52,
                 from CalServer.h:65:
/harness/include/StateVariable.h: In member function ‘void StateVariable<Type>::activate() const’:
/harness/include/StateVariable.h:264:41: error: assignment of member ‘StateVariable<Type>::_active’ in read-only object
  264 |         void activate() const { _active = true; }
      |                                 ~~~~~~~~^~~~~~
/harness/include/StateVariable.h: In member function ‘void StateVariable<Type>::deactivate() const’:
/harness/include/StateVariable.h:265:43: error: assignment of member ‘StateVariable<Type>::_active’ in read-only object
  265 |         void deactivate() const { _active = false; }
      |                                   ~~~~~~~~^~~~~~~
BadPixelDataServer.cc: In constructor ‘CalAtomCollection<AtomType>::CalAtomCollection(const XmmInstrument*, const Ccf*, Filter, AccuracyLevel) [with AtomType = BadPixelDataServer; Filter = Xmm::Filter]’:
BadPixelDataServer.cc:211:58: warning: ‘std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = less<short int>; _Tp = int]’ is deprecated: use 'std::bind' instead [-Wdeprecated-declarations]
  211 |                                                   bind2nd(less<short>(), 0)), modeVec.end());
      |                                                   ~~~~~~~^~~~~~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:1435:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/binders.h:172:5: note: declared here
  172 |     bind2nd(const _Operation& __fn, const _Tp& __x)
      |     ^~~~~~~
make[6]: *** [/harness/Make.include:916: BadPixelDataServer.o] Error 1
make[5]: *** [/harness/Make.include:1307: libs.here] Error 2
make[4]: *** [/harness/Make.include:953: bin] Error 2
sed -e "s/DOC/cal/" -e "s/TYPE/user/" < \
/harness/packages/sas/doc/lib/package.tex | /harness/packages/sas/bin/texcombine | \
/harness/packages/sas/bin/fixdoc -type=user cal 3.262 cal 22.1.0-cc5ec27-20260505 > cal.tex
   including sasuser...
      including sasglobal...
   including cal_description...
      including ../../caloalutils/doc/caloalcommon...
      including errorlabels...

latex cal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
bibtex cal < /dev/null > makedoc.log
latex cal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
latex cal < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 )
dvips -o cal.ps cal > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 )
dvipdf cal > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) 
gzip -f cal.ps
SASRELDIR=../../.. ;\
export SASRELDIR ;\
latex2html -nouse_pdftex -init_file /harness/packages/sas/doc/lib/latex2html.init cal > /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 cal/index.pl ; exit 1)
pointer=cal/ChangeLog ; \
target=../../../packages/cal/ChangeLog ; \
if [ -f $target -a \( ! -h $pointer \) ] ; then \
  ln -s ../$target $pointer ; \
fi
rm cal.tex
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_CAL -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  calsample.cc
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/strstream:50,
                 from /harness/include/utils/stringutil.h:27,
                 from /harness/include/utils/StringIntMap.h:97,
                 from /harness/include/utils/STime.h:128,
                 from /harness/include/Xmm.h:114,
                 from /harness/include/CalServer.h:61,
                 from calsample.cc:21:
/sasbuild/tools/gcc-14.3.0/include/c++/14.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 /harness/include/Xmm.h:117:
/harness/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /harness/include/Ccf.h:61,
                 from /harness/include/CalServer.h:62:
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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>
      |       ^~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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 /harness/include/CalServer.h:63:
/harness/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /harness/include/CalAtomServer.h:53,
                 from /harness/include/CalServer.h:64:
/harness/include/BackgroundDataServer.h:79:14: note:   by ‘void BackgroundDataServer::dump(std::ostream&) const’
   79 |         void dump(std::ostream &) const {}
      |              ^~~~
In file included from /harness/include/BadPixelDataServer.h:49,
                 from /harness/include/CalAtomServer.h:54:
/harness/include/BadPixelMap.h:152:21: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/string:49,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h:40,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h:41,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/ios:44,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/ostream:40,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/iostream:41,
                 from calsample.cc:20:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /harness/include/GeometryDataServer.h:95,
                 from /harness/include/Boresight.h:62,
                 from /harness/include/CalAtomServer.h:55:
/harness/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  250 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  263 |                 throw(UnexpressionableRegion);
      |                 ^~~~~
/harness/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  335 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  419 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  510 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  551 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  597 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  704 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  853 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/harness/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  891 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/harness/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /harness/include/CalAtomServer.h:57:
/harness/include/CalAtomsMisc.h:117:14: note:   by ‘void HkWindows::dump() const’
  117 |         void dump() const;
      |              ^~~~
In file included from /harness/include/OmFluxConverter.h:53,
                 from /harness/include/CalAtomServer.h:77:
/harness/include/CalOalUtility.h:249:38: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/harness/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /harness/include/CalAtomServer.h:79:
/harness/include/OmPsfDataServer.h:70:22: note:   by ‘virtual void OmPsf::dump(std::ostream&) const’
   70 |         virtual void dump(std::ostream &os) const;
      |                      ^~~~
In file included from /harness/include/CalState.h:52,
                 from /harness/include/CalServer.h:65:
/harness/include/StateVariable.h: In member function ‘void StateVariable<Type>::activate() const’:
/harness/include/StateVariable.h:264:41: error: assignment of member ‘StateVariable<Type>::_active’ in read-only object
  264 |         void activate() const { _active = true; }
      |                                 ~~~~~~~~^~~~~~
/harness/include/StateVariable.h: In member function ‘void StateVariable<Type>::deactivate() const’:
/harness/include/StateVariable.h:265:43: error: assignment of member ‘StateVariable<Type>::_active’ in read-only object
  265 |         void deactivate() const { _active = false; }
      |                                   ~~~~~~~~^~~~~~~
make[5]: *** [/harness/Make.include:916: calsample.o] Error 1
make[4]: *** [/harness/Make.include:953: tests] Error 2
g++ -c -Wall -DGFORTRAN -std=gnu++14 -g  -fPIC -DUSE_CAL -DUSE_DAL -DUSE_POPUP -include /harness/include/config-std.h -imacros /harness/config.h -I/harness/include -I/harness/include/dal -I/harness/include/utils -I/sasbuild/tools/qt-x11-free/include -I.  calsample.cc
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/backward/strstream:50,
                 from /harness/include/utils/stringutil.h:27,
                 from /harness/include/utils/StringIntMap.h:97,
                 from /harness/include/utils/STime.h:128,
                 from /harness/include/Xmm.h:114,
                 from /harness/include/CalServer.h:61,
                 from calsample.cc:21:
/sasbuild/tools/gcc-14.3.0/include/c++/14.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 /harness/include/Xmm.h:117:
/harness/include/EarthPositionLocator.h:73:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
   73 |                                 const std::string &name = "Unknown") throw(BadLattitude);
      |                                                                      ^~~~~
In file included from /harness/include/Ccf.h:61,
                 from /harness/include/CalServer.h:62:
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:547:22: note:   by ‘virtual DataSet& DataSet::operator=(const DataSet&)’
  547 |     virtual DataSet& operator=( const DataSet& ) = 0;
      |                      ^~~~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:600:7: note:   by ‘Block& Block::operator=(const Block&)’
  600 | class Block : public virtual Attributable, public virtual Child<DataSet>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/include/Dal.h:632:7: note:   by ‘Table& Table::operator=(const Table&)’
  632 | class Table : public virtual Block, public virtual Seekable<unsigned long>
      |       ^~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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>
      |       ^~~~~~
/harness/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=]
  423 |     virtual Attributable& operator=( const Attributable& ) = 0;
      |                           ^~~~~~~~
/harness/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 /harness/include/CalServer.h:63:
/harness/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /harness/include/CalAtomServer.h:53,
                 from /harness/include/CalServer.h:64:
/harness/include/BackgroundDataServer.h:79:14: note:   by ‘void BackgroundDataServer::dump(std::ostream&) const’
   79 |         void dump(std::ostream &) const {}
      |              ^~~~
In file included from /harness/include/BadPixelDataServer.h:49,
                 from /harness/include/CalAtomServer.h:54:
/harness/include/BadPixelMap.h:152:21: warning: ‘template<class _Arg, class _Result> struct std::unary_function’ is deprecated [-Wdeprecated-declarations]
  152 |         public std::unary_function<const BadPixelMapType::value_type &, bool> {
      |                     ^~~~~~~~~~~~~~
In file included from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/string:49,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/locale_classes.h:40,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/ios_base.h:41,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/ios:44,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/ostream:40,
                 from /sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/iostream:41,
                 from calsample.cc:20:
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:117:12: note: declared here
  117 |     struct unary_function
      |            ^~~~~~~~~~~~~~
In file included from /harness/include/GeometryDataServer.h:95,
                 from /harness/include/Boresight.h:62,
                 from /harness/include/CalAtomServer.h:55:
/harness/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  250 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  263 |                 throw(UnexpressionableRegion);
      |                 ^~~~~
/harness/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  335 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  419 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  510 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  551 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  597 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  704 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |                         throw(UnexpressionableRegion);
      |                         ^~~~~
/harness/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  853 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/harness/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  891 |                                                                                                 throw(UnexpressionableRegion);
      |                                                                                                 ^~~~~
/harness/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /harness/include/CalAtomServer.h:57:
/harness/include/CalAtomsMisc.h:117:14: note:   by ‘void HkWindows::dump() const’
  117 |         void dump() const;
      |              ^~~~
In file included from /harness/include/OmFluxConverter.h:53,
                 from /harness/include/CalAtomServer.h:77:
/harness/include/CalOalUtility.h:249:38: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations]
  249 | class mem_fun_bin_op_t : public std::binary_function<const T*, R, bool> {
      |                                      ^~~~~~~~~~~~~~~
/sasbuild/tools/gcc-14.3.0/include/c++/14.3.0/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
/harness/include/CalAtomsBase.h:178:22: warning: ‘virtual void CalAtom::dump(std::ostream&)’ was hidden [-Woverloaded-virtual=]
  178 |         virtual void dump(ostream &) {
      |                      ^~~~
In file included from /harness/include/CalAtomServer.h:79:
/harness/include/OmPsfDataServer.h:70:22: note:   by ‘virtual void OmPsf::dump(std::ostream&) const’
   70 |         virtual void dump(std::ostream &os) const;
      |                      ^~~~
In file included from /harness/include/CalState.h:52,
                 from /harness/include/CalServer.h:65:
/harness/include/StateVariable.h: In member function ‘void StateVariable<Type>::activate() const’:
/harness/include/StateVariable.h:264:41: error: assignment of member ‘StateVariable<Type>::_active’ in read-only object
  264 |         void activate() const { _active = true; }
      |                                 ~~~~~~~~^~~~~~
/harness/include/StateVariable.h: In member function ‘void StateVariable<Type>::deactivate() const’:
/harness/include/StateVariable.h:265:43: error: assignment of member ‘StateVariable<Type>::_active’ in read-only object
  265 |         void deactivate() const { _active = false; }
      |                                   ~~~~~~~~^~~~~~~
make[6]: *** [/harness/Make.include:916: calsample.o] Error 1
make[5]: *** [/harness/Make.include:953: runtests] Error 2
