Skip to content

Instantly share code, notes, and snippets.

@Transfusion
Created January 27, 2019 17:13
Show Gist options
  • Select an option

  • Save Transfusion/83fc5cdbaf74a3018605339f67f9dd6e to your computer and use it in GitHub Desktop.

Select an option

Save Transfusion/83fc5cdbaf74a3018605339f67f9dd6e to your computer and use it in GitHub Desktop.
$ ./BuildAll.sh --enable-cuda
Extracting boost_1_61_0.7z...
Building Boost.Build engine with toolset gcc... tools/build/src/engine/bin.linuxx86_64/b2
Detecting Python version... 2.7
Detecting Python root... /usr
Unicode/ICU support for Boost.Regex?... not found.
Backing up existing Boost.Build configuration in project-config.jam.5
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/build/doc/html/index.html
Performing configuration checks
- 32-bit : no (cached)
- 64-bit : yes (cached)
- arm : no (cached)
- mips1 : no (cached)
- power : no (cached)
- sparc : no (cached)
- x86 : yes (cached)
Building the Boost C++ Libraries.
- symlinks supported : yes (cached)
- zlib : yes (cached)
Component configuration:
- atomic : not building
- chrono : not building
- container : not building
- context : not building
- coroutine : not building
- coroutine2 : not building
- date_time : not building
- exception : not building
- filesystem : not building
- graph : not building
- graph_parallel : not building
- iostreams : building
- locale : not building
- log : not building
- math : not building
- metaparse : not building
- mpi : not building
- program_options : not building
- python : not building
- random : not building
- regex : not building
- serialization : not building
- signals : not building
- system : building
- test : not building
- thread : not building
- timer : not building
- type_erasure : not building
- wave : not building
...patience...
...found 770 targets...
...updating 12 targets...
gcc.compile.c++ bin.v2/libs/system/build/gcc-6.5.0/release/link-static/runtime-link-static/threading-multi/error_code.o
gcc.archive bin.v2/libs/system/build/gcc-6.5.0/release/link-static/runtime-link-static/threading-multi/libboost_system.a
common.copy stage/lib/libboost_system.a
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-6.5.0/release/link-static/runtime-link-static/threading-multi/file_descriptor.o
In file included from ./boost/smart_ptr/shared_ptr.hpp:28:0,
from ./boost/shared_ptr.hpp:17,
from ./boost/iostreams/device/file_descriptor.hpp:28,
from libs/iostreams/src/file_descriptor.cpp:23:
./boost/smart_ptr/detail/shared_count.hpp:401:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/device/file_descriptor.hpp:27,
from libs/iostreams/src/file_descriptor.cpp:23:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/file_descriptor.hpp:28,
from libs/iostreams/src/file_descriptor.cpp:23:
./boost/smart_ptr/shared_ptr.hpp:254:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/device/file_descriptor.hpp:27,
from libs/iostreams/src/file_descriptor.cpp:23:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/file_descriptor.hpp:28,
from libs/iostreams/src/file_descriptor.cpp:23:
./boost/smart_ptr/shared_ptr.hpp:453:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/device/file_descriptor.hpp:27,
from libs/iostreams/src/file_descriptor.cpp:23:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/file_descriptor.hpp:28,
from libs/iostreams/src/file_descriptor.cpp:23:
./boost/smart_ptr/shared_ptr.hpp:466:22: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/device/file_descriptor.hpp:27,
from libs/iostreams/src/file_descriptor.cpp:23:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/file_descriptor.hpp:28,
from libs/iostreams/src/file_descriptor.cpp:23:
./boost/smart_ptr/shared_ptr.hpp:543:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/device/file_descriptor.hpp:27,
from libs/iostreams/src/file_descriptor.cpp:23:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/file_descriptor.hpp:28,
from libs/iostreams/src/file_descriptor.cpp:23:
./boost/smart_ptr/shared_ptr.hpp:552:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/device/file_descriptor.hpp:27,
from libs/iostreams/src/file_descriptor.cpp:23:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/file_descriptor.hpp:28,
from libs/iostreams/src/file_descriptor.cpp:23:
./boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’:
./boost/smart_ptr/shared_ptr.hpp:554:38: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/device/file_descriptor.hpp:27,
from libs/iostreams/src/file_descriptor.cpp:23:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-6.5.0/release/link-static/runtime-link-static/threading-multi/zlib.o
In file included from ./boost/smart_ptr/shared_ptr.hpp:28:0,
from ./boost/shared_ptr.hpp:17,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from libs/iostreams/src/zlib.cpp:19:
./boost/smart_ptr/detail/shared_count.hpp:401:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/zlib.hpp:20,
from libs/iostreams/src/zlib.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from libs/iostreams/src/zlib.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:254:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/zlib.hpp:20,
from libs/iostreams/src/zlib.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from libs/iostreams/src/zlib.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:453:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/zlib.hpp:20,
from libs/iostreams/src/zlib.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from libs/iostreams/src/zlib.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:466:22: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/zlib.hpp:20,
from libs/iostreams/src/zlib.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from libs/iostreams/src/zlib.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:543:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/zlib.hpp:20,
from libs/iostreams/src/zlib.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from libs/iostreams/src/zlib.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:552:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/zlib.hpp:20,
from libs/iostreams/src/zlib.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from libs/iostreams/src/zlib.cpp:19:
./boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’:
./boost/smart_ptr/shared_ptr.hpp:554:38: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/zlib.hpp:20,
from libs/iostreams/src/zlib.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-6.5.0/release/link-static/runtime-link-static/threading-multi/bzip2.o
In file included from ./boost/smart_ptr/shared_ptr.hpp:28:0,
from ./boost/shared_ptr.hpp:17,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/bzip2.hpp:29,
from libs/iostreams/src/bzip2.cpp:19:
./boost/smart_ptr/detail/shared_count.hpp:401:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/bzip2.hpp:19,
from libs/iostreams/src/bzip2.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/bzip2.hpp:29,
from libs/iostreams/src/bzip2.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:254:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/bzip2.hpp:19,
from libs/iostreams/src/bzip2.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/bzip2.hpp:29,
from libs/iostreams/src/bzip2.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:453:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/bzip2.hpp:19,
from libs/iostreams/src/bzip2.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/bzip2.hpp:29,
from libs/iostreams/src/bzip2.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:466:22: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/bzip2.hpp:19,
from libs/iostreams/src/bzip2.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/bzip2.hpp:29,
from libs/iostreams/src/bzip2.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:543:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/bzip2.hpp:19,
from libs/iostreams/src/bzip2.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/bzip2.hpp:29,
from libs/iostreams/src/bzip2.cpp:19:
./boost/smart_ptr/shared_ptr.hpp:552:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/bzip2.hpp:19,
from libs/iostreams/src/bzip2.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/bzip2.hpp:29,
from libs/iostreams/src/bzip2.cpp:19:
./boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’:
./boost/smart_ptr/shared_ptr.hpp:554:38: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/bzip2.hpp:19,
from libs/iostreams/src/bzip2.cpp:19:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-6.5.0/release/link-static/runtime-link-static/threading-multi/gzip.o
In file included from ./boost/smart_ptr/shared_ptr.hpp:28:0,
from ./boost/shared_ptr.hpp:17,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from ./boost/iostreams/filter/gzip.hpp:38,
from libs/iostreams/src/gzip.cpp:18:
./boost/smart_ptr/detail/shared_count.hpp:401:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/gzip.hpp:26,
from libs/iostreams/src/gzip.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from ./boost/iostreams/filter/gzip.hpp:38,
from libs/iostreams/src/gzip.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:254:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/gzip.hpp:26,
from libs/iostreams/src/gzip.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from ./boost/iostreams/filter/gzip.hpp:38,
from libs/iostreams/src/gzip.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:453:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/gzip.hpp:26,
from libs/iostreams/src/gzip.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from ./boost/iostreams/filter/gzip.hpp:38,
from libs/iostreams/src/gzip.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:466:22: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/gzip.hpp:26,
from libs/iostreams/src/gzip.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from ./boost/iostreams/filter/gzip.hpp:38,
from libs/iostreams/src/gzip.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:543:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/gzip.hpp:26,
from libs/iostreams/src/gzip.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from ./boost/iostreams/filter/gzip.hpp:38,
from libs/iostreams/src/gzip.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:552:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/gzip.hpp:26,
from libs/iostreams/src/gzip.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/filter/symmetric.hpp:60,
from ./boost/iostreams/filter/zlib.hpp:31,
from ./boost/iostreams/filter/gzip.hpp:38,
from libs/iostreams/src/gzip.cpp:18:
./boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’:
./boost/smart_ptr/shared_ptr.hpp:554:38: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/memory:81:0,
from ./boost/iostreams/filter/gzip.hpp:26,
from libs/iostreams/src/gzip.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
gcc.compile.c++ bin.v2/libs/iostreams/build/gcc-6.5.0/release/link-static/runtime-link-static/threading-multi/mapped_file.o
In file included from ./boost/smart_ptr/shared_ptr.hpp:28:0,
from ./boost/shared_ptr.hpp:17,
from ./boost/iostreams/device/mapped_file.hpp:29,
from libs/iostreams/src/mapped_file.cpp:18:
./boost/smart_ptr/detail/shared_count.hpp:401:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/seek.hpp:23,
from ./boost/iostreams/detail/adapter/non_blocking_adapter.hpp:13,
from ./boost/iostreams/close.hpp:19,
from ./boost/iostreams/device/mapped_file.hpp:20,
from libs/iostreams/src/mapped_file.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/mapped_file.hpp:29,
from libs/iostreams/src/mapped_file.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:254:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/seek.hpp:23,
from ./boost/iostreams/detail/adapter/non_blocking_adapter.hpp:13,
from ./boost/iostreams/close.hpp:19,
from ./boost/iostreams/device/mapped_file.hpp:20,
from libs/iostreams/src/mapped_file.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/mapped_file.hpp:29,
from libs/iostreams/src/mapped_file.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:453:31: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr( std::auto_ptr<Y> & r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/seek.hpp:23,
from ./boost/iostreams/detail/adapter/non_blocking_adapter.hpp:13,
from ./boost/iostreams/close.hpp:19,
from ./boost/iostreams/device/mapped_file.hpp:20,
from libs/iostreams/src/mapped_file.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/mapped_file.hpp:29,
from libs/iostreams/src/mapped_file.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:466:22: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr( std::auto_ptr<Y> && r ): px(r.get()), pn()
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/seek.hpp:23,
from ./boost/iostreams/detail/adapter/non_blocking_adapter.hpp:13,
from ./boost/iostreams/close.hpp:19,
from ./boost/iostreams/device/mapped_file.hpp:20,
from libs/iostreams/src/mapped_file.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/mapped_file.hpp:29,
from libs/iostreams/src/mapped_file.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:543:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/seek.hpp:23,
from ./boost/iostreams/detail/adapter/non_blocking_adapter.hpp:13,
from ./boost/iostreams/close.hpp:19,
from ./boost/iostreams/device/mapped_file.hpp:20,
from libs/iostreams/src/mapped_file.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/mapped_file.hpp:29,
from libs/iostreams/src/mapped_file.cpp:18:
./boost/smart_ptr/shared_ptr.hpp:552:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> && r )
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/seek.hpp:23,
from ./boost/iostreams/detail/adapter/non_blocking_adapter.hpp:13,
from ./boost/iostreams/close.hpp:19,
from ./boost/iostreams/device/mapped_file.hpp:20,
from libs/iostreams/src/mapped_file.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from ./boost/shared_ptr.hpp:17:0,
from ./boost/iostreams/device/mapped_file.hpp:29,
from libs/iostreams/src/mapped_file.cpp:18:
./boost/smart_ptr/shared_ptr.hpp: In member function ‘boost::shared_ptr<T>& boost::shared_ptr<T>::operator=(std::auto_ptr<_Up>&&)’:
./boost/smart_ptr/shared_ptr.hpp:554:38: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
this_type( static_cast< std::auto_ptr<Y> && >( r ) ).swap( *this );
^~~~~~~~
In file included from /usr/include/c++/6/bits/locale_conv.h:41:0,
from /usr/include/c++/6/locale:43,
from ./boost/iostreams/detail/config/codecvt.hpp:62,
from ./boost/iostreams/positioning.hpp:21,
from ./boost/iostreams/seek.hpp:23,
from ./boost/iostreams/detail/adapter/non_blocking_adapter.hpp:13,
from ./boost/iostreams/close.hpp:19,
from ./boost/iostreams/device/mapped_file.hpp:20,
from libs/iostreams/src/mapped_file.cpp:18:
/usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
gcc.archive bin.v2/libs/iostreams/build/gcc-6.5.0/release/link-static/runtime-link-static/threading-multi/libboost_iostreams.a
common.copy stage/lib/libboost_iostreams.a
...updated 12 targets...
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/home/transfusion/merikens-tripcode-engine-v3/BoostPackages/boost_1_61_0
The following directory should be added to linker library paths:
/home/transfusion/merikens-tripcode-engine-v3/BoostPackages/boost_1_61_0/stage/lib
-- ARCH_64BIT = TRUE
-- ARCH_X86 = TRUE
-- Could NOT find OpenCL (missing: OpenCL_LIBRARY OpenCL_INCLUDE_DIR) (Required is at least version "1.2")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/transfusion/merikens-tripcode-engine-v3/CMakeBuild
[ 17%] Building NVCC (Device) object CMakeFiles/cuda_compile_3.dir/cuda_compile_3_generated_CUDA12.cu.o
[ 17%] Building NVCC (Device) object CMakeFiles/cuda_compile_2.dir/cuda_compile_2_generated_CUDA10_SharedMemory.cu.o
[ 17%] Building NVCC (Device) object CMakeFiles/cuda_compile_1.dir/cuda_compile_1_generated_CUDA10_Registers.cu.o
nvcc fatal : Unsupported gpu architecture 'compute_20'
nvcc fatal : Unsupported gpu architecture 'compute_20'
CMake Error at cuda_compile_2_generated_CUDA10_SharedMemory.cu.o.cmake:219 (message):
Error generating
/home/transfusion/merikens-tripcode-engine-v3/CMakeBuild/CMakeFiles/cuda_compile_2.dir//./cuda_compile_2_generated_CUDA10_SharedMemory.cu.o
CMake Error at cuda_compile_3_generated_CUDA12.cu.o.cmake:219 (message):
Error generating
/home/transfusion/merikens-tripcode-engine-v3/CMakeBuild/CMakeFiles/cuda_compile_3.dir//./cuda_compile_3_generated_CUDA12.cu.o
CMakeFiles/MerikensTripcodeEngine.dir/build.make:77: recipe for target 'CMakeFiles/cuda_compile_3.dir/cuda_compile_3_generated_CUDA12.cu.o' failed
make[2]: *** [CMakeFiles/cuda_compile_3.dir/cuda_compile_3_generated_CUDA12.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/MerikensTripcodeEngine.dir/build.make:70: recipe for target 'CMakeFiles/cuda_compile_2.dir/cuda_compile_2_generated_CUDA10_SharedMemory.cu.o' failed
make[2]: *** [CMakeFiles/cuda_compile_2.dir/cuda_compile_2_generated_CUDA10_SharedMemory.cu.o] Error 1
In file included from /usr/local/cuda/include/common_functions.h:50:0,
from /usr/local/cuda/include/cuda_runtime.h:115,
from <command-line>:0:
/usr/local/cuda/include/crt/common_functions.h:64:24: error: token ""__CUDACC_VER__ is no longer supported. Use __CUDACC_VER_MAJOR__, __CUDACC_VER_MINOR__, and __CUDACC_VER_BUILD__ instead."" is not valid in preprocessor expressions
#define __CUDACC_VER__ "__CUDACC_VER__ is no longer supported. Use __CUDACC_VER_MAJOR__, __CUDACC_VER_MINOR__, and __CUDACC_VER_BUILD__ instead."
^
/usr/local/cuda/include/crt/common_functions.h:64:24: note: in definition of macro ‘__CUDACC_VER__’
#define __CUDACC_VER__ "__CUDACC_VER__ is no longer supported. Use __CUDACC_VER_MAJOR__, __CUDACC_VER_MINOR__, and __CUDACC_VER_BUILD__ instead."
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/transfusion/merikens-tripcode-engine-v3/SourceFiles/MerikensTripcodeEngine.h:126:0,
from /home/transfusion/merikens-tripcode-engine-v3/SourceFiles/CUDA10_Registers.cu:46:
/usr/local/cuda/include/cuda.h:213:0: warning: "CUDA_VERSION" redefined
#define CUDA_VERSION 9000
<command-line>:0:0: note: this is the location of the previous definition
CMake Error at cuda_compile_1_generated_CUDA10_Registers.cu.o.cmake:219 (message):
Error generating
/home/transfusion/merikens-tripcode-engine-v3/CMakeBuild/CMakeFiles/cuda_compile_1.dir//./cuda_compile_1_generated_CUDA10_Registers.cu.o
CMakeFiles/MerikensTripcodeEngine.dir/build.make:63: recipe for target 'CMakeFiles/cuda_compile_1.dir/cuda_compile_1_generated_CUDA10_Registers.cu.o' failed
make[2]: *** [CMakeFiles/cuda_compile_1.dir/cuda_compile_1_generated_CUDA10_Registers.cu.o] Error 1
CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/MerikensTripcodeEngine.dir/all' failed
make[1]: *** [CMakeFiles/MerikensTripcodeEngine.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment