From owner-freebsd-fs@freebsd.org Sat Aug 17 19:03:53 2019 Return-Path: Delivered-To: freebsd-fs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8EA6DCE50F for ; Sat, 17 Aug 2019 19:03:53 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 469qNT35G6z4dLk; Sat, 17 Aug 2019 19:03:53 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 1FF3E1B02C; Sat, 17 Aug 2019 19:03:53 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [192.168.178.61] (unknown [194.76.129.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 76E5D4A72C; Sat, 17 Aug 2019 21:03:51 +0200 (CEST) From: Dimitry Andric Message-Id: <57F902BF-E2B5-487C-B49C-2B0F3CA95CBE@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_E775A4D6-AD90-435B-9E48-CD30AFA9449D"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: OpenZFS port compile error Date: Sat, 17 Aug 2019 21:03:49 +0200 In-Reply-To: Cc: freebsd-fs@freebsd.org To: "Patrick M. Hausen" References: X-Mailer: Apple Mail (2.3445.104.11) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2019 19:03:53 -0000 --Apple-Mail=_E775A4D6-AD90-435B-9E48-CD30AFA9449D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 17 Aug 2019, at 20:55, Patrick M. Hausen wrote: >=20 > root@gimli:/usr/ports/sysutils/openzfs # uname -a > FreeBSD gimli 12.0-STABLE FreeBSD 12.0-STABLE r351102 GENERIC i386 >=20 > root@gimli:/usr/ports/sysutils/openzfs # grep PORTVERSION Makefile > PORTVERSION=3D 2019072200 >=20 > root@gimli:/usr/ports/sysutils/openzfs # make > [...] > timestamp.c:54:26: error: format specifies type 'long' but the = argument has type 'time_t' (aka 'int') [-Werror,-Wformat] > (void) printf("%ld\n", t); > ~~~ ^ > %d > 1 error generated. >=20 > Any hints greatly appreciated. Disable -Werror, or cast 't' to uintmax_t and use %jd as the format. -Dimitry --Apple-Mail=_E775A4D6-AD90-435B-9E48-CD30AFA9449D Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCXVhPlQAKCRCwXqMKLiCW ox68AKCOGH8+92IIhEeO3JcBM0l7jdcepgCfYZiokO1lVUxUzqALEDxHcyEX08k= =/dlr -----END PGP SIGNATURE----- --Apple-Mail=_E775A4D6-AD90-435B-9E48-CD30AFA9449D--