From owner-freebsd-ports@FreeBSD.ORG Tue May 20 11:42:40 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98ECDBEA for ; Tue, 20 May 2014 11:42:40 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.229]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4F32BD9 for ; Tue, 20 May 2014 11:42:39 +0000 (UTC) Received: from [204.210.114.114] ([204.210.114.114:59320] helo=localhost.hawaii.res.rr.com) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 58/1F-06231-5FD3B735; Tue, 20 May 2014 11:35:20 +0000 Received: by localhost.hawaii.res.rr.com (Postfix, from userid 1000) id 2327D5F96; Tue, 20 May 2014 01:36:26 -1000 (HST) Date: Tue, 20 May 2014 01:36:26 -1000 From: parv@pair.com To: gyrd-se@thanelange.no Subject: Re: how to install ruby18 Message-ID: <20140520113625.GA24760@holstein.holy.cow> Mail-Followup-To: gyrd-se@thanelange.no, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 11:42:40 -0000 Gryd T L wrote (from https://www.mail-archive.com/freebsd-ports@freebsd.org/msg54593.html) ... > The following helped me identity the ports with bad files: > > find /var/db/pkg -type f -exec iconv -t US-ASCII {} > /dev/null \; > > Reinstalling the indicated ports solved it for me. I'm currently > using pkg-tools, ruby19 and portupgrade with no problems on > FreeBSD 8.3. ... Thanks much, Gryd, for your find-iconv command. - parv --