From owner-freebsd-arm@freebsd.org Sat Jun 17 21:24:26 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 62D05C09BAC for ; Sat, 17 Jun 2017 21:24:26 +0000 (UTC) (envelope-from rj@obsigna.com) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7E8E7857C for ; Sat, 17 Jun 2017 21:24:25 +0000 (UTC) (envelope-from rj@obsigna.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1497734662; l=18440; s=domk; d=obsigna.com; h=In-Reply-To:To:References:Date:Subject:Mime-Version:Content-Type: From; bh=Thh+HzVPswMygZchkRcEkFoVgnmLfQ8m6x4ND3L04+g=; b=iGp/fZZyvvQ+dAqHZuUdrxmTMvfh1Lrg/KooWOgIKnftbJGXnrgSMKfn271f44pMgb s62eu73uFXZl40ltyhPICXs5NpZtUSF4EPQpWCUtVwiqxLLjK9f+RMJX13IFLUdiBlmi rmtyE+qXtTyTAmv5IUlCpBkvXb3pwDKYXVraI= X-RZG-AUTH: :O2kGeEG7b/pS1EK7WHa0hxqKZr4lnx6UhT0M0o35iAdWtoM07Gt3wQHFGhIk99HlWww= X-RZG-CLASS-ID: mo00 Received: from mail.obsigna.com (bb02b1a3.virtua.com.br [187.2.177.163]) by smtp.strato.de (RZmta 40.9 DYNA|AUTH) with ESMTPSA id v05d49t5HLOLWlj (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sat, 17 Jun 2017 23:24:21 +0200 (CEST) Received: from rolf.projectworld.net (rolf.projectworld.net [192.168.222.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.obsigna.com (Postfix) with ESMTPSA id 59BF576F0B46 for ; Sat, 17 Jun 2017 18:24:18 -0300 (BRT) From: "Dr. Rolf Jansen" Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: Problems with pkg, svnlite and svn on both 12.0 BBB snapshots of June 2017 Date: Sat, 17 Jun 2017 18:24:18 -0300 References: <86wp8avcyo.fsf@elm.localnet> To: freebsd-arm@freebsd.org In-Reply-To: <86wp8avcyo.fsf@elm.localnet> Message-Id: <4C562875-5B3E-45E2-9667-E6A0768BF84D@obsigna.com> X-Mailer: Apple Mail (2.3273) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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 21:24:26 -0000 > Am 17.06.2017 um 12:41 schrieb Carl Johnson >: >=20 > "Dr. Rolf Jansen" > writes: >=20 >> 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. >>=20 >> # pkg -v >> --> Shared object "libarchive.so.6" not found, required by "pkg" >>=20 >> I can get pkg working, after I do: >> # ln -s /usr/lib/libarchive.so.7 /usr/lib/libarchive.so.6 >>=20 >> Any flavor of subversion is completely unusable now, I see various = errors in different situations: >>=20 >> One of either: >> svn: E175003: Attempt to fetch capability 'depth' resulted in 'no' >>=20 >> 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) >>=20 >> 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. >>=20 >> 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? >>=20 >> 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. >=20 > 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. Thank you very much for the information, which is news to me. As a matter of fact, pkg-static does work without symlinking = libarchive.so.7 to *.6, while svnlite does not. I built subversion 1.9.5 from the ports, however, I used the = dependencies from package repository -- because building software on the = BBB simply takes too long for being viable in the long run. For the time = being, I will build step by step the dependencies from the ports, and by = this I will see which one is the show stopper in the moment. Many thanks again and best regards Rolf=