From owner-freebsd-ports@FreeBSD.ORG Wed Apr 29 14:26:18 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A84A29FA for ; Wed, 29 Apr 2015 14:26:18 +0000 (UTC) Received: from quine.pinyon.org (quine.pinyon.org [65.101.5.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8354B1669 for ; Wed, 29 Apr 2015 14:26:18 +0000 (UTC) Received: by quine.pinyon.org (Postfix, from userid 122) id 8702516020C; Wed, 29 Apr 2015 07:26:11 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on quine.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from feyerabend.n1.pinyon.org (feyerabend.n1.pinyon.org [10.0.10.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id 4D3611601AB for ; Wed, 29 Apr 2015 07:26:08 -0700 (MST) Message-ID: <5540EA00.2050202@pinyon.org> Date: Wed, 29 Apr 2015 07:26:08 -0700 From: "Russell L. Carter" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: poudriere dying in ftp/curl configure References: <553BDE35.9070100@pinyon.org> <554085AA.8050002@citrin.ru> In-Reply-To: <554085AA.8050002@citrin.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 14:26:18 -0000 On 04/29/15 00:18, Anton Yuzhaninov wrote: > On 04/25/15 21:34, Russell L. Carter wrote: > > stable/10, amd64 > > > > > > Output of the poudriere log: > > > > configure: error: C compiler cannot create executables > > See `config.log' for more details > > You really should to look at `config.log' file for more details. > > fgrep -B40 'C compiler cannot create executables' config.log I'd love to have a look at the config.log, but this is running under poudriere, which seems to clean up after errors. I tried ^Z right after curl fails, and then find . -name config.log at the top of the poudriere tree, and there doesn't seem to be a config.log. Any tips here would be appreciated. It's still failing, and there are 238 ports skipped because of it. Russell > BTW curl has bad written configure script and fails to report missing > dependencies (like kerboros) in less obscure form. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"