From owner-freebsd-arm@freebsd.org Thu Jul 27 15:30:11 2017 Return-Path: Delivered-To: freebsd-arm@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 EECABDCD767 for ; Thu, 27 Jul 2017 15:30:11 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com [IPv6:2a00:1450:4010:c07::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B42B7E686 for ; Thu, 27 Jul 2017 15:30:11 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by mail-lf0-x22d.google.com with SMTP id o85so22180347lff.3 for ; Thu, 27 Jul 2017 08:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Cqe1fqJLqJs9t/I8CYsD0MvVe1+o2Bi3NfLUF47DBIc=; b=CfQGlUq2wGc8bYRi6ZTjGNQUA7xr61BN+XYCX2G8KM3mUmOiyL0vlu+E2wR7JOa+Ms rpj30JxqI5M3MFZ9opTRH6LPo3QExTOoNyXc6s86HXCehkkRMHZrt+JeMHZFGTTc22+X CCl3QsmTLiusdeWcxUGNKJrzoTGf2kQuDgagG4IjZlZyaKEryT4Ux6NXoRHKZVJupan9 Jxjj5E54RO1C6DJhc1qRy1WPCPIKObrlLFrL6RzMOCJMK+P/umBIH4vn1tNtOkP9RDFK yXe+WPZDqBAy8E/SK/JrbY5uq6RX9lu5CJ+JJxfZ9xHMuPJtK2gT/m7vyKGFlDr7Bz+S Prvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Cqe1fqJLqJs9t/I8CYsD0MvVe1+o2Bi3NfLUF47DBIc=; b=WCP4EsX3JBFL7GOnGuJWJ/kngXWsJ2mIg4fe4p7XqarJxUCnCMVo6Ul91X6B/GrCXG 6fBAEy9OK7cuO1xu6EZl0P5AJ4VkI6vAGRVPXKyppx4UXU6tnKhAecHRpAvQuk7DAtHu +hN9qyPCUe8PRpEr+PiqncSkx2+nKmXjSB3tPNutybBS1OdWs3qAR3XkgY2tHNZijNy+ 32RwVTbZW5THSFuU1x7ahRz1Su6oeDkwjN9B7Vjjh3jNCH6ssgwY+TnUhQ7nzOkkgERQ NOdjUF0I2v04uP+S/wBIqEY1jqlWfAFd5XOA2Q4KtB2fNlkZjUgriZ2M9aEkMlCjK/dZ 4aGg== X-Gm-Message-State: AIVw112H90prmb1sKjmDGpAOPTNFzFd7XuCM13WA3WBjtQfGFumyOWke daTuoak2/6MIvCht+amgq2ttGDXALsir X-Received: by 10.46.33.168 with SMTP id h40mr1960005lji.30.1501169409077; Thu, 27 Jul 2017 08:30:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.46.81.18 with HTTP; Thu, 27 Jul 2017 08:30:08 -0700 (PDT) From: Russell Haley Date: Thu, 27 Jul 2017 08:30:08 -0700 Message-ID: Subject: Checking out head from svn To: freebsd-arm Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2017 15:30:12 -0000 Hi, Two things: 1) https? I am trying to checkout head on my HB. I tried the link provided by the handbook here: https://www.freebsd.org/doc/handbook/svn.html I got a different message last night that I didn't record (no route to host I think?) but get this one this morning (most likely my issue): root@imx6:/tmp/mydir # svn checkout https://svn.FreeBSD.org/base/head . svn: E175003: Attempt to fetch capability 'depth' resulted in 'yes' I am running on the assumption that https with subversion still works and I've done something wrong. I am mostly concerned about the no route to host message. 2) Malformed Network Data in svn When I try to checkout using the svn protocol I get this message over and over again: ... A contrib/gcclibs/libcpp/include/line-map.h A contrib/gcclibs/libcpp/include/mkdeps.h svn: E210004: Malformed network data I am thinking I should write this issue off to my local intranet being less than ideal (using a powerline modem, but never had a user visible issue with tcp). Any input would be grand. If nobody answers back I'll continue with my assumption that the issues lie on my side. Thanks, Russ