armv7 targeting context in poudriere: databases/libzdb fails to build via expecting time_t vs. long long to be guaranteed to be distinct
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Jun 2022 07:01:45 UTC
In file included from zdbpp.cpp:6: ../zdb/zdbpp.h:322:14: error: class member cannot be redeclared void bind(int parameterIndex, time_t x) { ^ ../zdb/zdbpp.h:314:14: note: previous definition is here void bind(int parameterIndex, long long x) { ^ 1 error generated. gmake[3]: *** [Makefile:446: zdbpp-zdbpp.o] Error 1 This was for: libzdb-3.2.2.log === Mark Millard marklmi at yahoo.com