From owner-freebsd-ports@FreeBSD.ORG Wed Apr 29 07:18:08 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 D3ACDBF3 for ; Wed, 29 Apr 2015 07:18:08 +0000 (UTC) Received: from ost.citrin.ru (servers-nat.spylog.net [193.169.234.5]) (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 8C75F14DC for ; Wed, 29 Apr 2015 07:18:07 +0000 (UTC) Received: from [192.168.1.242] (unknown [178.214.46.41]) (Authenticated sender: citrin@citrin.ru) by ost.citrin.ru (Postfix) with ESMTPSA id 52AF26C1266A for ; Wed, 29 Apr 2015 07:18:04 +0000 (UTC) Message-ID: <554085AA.8050002@citrin.ru> Date: Wed, 29 Apr 2015 10:18:02 +0300 From: Anton Yuzhaninov User-Agent: Mozilla/5.0 (X11; Linux i686; 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> In-Reply-To: <553BDE35.9070100@pinyon.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1430291884; bh=jb3Lz151Mmuj739AaWVpeyoLW9hNcewC4/Jvxa4no58=; h=Message-ID:Date:From:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=sOjcwLh5TM1waAH0dLrGhKIflXgBxk7HS+H+2hmQlWN8EpTLSzy5JmnQEdj5AkR+eQUTMD5ZzXeB9eDbygSkafD1ThoodGbF3daSwPHT0XfHtxrEeoRnJIPrVUIERNlN0zuNB1DhiP5RyssOYxShLmxR9TfIcgnbudh14TMs37U= 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 07:18:08 -0000 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 BTW curl has bad written configure script and fails to report missing dependencies (like kerboros) in less obscure form.