--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 2.67 - 2019-02-28 (AI) Information: this ChangeLog entry matches the version number: Version 2.67 - 2019-02-28 (AI) Information: ./config/multixmmselect.par is an XML parameter file, I cannot yet validate it. Skipped. Information: ./config/xmmselect.par is an XML parameter file, I cannot yet validate it. Skipped. Now checking git repository... --- Distribution check [end] --- /workspaces/xmm_sas_rhel_8.6/packages/sas/bin/sastaskhdr_gfortran xmmselect 2.67 xmmselect 22.0.0-75a3bbbeb-20240730 > xmmselect.h /workspaces/xmm_sas_rhel_8.6/packages/sas/bin/sastaskhimp xmmselect 2.67 xmmselect 22.0.0-75a3bbbeb-20240730 > xmmselect_h_imp.cc /workspaces/xmm_sas_rhel_8.6/packages/sas/bin/sastaskhdr_gfortran multixmmselect 2.67 xmmselect 22.0.0-75a3bbbeb-20240730 > multixmmselect.h /workspaces/xmm_sas_rhel_8.6/packages/sas/bin/sastaskhimp multixmmselect 2.67 xmmselect 22.0.0-75a3bbbeb-20240730 > multixmmselect_h_imp.cc T=xmmselect ;\ sed "s/taskname/$T/g" /workspaces/xmm_sas_rhel_8.6/packages/taskmain/src/task_mod.f90 > xmmselect_f_mod.f90 T=multixmmselect ;\ sed "s/taskname/$T/g" /workspaces/xmm_sas_rhel_8.6/packages/taskmain/src/task_mod.f90 > multixmmselect_f_mod.f90 T=xmmselect ;\ sed "s/taskname/$T/g" /workspaces/xmm_sas_rhel_8.6/packages/taskmain/src/task_f.cc | sed "s/taskproc/$T_/g" > xmmselect_f.cc T=multixmmselect ;\ sed "s/taskname/$T/g" /workspaces/xmm_sas_rhel_8.6/packages/taskmain/src/task_f.cc | sed "s/taskproc/$T_/g" > multixmmselect_f.cc Dependencies for xmmselect Dependencies for multixmmselect g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. xmmselect_h_imp.cc In file included from /workspaces/xmm_sas_rhel_8.6/include/DalRegister.h:27, from xmmselect_h_imp.cc:12: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 > | ^~~~~ gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC xmmselect_f_mod.f90 g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. xmmselect_f.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. TableInquiry.cc In file included from TableInquiry.h:42, from TableInquiry.cc:44: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/DataSubspace.h:39, from TableInquiry.cc:46: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/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_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. xmmselect.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from xmmselect.cc:63: /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 xmmselect.cc:61: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ In file included from TableInquiry.h:42, from XmmSelectServer.h:47: /workspaces/xmm_sas_rhel_8.6/include/Dal.h: At global scope: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. XmmSelectServer.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from XmmSelectServer.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 \ | ^~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ In file included from TableInquiry.h:42, from XmmSelectServer.h:47: /workspaces/xmm_sas_rhel_8.6/include/Dal.h: At global scope: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 > | ^~~~~ XmmSelectServer.cc: In destructor ‘virtual XmmSelectServer::~XmmSelectServer()’: XmmSelectServer.cc:136:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 136 | if (_tableInquiry != 0) | ^~ XmmSelectServer.cc:137:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 137 | delete _tableInquiry; _tableInquiry = 0; | ^~~~~~~~~~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. XmmSelectGui.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from XmmSelectGui.cc:102: /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 \ | ^~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ In file included from TableInquiry.h:42, from XmmSelectServer.h:47: /workspaces/xmm_sas_rhel_8.6/include/Dal.h: At global scope: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/grace/Grace.h:22, from TaskLauncher.h:66, from XmmSelectGui.cc:107: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/ExceptionErrorHandler.h:64, from TaskLauncher.h:70: /workspaces/xmm_sas_rhel_8.6/include/SimpleHandler.h:43:17: warning: ‘virtual ErrorHandler& SimpleHandler::operator=(const ErrorHandler&)’ was hidden [-Woverloaded-virtual=] 43 | ErrorHandler& operator=(const ErrorHandler& h) { | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/ExceptionErrorHandler.h:66:7: note: by ‘ExceptionErrorHandler& ExceptionErrorHandler::operator=(const ExceptionErrorHandler&)’ 66 | class ExceptionErrorHandler : public SimpleHandler | ^~~~~~~~~~~~~~~~~~~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/Xmm.h:117, from /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:61, from XmmSelectGui.cc:122: /workspaces/xmm_sas_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:63: /workspaces/xmm_sas_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:53, from /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:64: /workspaces/xmm_sas_rhel_8.6/include/BackgroundDataServer.h:79:14: note: by ‘void BackgroundDataServer::dump(std::ostream&) const’ 79 | void dump(std::ostream &) const {} | ^~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/BadPixelDataServer.h:49, from /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:54: /workspaces/xmm_sas_rhel_8.6/include/BadPixelMap.h:152:21: warning: ‘template struct std::unary_function’ is deprecated [-Wdeprecated-declarations] 152 | public std::unary_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/sstream:40, from XmmSelectGui.cc:83: /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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:57: /workspaces/xmm_sas_rhel_8.6/include/CalAtomsMisc.h:117:14: note: by ‘void HkWindows::dump() const’ 117 | void dump() const; | ^~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/OmFluxConverter.h:53, from /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:77: /workspaces/xmm_sas_rhel_8.6/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 { | ^~~~~~~~~~~~~~~ /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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:79: /workspaces/xmm_sas_rhel_8.6/include/OmPsfDataServer.h:70:22: note: by ‘virtual void OmPsf::dump(std::ostream&) const’ 70 | virtual void dump(std::ostream &os) const; | ^~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. ColumnSelector.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from ColumnSelector.h:54, from ColumnSelector.cc:67: /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 TableInquiry.h:42, from ColumnSelector.h:40: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. ExprConstructor.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from ExprConstructor.cc:66: /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 \ | ^~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ In file included from TableInquiry.h:42, from XmmSelectServer.h:47: /workspaces/xmm_sas_rhel_8.6/include/Dal.h: At global scope: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/DataSubspace.h:39, from ExprConstructor.cc:70: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/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_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. TaskLauncher.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from TaskLauncher.cc:131: /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/xmm_sas_rhel_8.6/include/TableDescriptor.h:41, from /workspaces/xmm_sas_rhel_8.6/include/Selector.h:54, from /workspaces/xmm_sas_rhel_8.6/include/Evaluator.h:51, from /workspaces/xmm_sas_rhel_8.6/include/DataFilter.h:51, from TaskLauncher.cc:130: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/grace/Grace.h:22, from TaskLauncher.h:66, from TaskLauncher.cc:132: /workspaces/xmm_sas_rhel_8.6/include/Region.h: At global scope: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/ExceptionErrorHandler.h:64, from TaskLauncher.h:70: /workspaces/xmm_sas_rhel_8.6/include/SimpleHandler.h:43:17: warning: ‘virtual ErrorHandler& SimpleHandler::operator=(const ErrorHandler&)’ was hidden [-Woverloaded-virtual=] 43 | ErrorHandler& operator=(const ErrorHandler& h) { | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/ExceptionErrorHandler.h:66:7: note: by ‘ExceptionErrorHandler& ExceptionErrorHandler::operator=(const ExceptionErrorHandler&)’ 66 | class ExceptionErrorHandler : public SimpleHandler | ^~~~~~~~~~~~~~~~~~~~~ /sasbuild/tools/qt-x11-free/bin/moc -o m_XmmSelectServer.cc XmmSelectServer.h g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. m_XmmSelectServer.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from m_XmmSelectServer.cc:11: /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 \ | ^~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ In file included from TableInquiry.h:42, from XmmSelectServer.h:47: /workspaces/xmm_sas_rhel_8.6/include/Dal.h: At global scope: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 > | ^~~~~ /sasbuild/tools/qt-x11-free/bin/moc -o m_XmmSelectGui.cc XmmSelectGui.h g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. m_XmmSelectGui.cc /sasbuild/tools/qt-x11-free/bin/moc -o m_ColumnSelector.cc ColumnSelector.h g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. m_ColumnSelector.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from ColumnSelector.h:54, from m_ColumnSelector.cc:11: /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 TableInquiry.h:42, from ColumnSelector.h:40: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ /sasbuild/tools/qt-x11-free/bin/moc -o m_ExprConstructor.cc ExprConstructor.h g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. m_ExprConstructor.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from ExprConstructor.h:55, from m_ExprConstructor.cc:11: /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 \ | ^~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ /sasbuild/tools/qt-x11-free/bin/moc -o m_TaskLauncher.cc TaskLauncher.h g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. m_TaskLauncher.cc In file included from /workspaces/xmm_sas_rhel_8.6/include/grace/Grace.h:22, from TaskLauncher.h:66, from m_TaskLauncher.cc:11: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ In file included from TableInquiry.h:42, from TaskLauncher.h:69: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 > | ^~~~~ /usr/bin/ar cur libxmmselect.a xmmselect_h_imp.o xmmselect_f_mod.o xmmselect_f.o TableInquiry.o xmmselect.o XmmSelectServer.o XmmSelectGui.o ColumnSelector.o ExprConstructor.o TaskLauncher.o m_XmmSelectServer.o m_XmmSelectGui.o m_ColumnSelector.o m_ExprConstructor.o m_TaskLauncher.o ranlib libxmmselect.a g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. multixmmselect_h_imp.cc In file included from /workspaces/xmm_sas_rhel_8.6/include/DalRegister.h:27, from multixmmselect_h_imp.cc:12: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 > | ^~~~~ gfortran -c -fimplicit-none -fno-range-check -DGFORTRAN -fallow-argument-mismatch -g -fPIC multixmmselect_f_mod.f90 g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. multixmmselect_f.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. multixmmselect.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:80, from XmmSelectServer.h:46, from multixmmselect.cc:30: /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 \ | ^~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h: In member function ‘bool PreferenceValue::asBool() const’: /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:98:57: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 98 | if (s=="FALSE" || s=="NO" || s=="-") | ^~ /workspaces/xmm_sas_rhel_8.6/include/Preferences.h:100:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 100 | errstr<<"`"<<*this<<"' is not a valid boolean" | ^~~~~~ In file included from TableInquiry.h:42, from XmmSelectServer.h:47: /workspaces/xmm_sas_rhel_8.6/include/Dal.h: At global scope: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/ExceptionErrorHandler.h:64, from multixmmselect.cc:33: /workspaces/xmm_sas_rhel_8.6/include/SimpleHandler.h:43:17: warning: ‘virtual ErrorHandler& SimpleHandler::operator=(const ErrorHandler&)’ was hidden [-Woverloaded-virtual=] 43 | ErrorHandler& operator=(const ErrorHandler& h) { | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/include/ExceptionErrorHandler.h:66:7: note: by ‘ExceptionErrorHandler& ExceptionErrorHandler::operator=(const ExceptionErrorHandler&)’ 66 | class ExceptionErrorHandler : public SimpleHandler | ^~~~~~~~~~~~~~~~~~~~~ In file included from multixmmselect.cc:35: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ /usr/bin/ar cur libmultixmmselect.a multixmmselect_h_imp.o multixmmselect_f_mod.o multixmmselect_f.o TableInquiry.o multixmmselect.o XmmSelectServer.o XmmSelectGui.o ColumnSelector.o ExprConstructor.o TaskLauncher.o m_XmmSelectServer.o m_XmmSelectGui.o m_ColumnSelector.o m_ExprConstructor.o m_TaskLauncher.o ranlib libmultixmmselect.a g++ -shared -Wl,-h,libxmmselect.so.2.67 -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o libxmmselect.so.2.67 xmmselect_h_imp.o xmmselect_f_mod.o xmmselect_f.o TableInquiry.o xmmselect.o XmmSelectServer.o XmmSelectGui.o ColumnSelector.o ExprConstructor.o TaskLauncher.o m_XmmSelectServer.o m_XmmSelectGui.o m_ColumnSelector.o m_ExprConstructor.o m_TaskLauncher.o -lmetatask -lpreferences -levselect -ltabcalc -lphasecalc -leregionanalyse -lespecget -lmultiespecget -lepicspeccombine -lecoordconv -lbackscale -lrmfgen -larfgen -lrgslib -ldsrm -ldsplot -ldstoplot -lgrace -limgdisplay -lrgsrmfgen -ldatautils -lselector -lattcalc -lresponselib -lemutils -lguiparam -lselector -lcaloalutils -ldal -lslatec -lguibrowser -lguiutils -lguiqt -lguiutils -ldss -lselector -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -llayout -lerror -lutils -lemosaic -lssc -L/sasbuild/tools/qt-x11-free/lib -lqt -L/sasbuild/tools/qt-x11-free/lib -lqt -lgrace_np -lgfortran -lcfitsio -ldl -lm -L. TaskLauncher.o: In function `EvselectLauncher::extractImage(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, TableColumn const*, TableColumn const*, std::__cxx11::basic_string, std::allocator >)': /workspaces/xmm_sas_rhel_8.6/packages/xmmselect/src/TaskLauncher.cc:409: warning: the use of `tmpnam' is dangerous, better use `mkstemp' g++ -shared -Wl,-h,libmultixmmselect.so.2.67 -Wl,-rpath,\$ORIGIN -Wl,-rpath,\$ORIGIN/../libextra -o libmultixmmselect.so.2.67 multixmmselect_h_imp.o multixmmselect_f_mod.o multixmmselect_f.o TableInquiry.o multixmmselect.o XmmSelectServer.o XmmSelectGui.o ColumnSelector.o ExprConstructor.o TaskLauncher.o m_XmmSelectServer.o m_XmmSelectGui.o m_ColumnSelector.o m_ExprConstructor.o m_TaskLauncher.o -lmetatask -lpreferences -levselect -ltabcalc -lphasecalc -leregionanalyse -lespecget -lmultiespecget -lepicspeccombine -lecoordconv -lbackscale -lrmfgen -larfgen -lrgslib -ldsrm -ldsplot -ldstoplot -lgrace -limgdisplay -lrgsrmfgen -ldatautils -lselector -lattcalc -lresponselib -lemutils -lguiparam -lselector -lcaloalutils -ldal -lslatec -lguibrowser -lguiutils -lguiqt -lguiutils -ldss -lselector -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -llayout -lerror -lutils -lemosaic -lssc -L/sasbuild/tools/qt-x11-free/lib -lqt -L/sasbuild/tools/qt-x11-free/lib -lqt -lgrace_np -lgfortran -lcfitsio -ldl -lm -L. TaskLauncher.o: In function `EvselectLauncher::extractImage(std::__cxx11::basic_string, std::allocator > const&, std::__cxx11::basic_string, std::allocator > const&, TableColumn const*, TableColumn const*, std::__cxx11::basic_string, std::allocator >)': /workspaces/xmm_sas_rhel_8.6/packages/xmmselect/src/TaskLauncher.cc:409: warning: the use of `tmpnam' is dangerous, better use `mkstemp' rm m_TaskLauncher.cc m_XmmSelectGui.cc m_ExprConstructor.cc m_XmmSelectServer.cc m_ColumnSelector.cc T=xmmselect ;\ sed "s/taskname/$T/g" /workspaces/xmm_sas_rhel_8.6/packages/taskmain/src/main.cc | sed "s/VERSION/2.67/g; s/RELEASE/22.0.0-75a3bbbeb-20240730/g; s/PACKAGE/xmmselect/g" > xmmselect_main.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. xmmselect_main.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from xmmselect_main.cc:38: /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/xmm_sas_rhel_8.6/include/Xmm.h:117, from /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:61, from xmmselect_main.cc:43: /workspaces/xmm_sas_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/Ccf.h:61, from /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:62: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:63: /workspaces/xmm_sas_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:53, from /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:64: /workspaces/xmm_sas_rhel_8.6/include/BackgroundDataServer.h:79:14: note: by ‘void BackgroundDataServer::dump(std::ostream&) const’ 79 | void dump(std::ostream &) const {} | ^~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/BadPixelDataServer.h:49, from /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:54: /workspaces/xmm_sas_rhel_8.6/include/BadPixelMap.h:152:21: warning: ‘template struct std::unary_function’ is deprecated [-Wdeprecated-declarations] 152 | public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/string:49, from xmmselect_main.cc:31: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/GeometryDataServer.h:95, from /workspaces/xmm_sas_rhel_8.6/include/Boresight.h:62, from /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:55: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:57: /workspaces/xmm_sas_rhel_8.6/include/CalAtomsMisc.h:117:14: note: by ‘void HkWindows::dump() const’ 117 | void dump() const; | ^~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/OmFluxConverter.h:53, from /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:77: /workspaces/xmm_sas_rhel_8.6/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 { | ^~~~~~~~~~~~~~~ /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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:79: /workspaces/xmm_sas_rhel_8.6/include/OmPsfDataServer.h:70:22: note: by ‘virtual void OmPsf::dump(std::ostream&) const’ 70 | virtual void dump(std::ostream &os) const; | ^~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas_rhel_8.6/lib -o xmmselect xmmselect_main.o -lxmmselect -lmetatask -lpreferences -levselect -ltabcalc -lphasecalc -leregionanalyse -lespecget -lmultiespecget -lepicspeccombine -lecoordconv -lbackscale -lrmfgen -larfgen -lrgslib -ldsrm -ldsplot -ldstoplot -lgrace -limgdisplay -lrgsrmfgen -ldatautils -lselector -lattcalc -lresponselib -lemutils -lguiparam -lselector -lcaloalutils -ldal -lslatec -lguibrowser -lguiutils -lguiqt -lguiutils -ldss -lselector -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -llayout -lerror -lutils -lemosaic -lssc -L/sasbuild/tools/qt-x11-free/lib -lqt -L/sasbuild/tools/qt-x11-free/lib -lqt -lgrace_np -lgfortran -lcfitsio -ldl -lm -L. T=multixmmselect ;\ sed "s/taskname/$T/g" /workspaces/xmm_sas_rhel_8.6/packages/taskmain/src/main.cc | sed "s/VERSION/2.67/g; s/RELEASE/22.0.0-75a3bbbeb-20240730/g; s/PACKAGE/xmmselect/g" > multixmmselect_main.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -DUSE_CAL -DUSE_OAL -DUSE_DAL -DUSE_QT -DUSE_POPUP -include /workspaces/xmm_sas_rhel_8.6/include/config-std.h -imacros /workspaces/xmm_sas_rhel_8.6/config.h -I/workspaces/xmm_sas_rhel_8.6/include -I/workspaces/xmm_sas_rhel_8.6/include/arfgen -I/workspaces/xmm_sas_rhel_8.6/include/attcalc -I/workspaces/xmm_sas_rhel_8.6/include/backscale -I/workspaces/xmm_sas_rhel_8.6/include/dal -I/workspaces/xmm_sas_rhel_8.6/include/datautils -I/workspaces/xmm_sas_rhel_8.6/include/dsplot -I/workspaces/xmm_sas_rhel_8.6/include/dstoplot -I/workspaces/xmm_sas_rhel_8.6/include/ecoordconv -I/workspaces/xmm_sas_rhel_8.6/include/emosaic -I/workspaces/xmm_sas_rhel_8.6/include/emutils -I/workspaces/xmm_sas_rhel_8.6/include/epicspeccombine -I/workspaces/xmm_sas_rhel_8.6/include/eregionanalyse -I/workspaces/xmm_sas_rhel_8.6/include/especget -I/workspaces/xmm_sas_rhel_8.6/include/evselect -I/workspaces/xmm_sas_rhel_8.6/include/grace -I/workspaces/xmm_sas_rhel_8.6/include/guibrowser -I/workspaces/xmm_sas_rhel_8.6/include/guiparam -I/workspaces/xmm_sas_rhel_8.6/include/guiqt -I/workspaces/xmm_sas_rhel_8.6/include/guiutils -I/workspaces/xmm_sas_rhel_8.6/include/imgdisplay -I/workspaces/xmm_sas_rhel_8.6/include/multiespecget -I/workspaces/xmm_sas_rhel_8.6/include/phasecalc -I/workspaces/xmm_sas_rhel_8.6/include/responselib -I/workspaces/xmm_sas_rhel_8.6/include/rgslib -I/workspaces/xmm_sas_rhel_8.6/include/rgsrmfgen -I/workspaces/xmm_sas_rhel_8.6/include/rmfgen -I/workspaces/xmm_sas_rhel_8.6/include/ssc -I/workspaces/xmm_sas_rhel_8.6/include/tabcalc -I/workspaces/xmm_sas_rhel_8.6/include/utils -I/sasbuild/tools/qt-x11-free/include -I/sasbuild/tools/qt-x11-free/include -I. multixmmselect_main.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmm_sas_rhel_8.6/include/utils/stringutil.h:27, from multixmmselect_main.cc:38: /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/xmm_sas_rhel_8.6/include/Xmm.h:117, from /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:61, from multixmmselect_main.cc:43: /workspaces/xmm_sas_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/Ccf.h:61, from /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:62: /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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_rhel_8.6/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/xmm_sas_rhel_8.6/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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:63: /workspaces/xmm_sas_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:53, from /workspaces/xmm_sas_rhel_8.6/include/CalServer.h:64: /workspaces/xmm_sas_rhel_8.6/include/BackgroundDataServer.h:79:14: note: by ‘void BackgroundDataServer::dump(std::ostream&) const’ 79 | void dump(std::ostream &) const {} | ^~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/BadPixelDataServer.h:49, from /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:54: /workspaces/xmm_sas_rhel_8.6/include/BadPixelMap.h:152:21: warning: ‘template struct std::unary_function’ is deprecated [-Wdeprecated-declarations] 152 | public std::unary_function { | ^~~~~~~~~~~~~~ In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/string:49, from multixmmselect_main.cc:31: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/GeometryDataServer.h:95, from /workspaces/xmm_sas_rhel_8.6/include/Boresight.h:62, from /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:55: /workspaces/xmm_sas_rhel_8.6/include/Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/include/Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ /workspaces/xmm_sas_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:57: /workspaces/xmm_sas_rhel_8.6/include/CalAtomsMisc.h:117:14: note: by ‘void HkWindows::dump() const’ 117 | void dump() const; | ^~~~ In file included from /workspaces/xmm_sas_rhel_8.6/include/OmFluxConverter.h:53, from /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:77: /workspaces/xmm_sas_rhel_8.6/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 { | ^~~~~~~~~~~~~~~ /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_rhel_8.6/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 /workspaces/xmm_sas_rhel_8.6/include/CalAtomServer.h:79: /workspaces/xmm_sas_rhel_8.6/include/OmPsfDataServer.h:70:22: note: by ‘virtual void OmPsf::dump(std::ostream&) const’ 70 | virtual void dump(std::ostream &os) const; | ^~~~ g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmm_sas_rhel_8.6/lib -o multixmmselect multixmmselect_main.o -lmultixmmselect -lmetatask -lpreferences -levselect -ltabcalc -lphasecalc -leregionanalyse -lespecget -lmultiespecget -lepicspeccombine -lecoordconv -lbackscale -lrmfgen -larfgen -lrgslib -ldsrm -ldsplot -ldstoplot -lgrace -limgdisplay -lrgsrmfgen -ldatautils -lselector -lattcalc -lresponselib -lemutils -lguiparam -lselector -lcaloalutils -ldal -lslatec -lguibrowser -lguiutils -lguiqt -lguiutils -ldss -lselector -loal -ldal -lcaloalutils -lslatec -lcal -lselector -lcaloalutils -lselector -lslatec -ldal -lparam -lselector -lcaloalutils -ldal -lslatec -llayout -lerror -lutils -lemosaic -lssc -L/sasbuild/tools/qt-x11-free/lib -lqt -L/sasbuild/tools/qt-x11-free/lib -lqt -lgrace_np -lgfortran -lcfitsio -ldl -lm -L. sed -e "s/DOC/xmmselect/" -e "s/TYPE/user/" < \ /workspaces/xmm_sas_rhel_8.6/packages/sas/doc/lib/package.tex | /workspaces/xmm_sas_rhel_8.6/packages/sas/bin/texcombine | \ /workspaces/xmm_sas_rhel_8.6/packages/sas/bin/fixdoc -type=user xmmselect 2.67 xmmselect 22.0.0-75a3bbbeb-20240730 > xmmselect.tex including sasuser... including sasglobal... including xmmselect_description... latex xmmselect < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex xmmselect < /dev/null > makedoc.log make[5]: [/workspaces/xmm_sas_rhel_8.6/Make.include:1062: xmmselect.ps.gz] Error 2 (ignored) latex xmmselect < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex xmmselect < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o xmmselect.ps xmmselect > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf xmmselect > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f xmmselect.ps sed -e "s/DOC/multixmmselect/" -e "s/TYPE/user/" < \ /workspaces/xmm_sas_rhel_8.6/packages/sas/doc/lib/package.tex | /workspaces/xmm_sas_rhel_8.6/packages/sas/bin/texcombine | \ /workspaces/xmm_sas_rhel_8.6/packages/sas/bin/fixdoc -type=user multixmmselect 2.67 xmmselect 22.0.0-75a3bbbeb-20240730 > multixmmselect.tex including sasuser... including sasglobal... including multixmmselect_description... latex multixmmselect < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex multixmmselect < /dev/null > makedoc.log make[5]: [/workspaces/xmm_sas_rhel_8.6/Make.include:1062: multixmmselect.ps.gz] Error 2 (ignored) latex multixmmselect < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex multixmmselect < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o multixmmselect.ps multixmmselect > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf multixmmselect > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f multixmmselect.ps SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /workspaces/xmm_sas_rhel_8.6/packages/sas/doc/lib/latex2html.init xmmselect > /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.07.30:1616' -> images.ps . [1] [2 ] [3 ] [4 ] [5] [6] [7] [8] [9] [10] [11] [12 ] [13] /usr/bin/echo "" mkpkgidx -t . > /dev/null || (rm -f xmmselect/index.pl ; exit 1) pointer=xmmselect/ChangeLog ; \ target=../../../packages/xmmselect/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /workspaces/xmm_sas_rhel_8.6/packages/sas/doc/lib/latex2html.init multixmmselect > /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.07.30:1616' -> images.ps . [1 ] [2] /usr/bin/echo "" mkpkgidx -t . > /dev/null || (rm -f multixmmselect/index.pl ; exit 1) pointer=multixmmselect/ChangeLog ; \ target=../../../packages/xmmselect/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi rm multixmmselect.tex xmmselect.tex Testing xmmseltest ... passed