User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 Return-Path: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Tue, 26 Sep 2017 15:49:06 +0100 Content-Language: en-US Subject: Build errors - master with --enable-developer Message-ID: Received: from mx.ams1.isc.org (mx.ams1.isc.org [199.6.1.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mx.ams1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id B9259D78B0A for ; Tue, 26 Sep 2017 14:51:04 +0000 (UTC) Received: from zmx1.isc.org (zmx1.isc.org [149.20.0.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.ams1.isc.org (Postfix) with ESMTPS id A0D3E24AE8F for ; Tue, 26 Sep 2017 14:49:01 +0000 (UTC) Received: from zmx1.isc.org (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTPS id 18289160052 for ; Tue, 26 Sep 2017 14:49:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTP id F37C316007E for ; Tue, 26 Sep 2017 14:49:08 +0000 (UTC) Received: from zmx1.isc.org ([127.0.0.1]) by localhost (zmx1.isc.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id iyMh6gECWcpZ for ; Tue, 26 Sep 2017 14:49:08 +0000 (UTC) Received: from rays-mbp.local (unknown [46.227.151.81]) by zmx1.isc.org (Postfix) with ESMTPSA id 69060160052 for ; Tue, 26 Sep 2017 14:49:08 +0000 (UTC) MIME-Version: 1.0 X-RT-Incoming-Encryption: Not encrypted From: "Ray Bellis" Content-Transfer-Encoding: quoted-printable From ray@isc.org Tue Sep 26 14:51:05 2017 To: bind9-bugs@isc.org X-Original-To: bind9-confidential@bugs.isc.org content-type: text/plain; charset="utf-8" Delivered-To: bind9-confidential@bugs.isc.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.ams1.isc.org X-RT-Original-Encoding: utf-8 X-RT-Interface: Email Content-Length: 839 On Fedora Core 26, GCC 7.1.1, configured with --enable-developer making all in /home/ray/src/bind9/lib/isc/tests make[3]: Entering directory '/home/ray/src/bind9/lib/isc/tests' ... gcc -I/home/ray/src/bind9 -I../../.. -I. -Iinclude -I/home/ray/src/bind9/lib/isc/include -I../../../lib/isc -I../../../lib/isc/include -I../../../lib/isc/unix/include -I../../../lib/isc/pthreads/include -I../../../lib/isc/x86_32/ ht_test.c: In function ‘atfu_isc_ht_iterator_body’: ht_test.c:184:49: error: ‘ key of a raw hashtable!!’ directive output truncated writing 25 bytes into a region of size between 11 and 15 [-Werror=format-truncation=] snprintf((char *)key, 16, "%lld key of a raw hashtable!!", i); ~~~~~~~~~~~~~~~^~~~~~~~~~ and then several more very similar errors before the compile craps out.