From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.182.180.80 with SMTP id dm16csp239995obc; Tue, 22 Jan 2013 11:47:21 -0800 (PST) X-Received: by 10.60.172.40 with SMTP id az8mr17529248oec.5.1358884041045; Tue, 22 Jan 2013 11:47:21 -0800 (PST) Return-Path: Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com. [50.56.192.79]) by mx.google.com with ESMTP id m7si18305154oee.19.2013.01.22.11.47.20; Tue, 22 Jan 2013 11:47:20 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id A068B2E0A6; Tue, 22 Jan 2013 19:47:21 +0000 (UTC) X-Greylist: delayed 1066 seconds by postgrey-1.31 at rubyforge; Tue, 22 Jan 2013 19:47:01 UTC Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) by rubyforge.org (Postfix) with ESMTP id 9AA982E097 for ; Tue, 22 Jan 2013 19:47:01 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id k11so6460246iea.19 for ; Tue, 22 Jan 2013 11:47:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=M1JWBpqXQC/DCSd9hDrY5avng68TgZ5Zo2JisXieKHY=; b=GZ3JfZDPYZfeBQ6uZHaRsE3qQurMWsvejHhJBjq+6YXIVZ+Gv8dzrY0owayBNlosU2 ++Lqmp1IWBXRIc+u3f9ouIplNkz95IlKAuw5Wj7bSmF580fxxcFYxeYB3X03nup/N0Si 73GI44lR1jnFqX7nS0KPYgwAyuRTyZuLkR5FZkbunuuk9TMmoWkMgpG/3MSX7CXkK+Hr nu4bnwuW39cytxms3l4I/+L+vLN3Jk7PH+vUdlxXDCrnoj9hLvGzgcu6Vte1WIk3xzg2 w30HMYQdj40Y/fNbHs7mmA3CGgzxIs3GQLwNgueAGGeD5hh/Ji8+GZHFlexoNBmmx+az gLqA== X-Received: by 10.50.33.233 with SMTP id u9mr12850200igi.39.1358882633073; Tue, 22 Jan 2013 11:23:53 -0800 (PST) Received: from 67-194-192-202.wireless.umnet.umich.edu (67-194-192-202.wireless.umnet.umich.edu. [67.194.192.202]) by mx.google.com with ESMTPS id rd10sm11388565igb.1.2013.01.22.11.23.51 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Jan 2013 11:23:52 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1084) From: fedzor In-Reply-To: <1358183706-sup-7745@bloovis.org> Date: Tue, 22 Jan 2013 14:23:50 -0500 Message-Id: References: <1358183706-sup-7745@bloovis.org> To: sup-talk@rubyforge.org X-Mailer: Apple Mail (2.1084) Subject: Re: [sup-talk] help installing on FC17 on 64bit X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org I'm getting a similar error. Why does this have to be, though? Why is this error coming up in the first place? I'm posing the question now but I'll investigate shortly. On Jan 14, 2013, at 12:23 PM, Mark Alexander wrote: > Excerpts from Philippe LeCavalier's message of Mon Jan 14 10:12:58 -0500 2013: >> /usr/share/rubygems/rubygems/custom_require.rb:36:in `require': superclass >> mismatch for class Iconv (TypeError) > > I vaguely recall running into this when experimenting with sup on > Linux Mint 13 and got around the problem with the following patch. I > was just trying to see if it would even run at all on a new version of > Mint (I normally use sup on a machine running Mint 10). On this > experimental machine I had no mail in the index, and this was a patch > against my copy of the sup git repository, not against any installed > package. So no guarantees that this will work. > > diff --git a/bin/sup b/bin/sup > index ad7a0d1..8e87a83 100755 > --- a/bin/sup > +++ b/bin/sup > @@ -19,6 +19,7 @@ end > > require 'fileutils' > require 'trollop' > +require 'iconv' > require "sup"; Redwood::check_library_version_against "git" > > if ENV['SUP_PROFILE'] > _______________________________________________ > sup-talk mailing list > sup-talk@rubyforge.org > http://rubyforge.org/mailman/listinfo/sup-talk _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk