Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- =======> Building '/ports/packages/caps-coev-static#2.0-1.pkg.tar.gz'.
- bsdtar -p -o -C /ports/build/caps-coev-static-2.0/src -xf /ports/sources/caps2_src.zip
- cp caps_verbose.patch /ports/build/caps-coev-static-2.0/src
- + build
- + cd caps2.0_src
- + LIBDIRPATH=-Wl,-L/usr/lib/Bpp1.9,-rpath,/usr/lib/Bpp1.9
- + sed -i 's:CFLAGS=:CFLAGS=-O2 -march=x86-64 -static -fPIC -frtti -Wl,-L/usr/lib/Bpp1.9,-rpath,/usr/lib/Bpp1.9:' Makefile
- + sed -i 's:-lbpp-phyl:-L/usr/lib/Bpp1.9 -lbpp-phyl:g' Makefile
- + sed -i 's:-lbpp-numcalc:-L/usr/lib/Bpp1.9 -lbpp-numcalc:g' Makefile
- + sed -i 's:-lbpp-utils:-L/usr/lib/Bpp1.9 -lbpp-utils:g' Makefile
- + sed -i 's:-lbpp-seq:-L/usr/lib/Bpp1.9 -lbpp-seq:g' Makefile
- + sed -i 's:-o caps:-o vCAPS-static:' Makefile
- + patch -p1 -i /ports/build/caps-coev-static-2.0/src/caps_verbose.patch
- patching file caps.cpp
- + make all
- g++ -g -O2 -march=x86-64 -static -fPIC -frtti -Wl,-L/usr/lib/Bpp1.9,-rpath,/usr/lib/Bpp1.9 -c BCFasta.cpp
- g++ -g -O2 -march=x86-64 -static -fPIC -frtti -Wl,-L/usr/lib/Bpp1.9,-rpath,/usr/lib/Bpp1.9 -c file_manip.cpp
- g++ -g -O2 -march=x86-64 -static -fPIC -frtti -Wl,-L/usr/lib/Bpp1.9,-rpath,/usr/lib/Bpp1.9 -c Blosum.cpp
- g++ -g -O2 -march=x86-64 -static -fPIC -frtti -Wl,-L/usr/lib/Bpp1.9,-rpath,/usr/lib/Bpp1.9 -c create.cpp
- In file included from create.cpp:1:
- create.h:42:6: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 42 | std::auto_ptr<DistanceMatrix> ScoreDist(vector<string>& names, vector< string >& sequences);
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from create.h:3,
- from create.cpp:1:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- create.cpp: In function 'void create_seq(bpp::TreeTemplate<bpp::Node>*&, std::vector<std::__cxx11::basic_string<char> >&, std::vector<std::__cxx11::basic_string<char> >&, unsigned int)':
- create.cpp:23:7: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 23 | std::auto_ptr<SiteContainer> sites(seqsim.simulate(length));
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from create.h:3,
- from create.cpp:1:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- create.cpp: At global scope:
- create.cpp:49:6: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 49 | std::auto_ptr<DistanceMatrix> ScoreDist(vector<string>& names, vector< string >& sequences){
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from create.h:3,
- from create.cpp:1:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- create.cpp: In function 'std::auto_ptr<bpp::DistanceMatrix> ScoreDist(std::vector<std::__cxx11::basic_string<char> >&, std::vector<std::__cxx11::basic_string<char> >&)':
- create.cpp:53:7: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 53 | std::auto_ptr<DistanceMatrix> DS;
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from create.h:3,
- from create.cpp:1:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- create.cpp:84:13: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 84 | DS = (std::auto_ptr<DistanceMatrix>)(MyDS.getMatrix());
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from create.h:3,
- from create.cpp:1:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- g++ -g -O2 -march=x86-64 -static -fPIC -frtti -Wl,-L/usr/lib/Bpp1.9,-rpath,/usr/lib/Bpp1.9 -lgsl -lgslcblas -L/usr/lib/Bpp1.9 -lbpp-phyl -L/usr/lib/Bpp1.9 -lbpp-utils -L/usr/lib/Bpp1.9 -lbpp-numcalc -L/usr/lib/Bpp1.9 -lbpp-seq -o vCAPS-static caps.cpp file_manip.o BCFasta.o create.o Blosum.o
- In file included from caps.cpp:5:
- caps.h:83:69: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 83 | vector<Node *> Put_distances_on_tree(TreeTemplate<Node> *tree, std::auto_ptr< DistanceMatrix >DS );
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from /usr/include/Utils/TextTools.h:50,
- from /usr/include/NumCalc/VectorExceptions.h:45,
- from /usr/include/NumCalc/VectorTools.h:43,
- from /usr/include/Phyl/TreeTools.h:52,
- from /usr/include/Phyl/TreeTemplateTools.h:45,
- from /usr/include/Phyl/TreeTemplate.h:45,
- from /usr/include/Phyl/Newick.h:44,
- from BCFasta.h:5,
- from caps.cpp:3:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- In file included from caps.cpp:5:
- caps.h:84:167: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 84 | ate<Node>* tree, map<int, int>& idmap, vector< vector<double> >& pol, int l, vector<double>& ans, std::auto_ptr<DistanceMatrix> DS );
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from /usr/include/Utils/TextTools.h:50,
- from /usr/include/NumCalc/VectorExceptions.h:45,
- from /usr/include/NumCalc/VectorTools.h:43,
- from /usr/include/Phyl/TreeTools.h:52,
- from /usr/include/Phyl/TreeTemplateTools.h:45,
- from /usr/include/Phyl/TreeTemplate.h:45,
- from /usr/include/Phyl/Newick.h:44,
- from BCFasta.h:5,
- from caps.cpp:3:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- In file included from caps.cpp:6:
- create.h:42:6: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 42 | std::auto_ptr<DistanceMatrix> ScoreDist(vector<string>& names, vector< string >& sequences);
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from /usr/include/Utils/TextTools.h:50,
- from /usr/include/NumCalc/VectorExceptions.h:45,
- from /usr/include/NumCalc/VectorTools.h:43,
- from /usr/include/Phyl/TreeTools.h:52,
- from /usr/include/Phyl/TreeTemplateTools.h:45,
- from /usr/include/Phyl/TreeTemplate.h:45,
- from /usr/include/Phyl/Newick.h:44,
- from BCFasta.h:5,
- from caps.cpp:3:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- caps.cpp: In function 'int main(int, char**)':
- caps.cpp:323:9: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 323 | std::auto_ptr<DistanceMatrix> DS;
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from /usr/include/Utils/TextTools.h:50,
- from /usr/include/NumCalc/VectorExceptions.h:45,
- from /usr/include/NumCalc/VectorTools.h:43,
- from /usr/include/Phyl/TreeTools.h:52,
- from /usr/include/Phyl/TreeTemplateTools.h:45,
- from /usr/include/Phyl/TreeTemplate.h:45,
- from /usr/include/Phyl/Newick.h:44,
- from BCFasta.h:5,
- from caps.cpp:3:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- caps.cpp:548:16: warning: unknown escape sequence: '\F'
- 548 | OUTPUT << "\n\File1: " << files[i] << endl;
- | ^~~~~~~~~~~~
- caps.cpp: In function 'bpp::TreeTemplate<bpp::Node>* create_input_tree(std::vector<std::__cxx11::basic_string<char> >&, std::vector<std::__cxx11::basic_string<char> >&)':
- caps.cpp:3040:7: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 3040 | std::auto_ptr<DistanceMatrix> DS;
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from /usr/include/Utils/TextTools.h:50,
- from /usr/include/NumCalc/VectorExceptions.h:45,
- from /usr/include/NumCalc/VectorTools.h:43,
- from /usr/include/Phyl/TreeTools.h:52,
- from /usr/include/Phyl/TreeTemplateTools.h:45,
- from /usr/include/Phyl/TreeTemplate.h:45,
- from /usr/include/Phyl/Newick.h:44,
- from BCFasta.h:5,
- from caps.cpp:3:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- caps.cpp: At global scope:
- caps.cpp:3348:69: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 3348 | vector<Node *> Put_distances_on_tree(TreeTemplate<Node> *tree, std::auto_ptr<DistanceMatrix> DS ){
- | ^~~~~~~~
- In file included from /usr/include/c++/10.3.0/bits/locale_conv.h:41,
- from /usr/include/c++/10.3.0/locale:43,
- from /usr/include/c++/10.3.0/iomanip:43,
- from /usr/include/Utils/TextTools.h:50,
- from /usr/include/NumCalc/VectorExceptions.h:45,
- from /usr/include/NumCalc/VectorTools.h:43,
- from /usr/include/Phyl/TreeTools.h:52,
- from /usr/include/Phyl/TreeTemplateTools.h:45,
- from /usr/include/Phyl/TreeTemplate.h:45,
- from /usr/include/Phyl/Newick.h:44,
- from BCFasta.h:5,
- from caps.cpp:3:
- /usr/include/c++/10.3.0/bits/unique_ptr.h:57:28: note: declared here
- 57 | template<typename> class auto_ptr;
- | ^~~~~~~~
- caps.cpp:3505:167: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
- 3505 | ate<Node>* tree, map<int, int>& idmap, vector< vector<double> >& pol, int l, vector<double>& ans, std::auto_ptr<DistanceMatrix> DS ){
- |
Advertisement
Add Comment
Please, Sign In to add comment