From owner-freebsd-ports@freebsd.org Wed Jul 12 05:42:23 2017 Return-Path: Delivered-To: freebsd-ports@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 1244DDB36BF for ; Wed, 12 Jul 2017 05:42:23 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6D3279FC6 for ; Wed, 12 Jul 2017 05:42:22 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from [134.76.11.221] (helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1dVAPb-0006kx-DP; Wed, 12 Jul 2017 07:42:11 +0200 Received: from pc028.nfv.nw-fva.de (134.76.242.1) by email.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 12 Jul 2017 07:42:11 +0200 Subject: Re: Update failure E000022 after upgrade to subversion 1.9.6 To: duglas References: <6d403c58-8eb6-806f-14bd-40717f1e3ad8@bigpond.net.au> CC: From: Rainer Hurling Message-ID: Date: Wed, 12 Jul 2017 07:42:07 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 05:42:23 -0000 Hi duglas@ I had the same problem. I completely solved it by rebuilding the dependency chain of devel/subversion: portmaster serf-1.3.9_1 expat-2.2.1 gettext-runtime-0.19.8.1_1 apr-1.5.2.1.5.4_2 sqlite3-3.19.3_1 subversion-1.9.6 Probably, only one of them is the culprit, but I haven't testet ;) Best wishes, Rainer Hurling Am 11.07.2017 um 18:33 schrieb Torsten Zuehlsdorff: > On 11.07.2017 17:17, duglas wrote: >> Hi, >> >> After upgrading to subversion 1.9.6 >> My latest svn update attempts result in the following. >> >> svn update /usr/ports >> Updating 'ports': >> svn: E000022: Error converting entry in directory '/usr/ports' to UTF-8 >> svn: E000022: Can't convert string from native encoding to 'UTF-8': >> svn: E000022: ?\A89' >> >> Coincidentally it also occurs when attempting to update /usr/src and >> /usr/docs as well. >> >> Attempts to portdowngrade to the 1.9.5 version fail similarly. > > Are you sure that this is an update problem? > > I remember this error back some time. It occurs only when having > non-native file names like "Überraschung.txt" in the repo while using a > shell without having correct encoding set. > > (Beside: it works for me without the problems you describe :D) > > Greetings, > Torsten >