From owner-freebsd-arm@freebsd.org Thu Jun 15 18:51:12 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 6D8E4B941A7 for ; Thu, 15 Jun 2017 18:51:12 +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 0CE747FF65 for ; Thu, 15 Jun 2017 18:51:11 +0000 (UTC) (envelope-from rj@obsigna.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1497552668; l=1337; s=domk; d=obsigna.com; h=To:Date:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type: From; bh=F/iEaD8jEDmunFG4XKSpRcnPCPmglbX4+njHeSQORAw=; b=n1t6O9ZDIi+bD4dTK9wDp2EK2YvSCyzsXdtFAHE/4wmdm5u2CabVNUpALiZBJkmirj P7Y8bIfhsfGPP4i8eo9nyT4hs7uCY0JdY1jh8MSwMNSajcdIxl06+MM6MizBrQECBs9T dD7FXtVxRvBzQuiDw9sbQ37SZZAyuhvHIdNHo= 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 j0797at5FIp8CPD (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 ; Thu, 15 Jun 2017 20:51:08 +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 3539976F0B46 for ; Thu, 15 Jun 2017 15:51:05 -0300 (BRT) From: "Dr. Rolf Jansen" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Problems with pkg, svnlite and svn on both 12.0 BBB snapshots of June 2017 Message-Id: Date: Thu, 15 Jun 2017 15:51:04 -0300 To: freebsd-arm@freebsd.org X-Mailer: Apple Mail (2.3273) 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, 15 Jun 2017 18:51:12 -0000 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. Many thanks and best regards Rolf