Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.
Without that, it fails with this error:
./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace 'std'
--- braiding.lo ---
./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace 'std'
(+ many others)
Since I’m there, strip the library.
PR: 271047
Reported by: pkg-fallout
Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.
Without that, it fails with this error:
In file included from unimod.cc:24:
In file included from ./eclib/unimod.h:27:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
~~~~~^
--- interface.lo ---
In file included from interface.cc:24:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
~~~~~^
1 error generated.
*** [interface.lo] Error code 1
PR: 271047
Reported by: pkg-fallout
In file included from intel_hybrid_hostvld_vp9.cpp:67:
./intel_hybrid_hostvld_vp9_engine.h:116:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
register INT iNumBits);
^~~~~~~~~
Reported by: pkg-fallout
In file included from lib/SPIRV/LLVMToSPIRVDbgTran.cpp:38:
In file included from lib/SPIRV/LLVMToSPIRVDbgTran.h:42:
In file included from lib/SPIRV/libSPIRV/SPIRVModule.h:44:
In file included from lib/SPIRV/libSPIRV/SPIRVEntry.h:44:
In file included from lib/SPIRV/libSPIRV/SPIRVEnum.h:44:
In file included from lib/SPIRV/libSPIRV/SPIRVOpCode.h:45:
lib/SPIRV/libSPIRV/spirv_internal.hpp:182:5: error: integer value 16777216 is outside the valid range of values [0, 16777215] for the enumeration type 'LoopControlMask' [-Wenum-constexpr-conversion]
static_cast<LoopControlMask>(ILoopControlLoopCountINTELMask);
^
Reported by: pkg-fallout
Regressed by: https://github.com/llvm/llvm-project/commit/b36453530418
See also: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/commit/1d5694629aad
A Perl based tool to parse DMARC reports, based on John Levine's rddmarc,
but extended by the following features:
Allow to read messages from an IMAP server and not only from
the local filesystem.
Store much more XML values into the database (for example the
missing SPF and DKIM results from the policy_evaluated section)
and also the entire XML for later reference.
Supports MySQL and PostgreSQL.
Needed database tables and columns are created automatically,
database by themselves.