From owner-freebsd-current@freebsd.org Tue Nov 7 19:27:46 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C960BE62CC7 for ; Tue, 7 Nov 2017 19:27:46 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (mail.xzibition.com [52.11.127.251]) (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 AAB883893; Tue, 7 Nov 2017 19:27:46 +0000 (UTC) (envelope-from bryan-lists@shatow.net) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id DBF2011AB4; Tue, 7 Nov 2017 19:22:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id fe0r1PH1dp6P; Tue, 7 Nov 2017 19:22:13 +0000 (UTC) Subject: Re: make ftp failing DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com BEBA711AA9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shatow.net; s=mxc204805312015; t=1510082533; bh=ORGVQ0zfxrDFsOcMqYU62S2YnFTQjkWUNDqkWVF6OK0=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=uE4Uuaw2sA6azpJxxdrv8gF0v4WUe9Ekh+BFdDOrVxRQxSJgYmtRRB1m7elCVhzBx jSZx8IOU8dJcDrXtxP7syK4Z/vfCaxnCzN3PWd1hqUNsDv6Mjo2s8cniBNNEaJzKZC DCovcj8macroyOBXMHwhi51eaKEeVKm8+1jMPYzWnespBoe7uxKvJ4ilCwSqOYJSRD n1k85eyUkRQmfHAiTw8pPy4KNy0xcfpeojp3VE5a33k2wRPIl6wuwNNfAH9dAf3dtj OlMQHBzK6lBb56Yl0nyG4bt/syPnAmukWilSLfD6z7EK+xZccEgyOcJVT0yzEeZ0f8 C5u1ZaX3ZYLKA== To: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= , Glen Barber Cc: freebsd-current@freebsd.org References: <20171107113901.mfv6f5wis3pagmou@dhcp-3-128.uk.xensource.com> <20171107141530.GB56652@FreeBSD.org> <20171107171250.zytoitfstpno3d44@dhcp-3-128.uk.xensource.com> From: Bryan Drewery Message-ID: <9b6de0c0-82c5-50a8-65d2-92c0b2f6df9b@shatow.net> Date: Tue, 7 Nov 2017 11:22:13 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171107171250.zytoitfstpno3d44@dhcp-3-128.uk.xensource.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 19:27:46 -0000 On 11/7/2017 9:12 AM, Roger Pau Monné wrote: > On Tue, Nov 07, 2017 at 02:15:30PM +0000, Glen Barber wrote: >> On Tue, Nov 07, 2017 at 11:39:01AM +0000, Roger Pau Monné wrote: >>> Hello, >>> >>> Since the end of last week `make -C release ftp` has been failing for >>> me, giving the following output (trimmed for convenience): >>> >> [...] >>> /usr/bin/ld: cannot find -lvers >>> cc: error: linker command failed with exit code 1 (use -v to see invocation) >>> *** Error code 1 >>> >> I hit this problem yesterday against r325363. What revision is this >> against? Upgrading to at least r325457 should fix it. Yup r325457 removed the entire build phase causing this error. It was only added a week ago but turned out to be too problematic and the new solution was simpler. > Thanks, this is indeed fixed now. The logs provided where from the > last run during the weekend. > > Roger. -- Regards, Bryan Drewery bdrewery@freenode/EFNet