Date: Sat, 16 Jul 2016 17:38:10 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211152] benchmarks/izone: iozone.c:363:19: error: typedef redefinition with different types ('long long' vs '__off64_t' (aka 'long')) Message-ID: <bug-211152-13-kjKUR5DA1C@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 #2 from w.schwarzenfeld@utanet.at --- I had a "hackish" workaround (delete the line from iozone.c) for the Makefile post-patch: .if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} >=3D 1100000 @${REINPLACE_CMD} -e '363d' ${WRKSRC}/iozone.c .endif this compiles, but throws a lot of warning (printf formatting). But surely not the right way. --=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-kjKUR5DA1C>