=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/audio/alure", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: USE_CMAKE is deprecated; use devel/cmake/build.mk instead. ===> Building for alure-1.2nb15 [ 5%] Building CXX object CMakeFiles/alure.dir/src/buffer.cpp.o [ 10%] Building CXX object CMakeFiles/alure-static.dir/src/alure.cpp.o [ 15%] Building CXX object CMakeFiles/alure.dir/src/alure.cpp.o In file included from /tmp/work/audio/alure/work/alure-1.2/src/buffer.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/buffer.cpp: In function 'bool load_stream(alureStream*, ALuint)': /tmp/work/audio/alure/work/alure-1.2/src/buffer.cpp:41:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 41 | std::auto_ptr fstream(_stream->fstream); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/buffer.cpp:42:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 42 | std::auto_ptr stream(_stream); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp: In function 'void EnterCriticalSection(CRITICAL_SECTION*)': /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:157:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 157 | int ret; | ^~~ /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp: In function 'void LeaveCriticalSection(CRITICAL_SECTION*)': /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:163:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 163 | int ret; | ^~~ /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp: In function 'void InitializeCriticalSection(CRITICAL_SECTION*)': /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:170:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 170 | int ret; | ^~~ /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp: In function 'void DeleteCriticalSection(CRITICAL_SECTION*)': /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:188:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 188 | int ret; | ^~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp: In function 'void EnterCriticalSection(CRITICAL_SECTION*)': /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:157:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 157 | int ret; | ^~~ /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp: In function 'void LeaveCriticalSection(CRITICAL_SECTION*)': /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:163:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 163 | int ret; | ^~~ /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp: In function 'void InitializeCriticalSection(CRITICAL_SECTION*)': /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:170:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 170 | int ret; | ^~~ /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp: In function 'void DeleteCriticalSection(CRITICAL_SECTION*)': /tmp/work/audio/alure/work/alure-1.2/src/alure.cpp:188:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 188 | int ret; | ^~~ [ 20%] Building CXX object CMakeFiles/alure.dir/src/istream.cpp.o [ 25%] Building CXX object CMakeFiles/alure.dir/src/stream.cpp.o [ 30%] Building CXX object CMakeFiles/alure-static.dir/src/buffer.cpp.o In file included from /tmp/work/audio/alure/work/alure-1.2/src/istream.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/stream.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/buffer.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ [ 35%] Building CXX object CMakeFiles/alure.dir/src/streamdec.cpp.o /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/stream.cpp: In function 'alureStream* InitStream(alureStream*, ALsizei, ALsizei, ALuint*)': /tmp/work/audio/alure/work/alure-1.2/src/stream.cpp:38:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 38 | std::auto_ptr fstream(instream->fstream); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/stream.cpp:39:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 39 | std::auto_ptr stream(instream); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/buffer.cpp: In function 'bool load_stream(alureStream*, ALuint)': /tmp/work/audio/alure/work/alure-1.2/src/buffer.cpp:41:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 41 | std::auto_ptr fstream(_stream->fstream); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/buffer.cpp:42:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 42 | std::auto_ptr stream(_stream); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ [ 40%] Building CXX object CMakeFiles/alure-static.dir/src/istream.cpp.o [ 45%] Building CXX object CMakeFiles/alure.dir/src/streamplay.cpp.o In file included from /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp:26: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp: In function 'alureStream* get_stream_decoder(const T&)': /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp:127:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 127 | std::auto_ptr stream(new customStream(fdata, i->second)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp:143:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 143 | std::auto_ptr stream(factory->second(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp:160:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 160 | std::auto_ptr stream(new customStream(fdata, i->second)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/streamplay.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/streamplay.cpp: In function 'void* StarterFunc(void*)': /tmp/work/audio/alure/work/alure-1.2/src/streamplay.cpp:89:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 89 | void *ret = (void*)(inf->func(inf->ptr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/istream.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ [ 50%] Building CXX object CMakeFiles/alure-static.dir/src/stream.cpp.o [ 55%] Building CXX object CMakeFiles/alure.dir/src/codec_wav.cpp.o [ 60%] Building CXX object CMakeFiles/alure.dir/src/codec_aiff.cpp.o In file included from /tmp/work/audio/alure/work/alure-1.2/src/stream.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/stream.cpp: In function 'alureStream* InitStream(alureStream*, ALsizei, ALsizei, ALuint*)': /tmp/work/audio/alure/work/alure-1.2/src/stream.cpp:38:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 38 | std::auto_ptr fstream(instream->fstream); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/stream.cpp:39:10: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 39 | std::auto_ptr stream(instream); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/codec_wav.cpp:26: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/codec_aiff.cpp:26: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ [ 65%] Building CXX object CMakeFiles/alure.dir/src/codec_vorbisfile.cpp.o [ 70%] Building CXX object CMakeFiles/alure-static.dir/src/streamdec.cpp.o [ 75%] Building CXX object CMakeFiles/alure-static.dir/src/streamplay.cpp.o In file included from /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp:26: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/codec_vorbisfile.cpp:26: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/codec_vorbisfile.cpp:37: /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h: At global scope: /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h:95:21: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable] 95 | static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h:88:21: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable] 88 | static ov_callbacks OV_CALLBACKS_STREAMONLY = { | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h:81:21: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable] 81 | static ov_callbacks OV_CALLBACKS_NOCLOSE = { | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h:74:21: warning: 'OV_CALLBACKS_DEFAULT' defined but not used [-Wunused-variable] 74 | static ov_callbacks OV_CALLBACKS_DEFAULT = { | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp: In function 'alureStream* get_stream_decoder(const T&)': /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp:127:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 127 | std::auto_ptr stream(new customStream(fdata, i->second)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp:143:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 143 | std::auto_ptr stream(factory->second(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/streamdec.cpp:160:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 160 | std::auto_ptr stream(new customStream(fdata, i->second)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/streamplay.cpp:28: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/src/streamplay.cpp: In function 'void* StarterFunc(void*)': /tmp/work/audio/alure/work/alure-1.2/src/streamplay.cpp:89:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 89 | void *ret = (void*)(inf->func(inf->ptr)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 80%] Linking CXX shared library libalure.so [ 80%] Built target alure [ 85%] Building CXX object CMakeFiles/alure-static.dir/src/codec_wav.cpp.o [ 90%] Building CXX object CMakeFiles/alure-static.dir/src/codec_aiff.cpp.o [ 95%] Building CXX object CMakeFiles/alure-static.dir/src/codec_vorbisfile.cpp.o In file included from /tmp/work/audio/alure/work/alure-1.2/src/codec_wav.cpp:26: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/codec_aiff.cpp:26: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/codec_vorbisfile.cpp:26: /tmp/work/audio/alure/work/alure-1.2/include/main.h:313:18: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 313 | typedef std::auto_ptr(*FactoryType)(std::istream*); | ^~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/memory:78, from /tmp/work/audio/alure/work/alure-1.2/include/main.h:54: /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:337:17: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 337 | static std::auto_ptr Factory(std::istream *file) | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h: In static member function 'static std::auto_ptr DecoderDecl::Factory(std::istream*)': /tmp/work/audio/alure/work/alure-1.2/include/main.h:339:14: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 339 | std::auto_ptr ret(new T(file)); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ /tmp/work/audio/alure/work/alure-1.2/include/main.h:341:21: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 341 | return std::auto_ptr(); | ^~~~~~~~ /opt/local/gcc13/include/c++/13.4.0/bits/unique_ptr.h:65:28: note: declared here 65 | template class auto_ptr; | ^~~~~~~~ In file included from /tmp/work/audio/alure/work/alure-1.2/src/codec_vorbisfile.cpp:37: /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h: At global scope: /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h:95:21: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable] 95 | static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h:88:21: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable] 88 | static ov_callbacks OV_CALLBACKS_STREAMONLY = { | ^~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h:81:21: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable] 81 | static ov_callbacks OV_CALLBACKS_NOCLOSE = { | ^~~~~~~~~~~~~~~~~~~~ /tmp/work/audio/alure/work/.buildlink/include/vorbis/vorbisfile.h:74:21: warning: 'OV_CALLBACKS_DEFAULT' defined but not used [-Wunused-variable] 74 | static ov_callbacks OV_CALLBACKS_DEFAULT = { | ^~~~~~~~~~~~~~~~~~~~ [100%] Linking CXX static library libalure-static.a [100%] Built target alure-static *** Please use pkgtools/verifypc to sanity check dependencies.