MidnightBSD Magus

graphics/nvidia-texture-tools

Texture Tools with support for DirectX 10 texture formats

Flavor Version Run OSVersion Arch License Restricted Status
2.0.8.1_3 630 4.0 i386 mit 0 fail

License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

Events

Machine Type Time Message
m4032 info 2026-02-08 17:03:00.170503 Test Started
m4032 fail 2026-02-08 17:03:59.265001 make build returned non-zero: 1
m4032 fail 2026-02-08 17:03:59.32569 Test complete.

Log

===>  Building for nvidia-texture-tools-2.0.8.1_3
[  1% 8/63] /usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/Library.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/Library.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/Library.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Library.cpp
[  3% 9/63] /usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.cpp
FAILED: [code=1] src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o 
/usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/Memory.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.cpp:2:
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: note: use 'noexcept(false)' instead
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
      |                                          noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:36:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
   36 | inline void operator delete (void *p) throw()
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: note: use 'noexcept(false)' instead
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
      |                                             noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:46:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
   46 | inline void operator delete [] (void * p) throw()
      | ^
4 warnings and 2 errors generated.
[  4% 9/63] /usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/TextWriter.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/TextWriter.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/TextWriter.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/TextWriter.cpp
FAILED: [code=1] src/nvcore/CMakeFiles/nvcore.dir/TextWriter.cpp.o 
/usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/TextWriter.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/TextWriter.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/TextWriter.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/TextWriter.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/TextWriter.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/TextWriter.h:8:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/StrLib.h:7:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Containers.h:20:
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: note: use 'noexcept(false)' instead
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
      |                                          noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:36:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
   36 | inline void operator delete (void *p) throw()
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: note: use 'noexcept(false)' instead
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
      |                                             noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:46:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
   46 | inline void operator delete [] (void * p) throw()
      | ^
4 warnings and 2 errors generated.
[  6% 9/63] /usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/TextReader.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/TextReader.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/TextReader.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/TextReader.cpp
FAILED: [code=1] src/nvcore/CMakeFiles/nvcore.dir/TextReader.cpp.o 
/usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/TextReader.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/TextReader.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/TextReader.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/TextReader.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/TextReader.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/TextReader.h:8:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Containers.h:20:
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: note: use 'noexcept(false)' instead
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
      |                                          noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:36:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
   36 | inline void operator delete (void *p) throw()
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: note: use 'noexcept(false)' instead
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
      |                                             noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:46:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
   46 | inline void operator delete [] (void * p) throw()
      | ^
4 warnings and 2 errors generated.
[  7% 9/63] /usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/Radix.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/Radix.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/Radix.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Radix.cpp
[  9% 9/63] /usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Debug.cpp
FAILED: [code=1] src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o 
/usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Debug.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Debug.cpp:4:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/StrLib.h:7:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Containers.h:20:
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: note: use 'noexcept(false)' instead
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
      |                                          noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:36:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
   36 | inline void operator delete (void *p) throw()
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: note: use 'noexcept(false)' instead
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
      |                                             noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:46:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
   46 | inline void operator delete [] (void * p) throw()
      | ^
4 warnings and 2 errors generated.
[ 11% 9/63] /usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/StrLib.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/StrLib.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/StrLib.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/StrLib.cpp
FAILED: [code=1] src/nvcore/CMakeFiles/nvcore.dir/StrLib.cpp.o 
/usr/bin/c++ -DNVCORE_EXPORTS -DNVCORE_SHARED=1 -Dnvcore_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvcore/CMakeFiles/nvcore.dir/StrLib.cpp.o -MF src/nvcore/CMakeFiles/nvcore.dir/StrLib.cpp.o.d -o src/nvcore/CMakeFiles/nvcore.dir/StrLib.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/StrLib.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/StrLib.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/StrLib.h:7:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Containers.h:20:
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: note: use 'noexcept(false)' instead
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
      |                                          noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:36:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
   36 | inline void operator delete (void *p) throw()
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: note: use 'noexcept(false)' instead
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
      |                                             noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:46:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
   46 | inline void operator delete [] (void * p) throw()
      | ^
4 warnings and 2 errors generated.
[ 12% 9/63] /usr/bin/c++ -DNVMATH_EXPORTS -DNVMATH_SHARED=1 -Dnvmath_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvmath/CMakeFiles/nvmath.dir/Montecarlo.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/Montecarlo.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/Montecarlo.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Montecarlo.cpp
FAILED: [code=1] src/nvmath/CMakeFiles/nvmath.dir/Montecarlo.cpp.o 
/usr/bin/c++ -DNVMATH_EXPORTS -DNVMATH_SHARED=1 -Dnvmath_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvmath/CMakeFiles/nvmath.dir/Montecarlo.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/Montecarlo.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/Montecarlo.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Montecarlo.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Montecarlo.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Montecarlo.h:6:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Vector.h:7:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Containers.h:20:
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: note: use 'noexcept(false)' instead
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
      |                                          noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:36:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
   36 | inline void operator delete (void *p) throw()
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: note: use 'noexcept(false)' instead
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
      |                                             noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:46:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
   46 | inline void operator delete [] (void * p) throw()
      | ^
4 warnings and 2 errors generated.
[ 14% 9/63] /usr/bin/c++ -DNVMATH_EXPORTS -DNVMATH_SHARED=1 -Dnvmath_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvmath/CMakeFiles/nvmath.dir/Random.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/Random.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/Random.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Random.cpp
FAILED: [code=1] src/nvmath/CMakeFiles/nvmath.dir/Random.cpp.o 
/usr/bin/c++ -DNVMATH_EXPORTS -DNVMATH_SHARED=1 -Dnvmath_EXPORTS -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/.build/src -I/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -fPIC  -DNDEBUG -fPIC -MD -MT src/nvmath/CMakeFiles/nvmath.dir/Random.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/Random.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/Random.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Random.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Random.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Random.h:6:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Containers.h:20:
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:42: note: use 'noexcept(false)' instead
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      |                                          ^~~~~~~~~~~~~~~~~~~~~
      |                                          noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:31:1: warning: replacement function 'operator new' cannot be declared 'inline' [-Winline-new-delete]
   31 | inline void * operator new (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:36:1: warning: replacement function 'operator delete' cannot be declared 'inline' [-Winline-new-delete]
   36 | inline void operator delete (void *p) throw()
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:45: note: use 'noexcept(false)' instead
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      |                                             ^~~~~~~~~~~~~~~~~~~~~
      |                                             noexcept(false)
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:41:1: warning: replacement function 'operator new[]' cannot be declared 'inline' [-Winline-new-delete]
   41 | inline void * operator new [] (size_t size) throw(std::bad_alloc)
      | ^
/magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/Memory.h:46:1: warning: replacement function 'operator delete[]' cannot be declared 'inline' [-Winline-new-delete]
   46 | inline void operator delete [] (void * p) throw()
      | ^
4 warnings and 2 errors generated.
ninja: build stopped: subcommand failed.
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/mports/graphics/nvidia-texture-tools

Links

Depends On

Depend Of

Nothing

Categories

CVEs

  • Loading CVE information...

LLM Analysis