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 | 629 | 4.0 | i386 | mit | 0 | fail |
License Permissions:
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4032b | info | 2026-02-01 03:07:53.480973 | Test Started |
| m4032b | fail | 2026-02-01 03:09:41.40729 | make build returned non-zero: 1 |
| m4032b | fail | 2026-02-01 03:09:41.486831 | Test complete. |
Log
[1m===> Building for nvidia-texture-tools-2.0.8.1_3[0m
[ 1% 16/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% 17/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% 17/63] /usr/bin/cc -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 -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing -DNDEBUG -MD -MT src/nvcore/poshlib/CMakeFiles/posh.dir/posh.c.o -MF src/nvcore/poshlib/CMakeFiles/posh.dir/posh.c.o.d -o src/nvcore/poshlib/CMakeFiles/posh.dir/posh.c.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvcore/poshlib/posh.c
[ 6% 17/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% 17/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.
[ 9% 17/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
[ 11% 17/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.
[ 12% 17/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.
[ 14% 17/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.
[ 15% 17/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/Basis.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/Basis.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/Basis.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Basis.cpp
FAILED: [code=1] src/nvmath/CMakeFiles/nvmath.dir/Basis.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/Basis.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/Basis.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/Basis.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Basis.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Basis.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Basis.h:7:
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.
[ 17% 17/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/TriBox.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/TriBox.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/TriBox.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/TriBox.cpp
FAILED: [code=1] src/nvmath/CMakeFiles/nvmath.dir/TriBox.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/TriBox.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/TriBox.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/TriBox.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/TriBox.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/TriBox.cpp:15:
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.
[ 19% 17/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.
[ 20% 17/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/Triangle.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/Triangle.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/Triangle.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Triangle.cpp
FAILED: [code=1] src/nvmath/CMakeFiles/nvmath.dir/Triangle.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/Triangle.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/Triangle.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/Triangle.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Triangle.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Triangle.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Triangle.h:7:
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.
[ 22% 17/63] /usr/bin/c++ -DNVIMAGE_EXPORTS -DNVIMAGE_SHARED=1 -Dnvimage_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/nvimage -I/usr/local/include -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/nvimage/CMakeFiles/nvimage.dir/Filter.cpp.o -MF src/nvimage/CMakeFiles/nvimage.dir/Filter.cpp.o.d -o src/nvimage/CMakeFiles/nvimage.dir/Filter.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/Filter.cpp
FAILED: [code=1] src/nvimage/CMakeFiles/nvimage.dir/Filter.cpp.o
/usr/bin/c++ -DNVIMAGE_EXPORTS -DNVIMAGE_SHARED=1 -Dnvimage_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/nvimage -I/usr/local/include -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/nvimage/CMakeFiles/nvimage.dir/Filter.cpp.o -MF src/nvimage/CMakeFiles/nvimage.dir/Filter.cpp.o.d -o src/nvimage/CMakeFiles/nvimage.dir/Filter.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/Filter.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/Filter.cpp:38:
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.
[ 23% 17/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/SphericalHarmonic.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/SphericalHarmonic.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/SphericalHarmonic.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/SphericalHarmonic.cpp
FAILED: [code=1] src/nvmath/CMakeFiles/nvmath.dir/SphericalHarmonic.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/SphericalHarmonic.cpp.o -MF src/nvmath/CMakeFiles/nvmath.dir/SphericalHarmonic.cpp.o.d -o src/nvmath/CMakeFiles/nvmath.dir/SphericalHarmonic.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/SphericalHarmonic.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/SphericalHarmonic.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/SphericalHarmonic.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.
[ 25% 17/63] /usr/bin/c++ -DNVIMAGE_EXPORTS -DNVIMAGE_SHARED=1 -Dnvimage_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/nvimage -I/usr/local/include -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/nvimage/CMakeFiles/nvimage.dir/Image.cpp.o -MF src/nvimage/CMakeFiles/nvimage.dir/Image.cpp.o.d -o src/nvimage/CMakeFiles/nvimage.dir/Image.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/Image.cpp
FAILED: [code=1] src/nvimage/CMakeFiles/nvimage.dir/Image.cpp.o
/usr/bin/c++ -DNVIMAGE_EXPORTS -DNVIMAGE_SHARED=1 -Dnvimage_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/nvimage -I/usr/local/include -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/nvimage/CMakeFiles/nvimage.dir/Image.cpp.o -MF src/nvimage/CMakeFiles/nvimage.dir/Image.cpp.o.d -o src/nvimage/CMakeFiles/nvimage.dir/Image.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/Image.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/Image.cpp:6:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvmath/Color.h:7:
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.
[ 26% 17/63] /usr/bin/c++ -DNVIMAGE_EXPORTS -DNVIMAGE_SHARED=1 -Dnvimage_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/nvimage -I/usr/local/include -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/nvimage/CMakeFiles/nvimage.dir/FloatImage.cpp.o -MF src/nvimage/CMakeFiles/nvimage.dir/FloatImage.cpp.o.d -o src/nvimage/CMakeFiles/nvimage.dir/FloatImage.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/FloatImage.cpp
FAILED: [code=1] src/nvimage/CMakeFiles/nvimage.dir/FloatImage.cpp.o
/usr/bin/c++ -DNVIMAGE_EXPORTS -DNVIMAGE_SHARED=1 -Dnvimage_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/nvimage -I/usr/local/include -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/nvimage/CMakeFiles/nvimage.dir/FloatImage.cpp.o -MF src/nvimage/CMakeFiles/nvimage.dir/FloatImage.cpp.o.d -o src/nvimage/CMakeFiles/nvimage.dir/FloatImage.cpp.o -c /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/FloatImage.cpp
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/FloatImage.cpp:3:
In file included from /magus/work/usr/mports/graphics/nvidia-texture-tools/work/nvidia-texture-tools-2.0.8/src/nvimage/FloatImage.h:8:
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.
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
- devel/cmake-core (build)
- devel/ninja (build)
- graphics/jpeg-turbo (lib)
- graphics/openexr (lib)
- graphics/png (lib)
- graphics/tiff (lib)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus