From muks@isc.org Fri Oct 27 14:25:50 2017 User-Agent: Mutt/1.9.1 (2017-09-22) Date: Fri, 27 Oct 2017 19:55:37 +0530 X-RT-Incoming-Encryption: Not encrypted Content-Disposition: inline In-Reply-To: X-RT-Interface: Email References: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org Subject: Re: [ISC-Bugs #46324] BIND fails to build on 32-bit systems X-RT-Original-Encoding: utf-8 Message-ID: <20171027142537.GA11429@jurassic.lan.banu.com> Delivered-To: bind9-public@bugs.isc.org X-Original-To: bind9-public@bugs.isc.org Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 2DC55D78B0C for ; Fri, 27 Oct 2017 14:25:50 +0000 (UTC) Received: from mail.banu.com (mail.banu.com [46.4.129.225]) by mx.pao1.isc.org (Postfix) with ESMTP id 673573B252F for ; Fri, 27 Oct 2017 14:25:47 +0000 (UTC) Received: from jurassic.lan.banu.com (unknown [115.118.40.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.banu.com (Postfix) with ESMTPSA id 4A84F56A051A; Fri, 27 Oct 2017 14:25:43 +0000 (GMT) Return-Path: content-type: text/plain; charset="utf-8" To: "Stephen Morris via RT" From: "Mukund Sivaraman" X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 MIME-Version: 1.0 RT-Message-ID: Content-Length: 425 rt46324 is written. It passes build on 64-bit Fedora (it doesn't use -latomic on it). (If I force -latomic, it fails build so it seems it's better to not use -latomic on 64-bit platforms. The branch doesn't use -latomic on 64-bit platforms.) I haven't yet tried it on 32-bit platforms.. I've asked Stephen to try it on the machine he had a problem on, and I'll also try it o a 32-bit platform once I set a VM). Mukund