[Bug 211152] benchmarks/iozone: Build fails on typedef redefinition with different types ('long long' vs '__off64_t' (aka 'long'))

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 20 18:21:09 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211152

--- Comment #44 from Mark Millard <markmi at dsl-only.net> ---
(In reply to w.schwarzenfeld from comment #43)

https://svnweb.freebsd.org/ports?view=revision&revision=418841 is broken on
armv6, powerpc and all other ILP32 FreeBSD architectures:

-typedef long long off64_t;
+typedef long off64_t;

long is not 64-bits but only 32-bits for ILP32 architectures.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list