Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2016 18:21:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211152] benchmarks/iozone: Build fails on typedef redefinition with different types ('long long' vs '__off64_t' (aka 'long'))
Message-ID:  <bug-211152-13-udjIYrhggs@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211152-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211152-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211152

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

https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D418841 is broke=
n 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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211152-13-udjIYrhggs>