iozone3-434 fails to rebuild

2016-06-21 Thread Doug Sampson
Trying to rebuild iozone after a recent port upgrade and it crashes as follows: ### <...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' de

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Kimmo Paasiala
On Tue, Jun 21, 2016 at 9:32 PM, Doug Sampson wrote: > Trying to rebuild iozone after a recent port upgrade and it crashes as > follows: > > ### > <...snip...> > iozone.c:1297:1: error: unknown type name 'off64_t'; did you mean 'off_t'? > off64_t offset = 0; /*offset for random I/

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Jim Ohlstein
+1 > On Jun 21, 2016, at 3:07 PM, Kimmo Paasiala wrote: > >> On Tue, Jun 21, 2016 at 9:32 PM, Doug Sampson wrote: >> Trying to rebuild iozone after a recent port upgrade and it crashes as >> follows: >> >> ### >> <...snip...> >> iozone.c:1297:1: error: unknown type name 'off64_t'; did you me

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Lowell Gilbert
Kimmo Paasiala writes: > Same here on 10.3-RELEASE. I wonder how the port got updated with > sponsorship from "Gandi.net", yet the committed changes were > apparently not tested? It may well work in their environment. I suspect you could fix the build with an appropriate CFLAGS setting: somethin

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Alphons van Werven
Doug Sampson wrote: > it crashes as follows: > > ### > <...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 > type

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Jim Ohlstein
Hello, > On Jun 21, 2016, at 4:14 PM, Alphons van Werven wrote: > > Doug Sampson wrote: > >> it crashes as follows: >> >> ### >> <...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 */ >> ^~

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Walter Schwarzenfeld
Remove or rename files/patch-iozone.c and files/patch-libasync.c . ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Don Lewis
On 21 Jun, Jim Ohlstein wrote: > Hello, > >> On Jun 21, 2016, at 4:14 PM, Alphons van Werven >> wrote: >> >> Doug Sampson wrote: >> >>> it crashes as follows: >>> >>> ### >>> <...snip...> >>> iozone.c:1297:1: error: unknown type name 'off64_t'; did you mean >>> 'off_t'? off64_t offset = 0;

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Walter Schwarzenfeld
I wrote it above. Remove or rename the two patches in the files directory. It builds with warnings. I have tested only quick the functionality. This worked. Don't know if all will work. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.o

Re: iozone3-434 fails to rebuild

2016-06-21 Thread Walter Schwarzenfeld
Proposed patch: Index: files/patch-iozone.c === --- files/patch-iozone.c(revision 417289) +++ files/patch-iozone.c(nonexistent) @@ -1,27 +0,0 @@ iozone.c.orig2015-10-20 14:12:13 UTC -+++ iozone.c -@@ -360,6 +360,7 @@