Created attachment 203535 [details] patch libtest/timer.hpp needs to include stdint.h for uint64. Tested on powerpc64 and amd64.
A commit references this bug: Author: pkubaj Date: Wed May 1 18:00:47 UTC 2019 New revision: 500602 URL: https://svnweb.freebsd.org/changeset/ports/500602 Log: devel/gearmand-devel: fix build with GCC-based architectures libtest/timer.hpp needs to include stdint.h for uint64. ./libtest/timer.hpp:55:36: error: 'int64_t' has not been declared void offset(int64_t minutes_arg, int64_t seconds_arg, int64_t nanoseconds); ^~~~~~~ PR: 237153 Approved by: bdrewery (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D20114 Changes: head/devel/gearmand-devel/files/patch-libtest_timer.hpp