From owner-freebsd-arm@freebsd.org Sat Jun 17 15:44:48 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 58267BFCC2D for ; Sat, 17 Jun 2017 15:44:48 +0000 (UTC) (envelope-from carlj@peak.org) Received: from filter05.peak.org (filter05.peak.org [69.59.194.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25B6C70A6A for ; Sat, 17 Jun 2017 15:44:46 +0000 (UTC) (envelope-from carlj@peak.org) Received: from zmail-mta02.peak.org ([207.55.16.112]) by filter05.peak.org ({27dbf508-291b-4a6b-93f5-d568f05dc56a}) via TCP (outbound) with ESMTPS id 20170617154127214_0000 for ; Sat, 17 Jun 2017 08:41:27 -0700 X-RC-FROM: X-RC-RCPT: Received: from zmail-mta02.peak.org (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTPS id 6C3E04C606 for ; Sat, 17 Jun 2017 08:41:21 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by zmail-mta02.peak.org (Postfix) with ESMTP id 536754C80B for ; Sat, 17 Jun 2017 08:41:21 -0700 (PDT) Received: from zmail-mta02.peak.org ([127.0.0.1]) by localhost (zmail-mta02.peak.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id eAF0Ppf3Hj6d for ; Sat, 17 Jun 2017 08:41:21 -0700 (PDT) Received: from mailproxy-lb-06.peak.org (mailproxy-lb-06.peak.org [207.55.17.96]) by zmail-mta02.peak.org (Postfix) with ESMTP id 1BD984C828 for ; Sat, 17 Jun 2017 08:41:21 -0700 (PDT) Received: from carlj by elm.localnet with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1dMFqh-000J1G-Mw for freebsd-arm@freebsd.org; Sat, 17 Jun 2017 08:41:19 -0700 From: Carl Johnson To: freebsd-arm@freebsd.org Subject: Re: Problems with pkg, svnlite and svn on both 12.0 BBB snapshots of June 2017 References: X-Clacks-Overhead: GNU Terry Pratchett Date: Sat, 17 Jun 2017 08:41:19 -0700 In-Reply-To: (Rolf Jansen's message of "Thu, 15 Jun 2017 15:51:04 -0300") Message-ID: <86wp8avcyo.fsf@elm.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 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: Sat, 17 Jun 2017 15:44:48 -0000 "Dr. Rolf Jansen" writes: > I subsequently deployed the June snapshots of FreeBSD 12.0 on my > Beaglebone Black, and in both cases I experience problems with pkg, > svnlite and with svn from the ports. > > # pkg -v > --> Shared object "libarchive.so.6" not found, required by "pkg" > > I can get pkg working, after I do: > # ln -s /usr/lib/libarchive.so.7 /usr/lib/libarchive.so.6 > > Any flavor of subversion is completely unusable now, I see various errors in different situations: > > One of either: > svn: E175003: Attempt to fetch capability 'depth' resulted in 'no' > > or: > svn: E000022: Error converting entry in directory '/root/install/my_tiny_project' to UTF-8 > svn: E000022: Valid UTF-8 data > (hex: 18 10) > followed by invalid UTF-8 sequence > (hex: e5 20 18 30) > > The working directories are not damaged, because I observe normal svn > operation on the very same ones, when I open those with svn on a 12.0 > snapshot from May 2017. > > Anyway, before I submit a burg report, I would like to ask whether I > am the only one, experiencing those problems, or if others see these > as well. May this be related to a broken SD card? > > Please can someone confirm that pkg and svnlite are working (or even > not) on the out-of-the-box snapshot > FreeBSD-12.0-CURRENT-arm-armv6-BEAGLEBONE-20170612-r319859. I don't know if you are aware, but 12.0-CURRENT switched to 64-bit inodes in late May, so some of the shared library numbers were incremented. I also had the same problem with pkg, but found that pkg-static would still work. I fixed that by building pkg from ports. I just checked the FreeBSD package repository for 12.0 armv6 and it still shows a May 28 date, so it still hasn't been updated. I don't know about svn, but I would expect svnlite in the base system to work if it is just the 64 bit inodes. -- Carl Johnson carlj@peak.org