From owner-freebsd-ports@freebsd.org Tue Jun 21 18:40:04 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE9EFAC50D7 for ; Tue, 21 Jun 2016 18:40:04 +0000 (UTC) (envelope-from prvs=99805E5EB9=dougs@dawnsign.com) Received: from mailfilter.dawnsign.com (mailfilter.dawnsign.com [108.60.104.180]) by mx1.freebsd.org (Postfix) with ESMTP id D08721337 for ; Tue, 21 Jun 2016 18:40:03 +0000 (UTC) (envelope-from prvs=99805E5EB9=dougs@dawnsign.com) Received: from Draco.dawnsign.com (draco.dawnsign.com [192.168.101.33]) by mailfilter.dawnsign.com (Postfix) with ESMTP id 54BE8EB0E for ; Tue, 21 Jun 2016 11:30:45 -0700 (PDT) Received: from DRACO.dawnsign.com ([fe80::6062:7fef:2376:a729]) by Draco.dawnsign.com ([fe80::6062:7fef:2376:a729%10]) with mapi id 14.03.0301.000; Tue, 21 Jun 2016 11:32:26 -0700 From: Doug Sampson To: "freebsd-ports@freebsd.org" Subject: iozone3-434 fails to rebuild Thread-Topic: iozone3-434 fails to rebuild Thread-Index: AdHL6zugr6hDdaSnSpuKNB6C5OVVFw== Date: Tue, 21 Jun 2016 18:32:25 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.101.149] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2016 18:40:05 -0000 Trying to rebuild iozone after a recent port upgrade and it crashes as foll= ows: ### <...snip...> iozone.c:1297:1: error: unknown type name 'off64_t'; did you mean 'off_t'? off64_t offset =3D 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 =3D 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=3D] 2 warnings and 20 errors generated. *** Error code 1 Stop. make[2]: stopped in /usr/ports/benchmarks/iozone/work/iozone3_434/src/curre= nt *** 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 =3D=3D=3D> The following configuration options are available for iozone-3.4= 34: SSH=3Don: Use ssh in distributed measurement THREADS=3Don: Enable threading (uses pthreads) =3D=3D=3D> 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 re= build. It occurs on both 10.3-RELEASE-p4 i386 and 10.3-RELEASE-p4 amd64 sys= tems. ~Doug