From owner-freebsd-doc@FreeBSD.ORG Wed Oct 30 12:58:44 2013 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6237DD6A; Wed, 30 Oct 2013 12:58:44 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D24B62EDD; Wed, 30 Oct 2013 12:58:43 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id ey11so6735218wid.6 for ; Wed, 30 Oct 2013 05:58:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mf4QSKB2oU+eyeAmFlByHdp5wytco6HcHpTCJtf3A8M=; b=JTy8vz6Pp0VSPYD2pmqSFZOlKnt7VpzKr0n6SMFdDFBa5Lll+ziKlo/POPAx8aavoJ jIQXPidQmSObkmbMK5U6Uu+yBQtuR1HtZX7H4V1CwkGDeThRpiS4Ktoeiq/VCuNK+t06 phPCHWnkjsosJzzeYBBtnSMsuCLrm6p0+Az2dSpe+HKCynCDpQETnrlikoRhW3S1Wvyc bMb0dHGir9zDAlUahl/RL9SdQMmNWDw1uooGulDkRIXh471HhMYJOfo1iDUunsB8xzXF 1rDG9ClpctEb1KoruiYKy5tcEpX5sxV4Ww8DGtSiGjT/ggCC+8t1yHjZyOx7ISdBQN14 8k4w== MIME-Version: 1.0 X-Received: by 10.180.184.14 with SMTP id eq14mr2694822wic.56.1383137922260; Wed, 30 Oct 2013 05:58:42 -0700 (PDT) Received: by 10.216.203.195 with HTTP; Wed, 30 Oct 2013 05:58:42 -0700 (PDT) In-Reply-To: References: Date: Wed, 30 Oct 2013 16:58:42 +0400 Message-ID: Subject: Re: FreeBSD FTP doc build failed (fwd) From: Sergey Kandaurov To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 12:58:44 -0000 On 30 October 2013 16:24, Bjoern A. Zeeb wrote: > Hi, > > I've seen this for days now; can someone figure out why this is please > and fix it or tell me what needs to be done? Thanks for report, fix committed in r43075. This change was initially in my working directory, and I tended to commit it together with other changes but missed to do that since it was out of scope wrt the porters-handbook directory. That's why I got success with my local test build (due to uncommitted part), and I didn't see any build failures on freebsd.org (like tinderbox) so far until I got your mail. -- wbr, pluknet