Date: Tue, 21 Jun 2016 22:07:07 +0300 From: Kimmo Paasiala <kpaasial@gmail.com> To: Doug Sampson <dougs@dawnsign.com> Cc: "freebsd-ports@freebsd.org" <freebsd-ports@freebsd.org> Subject: Re: iozone3-434 fails to rebuild Message-ID: <CA%2B7WWSfG%2BaaV8Rcv-CVeLmUgmOXaTknTbT3BCTBw%2BmRNT=fV_w@mail.gmail.com> In-Reply-To: <E6B2517F8D6DBF4CABB8F38ACA367E783DA6DCAD@Draco.dawnsign.com> References: <E6B2517F8D6DBF4CABB8F38ACA367E783DA6DCAD@Draco.dawnsign.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 21, 2016 at 9:32 PM, Doug Sampson <dougs@dawnsign.com> 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/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; > ^~~~~~~ > off_t > /usr/include/sys/types.h:173:18: note: 'off_t' declared here > typedef __off_t off_t; /* file offset */ > ^ > fatal error: too many errors emitted, stopping now [-ferror-limit=] > 2 warnings and 20 errors generated. > *** Error code 1 > > Stop. > make[2]: stopped in /usr/ports/benchmarks/iozone/work/iozone3_434/src/current > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/benchmarks/iozone > *** Error code 1 > > Stop. > make: stopped in /usr/ports/benchmarks/iozone > root@pisces:/usr/ports/benchmarks/iozone# > ### > > root@pisces:/usr/ports/benchmarks/iozone# make showconfig > ===> The following configuration options are available for iozone-3.434: > SSH=on: Use ssh in distributed measurement > THREADS=on: Enable threading (uses pthreads) > ===> Use 'make config' to modify these settings > root@pisces:/usr/ports/benchmarks/iozone# > > Doesn't matter which config options I select/deselect, it still fails to rebuild. It occurs on both 10.3-RELEASE-p4 i386 and 10.3-RELEASE-p4 amd64 systems. > > > ~Doug > _______________________________________________ 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? Shouldn't Gandi.net volunteer as the maintainer for the port if they want it to be updated (the port is unmaintained at the moment)? -Kimmo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B7WWSfG%2BaaV8Rcv-CVeLmUgmOXaTknTbT3BCTBw%2BmRNT=fV_w>