From owner-freebsd-current@freebsd.org Tue Nov 7 14:00:42 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 A9E13E598B3 for ; Tue, 7 Nov 2017 14:00:42 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6291E67EF2 for ; Tue, 7 Nov 2017 14:00:41 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id D1F114CA37; Tue, 7 Nov 2017 15:00:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-transfer-encoding:content-type:content-type:mime-version :references:in-reply-to:subject:subject:from:from:message-id :date:date:received; s=mail20150812; t=1510063231; bh=IUzISaitLG RXdZ03bHBa2uvtuOjg3TXIubmT+X5J7LU=; b=sefu0P5Aoff7JEfVQk72duttSf MmQZtq7d0a1e+/HWLvwDTpzPecK3EywFzDHifsI6Fq7o/dp0ZxJijdhEj8rwMy3e LjX3hqpF8vt/uAADtk7FDsWLeID1m7dq50FZInzVko/rH45InOxvyDmJDA17hRQc 07aIgPzG15A6sLyr2NC5W5kJ6V/TySxae6qkRW1G8sh+j63JMmvxWqTXJfzHuEh7 yS+UJDqTTMBBKyttwgztRreNm6Z/LJNjHMtbFEiijUp2kybKt+9qgBnCG40L+Q3N zKJpKeRFFvWZMqIaGxHbXtgtsCFjbpLVodtABEi6b7pff4lCqUKNbLPD8z3w== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id sXsSOdZLR3mq; Tue, 7 Nov 2017 15:00:31 +0100 (CET) Date: Tue, 07 Nov 2017 15:00:28 +0100 Message-ID: <87vaim9ojn.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: Roger Pau =?ISO-8859-1?Q?Monn=E9?= Cc: Subject: Re: make ftp failing In-Reply-To: <20171107113901.mfv6f5wis3pagmou@dhcp-3-128.uk.xensource.com> References: <20171107113901.mfv6f5wis3pagmou@dhcp-3-128.uk.xensource.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 07 Nov 2017 14:15:26 +0000 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 14:00:42 -0000 On Tue, 07 Nov 2017 12:39:01 +0100, Roger Pau Monn=E9 wrote: > = > Hello, > = > Since the end of last week `make -C release ftp` has been failing for= > me, giving the following output (trimmed for convenience): Hmm, your build log is from 2017-11-03. Can you try again with sources from today (svn)? I think the issue has already been fixed. At least my= previous two builds were successful: r325433 (2017-11-05) and r325509 (today). -- Herbert