[Bug 210449] [PATCH]]benchmarks/iozone failes build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jun 21 22:48:37 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210449
Bug ID: 210449
Summary: [PATCH]]benchmarks/iozone failes build
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: w.schwarzenfeld at utanet.at
Keywords: patch
Created attachment 171659
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171659&action=edit
patch-benchmarks-iozone
Benchmarks/iozone(3-434) fails to build:
###
<...snip...>
iozone.c:1297:1: error: unknown type name 'off64_t'; did you mean 'off_t'?
off64_t offset = 0; /*offset for random I/O */
^~~~~~~
off_t
/usr/include/sys/types.h:173:18: note: 'off_t' declared here
typedef __off_t off_t; /* file offset */
^
iozone.c:1298:1: error: unknown type name 'off64_t'; did you mean 'off_t'?
off64_t offset64 = 0; /*offset for random I/O */
^~~~~~~
off_t
/usr/include/sys/types.h:173:18: note: 'off_t' declared here
typedef __off_t off_t; /* file offset */
^
iozone.c:1299:1: error: unknown type name 'off64_t'; did you mean 'off_t'?
off64_t filebytes64;
https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103634.html
It builds if I removed files/patch-iozone.c files/libasync.c.
(There are still warnings). But tested quickly functionallity, and this will
work.
Not sure if all will work.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list