Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2022 00:01:45 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        freebsd-ports@freebsd.org
Subject:   armv7 targeting context in poudriere: databases/libzdb fails to build via expecting time_t  vs. long long to be guaranteed to be distinct
Message-ID:  <4C55CC74-2AE6-4045-B821-D0A9C205F71E@yahoo.com>
References:  <4C55CC74-2AE6-4045-B821-D0A9C205F71E.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C55CC74-2AE6-4045-B821-D0A9C205F71E>