From owner-freebsd-ports@FreeBSD.ORG Mon Jan 20 18:15:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2794DDC8 for ; Mon, 20 Jan 2014 18:15:05 +0000 (UTC) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C72BE1AC5 for ; Mon, 20 Jan 2014 18:15:04 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 5851D4002E for ; Mon, 20 Jan 2014 19:15:02 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 4DA7E40003; Mon, 20 Jan 2014 19:15:02 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id D6D4740008; Mon, 20 Jan 2014 19:14:43 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3f7LcK6606z8ggx; Mon, 20 Jan 2014 19:14:09 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) (amavisd-new, port 10025) with ESMTPS id qGlfs5tQ2tWJ; Mon, 20 Jan 2014 19:14:04 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3f7LcD61tdz8ggv; Mon, 20 Jan 2014 19:14:04 +0100 (CET) Received: from tifa.daemonic.se (tifa.daemonic.se [IPv6:2001:470:dca9:1::6]) by mail.daemonic.se (Postfix) with ESMTPSA id 3f7LcD4lgSz9CvV; Mon, 20 Jan 2014 19:14:04 +0100 (CET) Received: from tifa.daemonic.se (localhost [IPv6:::1]) by tifa.daemonic.se (Postfix) with ESMTP id 6D06722818; Mon, 20 Jan 2014 19:14:04 +0100 (CET) Message-ID: <52DD676C.5090007@daemonic.se> Date: Mon, 20 Jan 2014 19:14:04 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: John Subject: Re: dns/bind-tools fails to build on 10-stable References: <20140120092904.GA13438@potato.growveg.org> In-Reply-To: <20140120092904.GA13438@potato.growveg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jan 2014 18:15:05 -0000 On 01/20/14 10:29, John wrote: > Hello list, > > On a new 10-stable system, I can't seem to build bind tools. I get the following > error: > > checking host system type... x86_64-portbld-freebsd10.0 > checking whether make sets $(MAKE)... yes > checking how to print strings... printf > checking for gcc... cc > checking whether the C compiler works... no > configure: error: in `/usr/ports/dns/bind-tools/work/bind-9.9.4-P2': > configure: error: C compiler cannot create executables > See `config.log' for more details > ===> Script "configure" failed unexpectedly. > Please report the problem to mat@FreeBSD.org [maintainer] and attach the > "/usr/ports/dns/bind-tools/work/bind-9.9.4-P2/config.log" including the > output > of the failure of your make command. Also, it might be a good idea to > provide > an overview of all packages installed on your system (e.g. a > /usr/local/sbin/pkg-static info -g -Ea). > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/dns/bind-tools > *** Error code 1 > > Stop. > make: stopped in /usr/ports/dns/bind-tools > > 10-stable is r260886. The ports tree is 340327. Before I directly bother > the maintainer, I wondered if this is a known issue? > > thanks, > That is a rather strange error. Can you provide config.log together with /etc/make.conf and options for bind-tools? Regards! -- Niclas