--- Dependency check [begin] --- --- Dependency check [end] --- --- Distribution check [begin] --- Version 4.78.1 - 2024-10-30 (AI) Information: this ChangeLog entry matches the version number: Version 4.78.1 - 2024-10-30 (AI) Now checking git repository... --- Distribution check [end] --- Dependencies for selectutils Region.cc:58:10: fatal error: boost/functional.hpp: No such file or directory 58 | #include "boost/functional.hpp" // stdlib not good enough | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[6]: *** [/workspaces/xmmsas/Make.include:1574: depend.here] Error 1 make[5]: *** [/workspaces/xmmsas/Make.include:953: depend] Error 2 make[4]: *** [/workspaces/xmmsas/Make.include:953: depend] Error 2 g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmmsas/include/config-std.h -imacros /workspaces/xmmsas/config.h -I/workspaces/xmmsas/include -I/workspaces/xmmsas/include/dal -I/workspaces/xmmsas/include/utils -I. ASCregion.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmmsas/include/utils/stringutil.h:27, from ASCregion.cc:64: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ASCregion.h:50, from ASCregion.cc:59: /workspaces/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/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/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ In file included from ASCregion.h:51: Region.h:250:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 250 | throw(UnexpressionableRegion); | ^~~~~ Region.h:263:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 263 | throw(UnexpressionableRegion); | ^~~~~ Region.h:327:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 327 | throw(UnexpressionableRegion); | ^~~~~ Region.h:335:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 335 | throw(UnexpressionableRegion); | ^~~~~ Region.h:419:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 419 | throw(UnexpressionableRegion); | ^~~~~ Region.h:468:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 468 | throw(UnexpressionableRegion); | ^~~~~ Region.h:510:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 510 | throw(UnexpressionableRegion); | ^~~~~ Region.h:551:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 551 | throw(UnexpressionableRegion); | ^~~~~ Region.h:597:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 597 | throw(UnexpressionableRegion); | ^~~~~ Region.h:704:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 704 | throw(UnexpressionableRegion); | ^~~~~ Region.h:814:25: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 814 | throw(UnexpressionableRegion); | ^~~~~ Region.h:853:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 853 | throw(UnexpressionableRegion); | ^~~~~ Region.h:891:97: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 891 | throw(UnexpressionableRegion); | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmmsas/include/config-std.h -imacros /workspaces/xmmsas/config.h -I/workspaces/xmmsas/include -I/workspaces/xmmsas/include/dal -I/workspaces/xmmsas/include/utils -I. ExprTranslator.cc In file included from /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/strstream:50, from /workspaces/xmmsas/include/utils/stringutil.h:27, from ExprTranslator.cc:50: /sasbuild/tools/gcc-13.3.0/include/c++/13.3.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ ExprTranslator.cc: In member function ‘virtual std::string DsplotRegionSpecification::toSelectlibExpression(const std::string&) const’: ExprTranslator.cc:310:20: warning: variable ‘y1’ set but not used [-Wunused-but-set-variable] 310 | y1 = 0., | ^~ ExprTranslator.cc:312:20: warning: variable ‘y2’ set but not used [-Wunused-but-set-variable] 312 | y2 = 0.; | ^~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmmsas/include/config-std.h -imacros /workspaces/xmmsas/config.h -I/workspaces/xmmsas/include -I/workspaces/xmmsas/include/dal -I/workspaces/xmmsas/include/utils -I. Filename.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmmsas/include/config-std.h -imacros /workspaces/xmmsas/config.h -I/workspaces/xmmsas/include -I/workspaces/xmmsas/include/dal -I/workspaces/xmmsas/include/utils -I. Gti.cc g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmmsas/include/config-std.h -imacros /workspaces/xmmsas/config.h -I/workspaces/xmmsas/include -I/workspaces/xmmsas/include/dal -I/workspaces/xmmsas/include/utils -I. OGIPgti.cc In file included from OGIPgti.h:46, from OGIPgti.cc:59: /workspaces/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:547:22: note: by ‘virtual DataSet& DataSet::operator=(const DataSet&)’ 547 | virtual DataSet& operator=( const DataSet& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:600:7: note: by ‘Block& Block::operator=(const Block&)’ 600 | class Block : public virtual Attributable, public virtual Child | ^~~~~ /workspaces/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:632:7: note: by ‘Table& Table::operator=(const Table&)’ 632 | class Table : public virtual Block, public virtual Seekable | ^~~~~ /workspaces/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/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/xmmsas/include/Dal.h:423:27: warning: ‘virtual Attributable& Attributable::operator=(const Attributable&)’ was hidden [-Woverloaded-virtual=] 423 | virtual Attributable& operator=( const Attributable& ) = 0; | ^~~~~~~~ /workspaces/xmmsas/include/Dal.h:773:7: note: by ‘Array& Array::operator=(const Array&)’ 773 | class Array : public virtual DataComponent, public virtual Block, public virtual Seekable< longVec > | ^~~~~ g++ -c -Wall -DGFORTRAN -std=gnu++14 -g -fPIC -DUSE_DAL -DUSE_POPUP -include /workspaces/xmmsas/include/config-std.h -imacros /workspaces/xmmsas/config.h -I/workspaces/xmmsas/include -I/workspaces/xmmsas/include/dal -I/workspaces/xmmsas/include/utils -I. Region.cc Region.cc:58:10: fatal error: boost/functional.hpp: No such file or directory 58 | #include "boost/functional.hpp" // stdlib not good enough | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[7]: *** [/workspaces/xmmsas/Make.include:916: Region.o] Error 1 make[6]: *** [/workspaces/xmmsas/Make.include:1307: libs.here] Error 2 make[5]: *** [/workspaces/xmmsas/Make.include:953: bin] Error 2 make[4]: *** [/workspaces/xmmsas/Make.include:953: bin] Error 2 sed -e "s/DOC/selectlib/" -e "s/TYPE/user/" < \ /workspaces/xmmsas/packages/sas/doc/lib/package.tex | /workspaces/xmmsas/packages/sas/bin/texcombine | \ /workspaces/xmmsas/packages/sas/bin/fixdoc -type=user selectlib 4.78.1 selectlib 22.1.0-5f9646c61-20250530 > selectlib.tex including sasuser... including sasglobal... including selectlib_description... latex selectlib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) bibtex selectlib < /dev/null > makedoc.log latex selectlib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) latex selectlib < /dev/null > makedoc.log || ( cat makedoc.log ; exit 1 ) dvips -o selectlib.ps selectlib > makedoc.log 2>&1 || ( cat makedoc.log ; exit 1 ) dvipdf selectlib > makedoc.log 2>&1 || ( cat makedoc.log ; continue ) gzip -f selectlib.ps SASRELDIR=../../.. ;\ export SASRELDIR ;\ latex2html -nouse_pdftex -init_file /workspaces/xmmsas/packages/sas/doc/lib/latex2html.init selectlib > /dev/null texexpand V2020 (Released January 1, 2020) Warning: No implementation found for option: `version' for `sasdoc' package Warning: No implementation found for option: `version' for `sasdoc' package This is dvips(k) 2021.1 (TeX Live 2022/dev) Copyright 2021 Radical Eye Software (www.radicaleye.com) ' TeX output 2025.05.30:0945' -> images.ps . [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] /usr/bin/echo "" mkpkgidx -t . > /dev/null || (rm -f selectlib/index.pl ; exit 1) pointer=selectlib/ChangeLog ; \ target=../../../packages/selectlib/ChangeLog ; \ if [ -f $target -a \( ! -h $pointer \) ] ; then \ ln -s ../$target $pointer ; \ fi rm selectlib.tex Missing Make.depends - first do 'make depend' make[6]: *** [/workspaces/xmmsas/Make.include:1973: tests] Error 1 make[5]: *** [/workspaces/xmmsas/Make.include:953: tests] Error 2 make[4]: *** [/workspaces/xmmsas/Make.include:953: tests] Error 2 Testing past_ly ... passed g++ -Wl,-rpath,\$ORIGIN/../lib -Wl,-rpath,\$ORIGIN/../libextra -L/workspaces/xmmsas/lib -o exprparse -lgfortran -lcfitsio -ldl -lm -L. /usr/bin/ld: /lib/x86_64-linux-gnu/crt1.o: in function `_start': (.text+0x1b): undefined reference to `main' collect2: error: ld returned 1 exit status make[6]: *** [/workspaces/xmmsas/Make.include:1501: exprparse] Error 1 make[5]: *** [/workspaces/xmmsas/Make.include:953: runtests] Error 2