From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.182.180.80 with SMTP id dm16csp68333obc; Mon, 14 Jan 2013 09:52:23 -0800 (PST) X-Received: by 10.60.32.37 with SMTP id f5mr51247635oei.19.1358185942233; Mon, 14 Jan 2013 09:52:22 -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 k10si14513919oeg.36.2013.01.14.09.52.21; Mon, 14 Jan 2013 09:52:22 -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 746072E0AD; Mon, 14 Jan 2013 17:52:22 +0000 (UTC) X-Greylist: delayed 1285 seconds by postgrey-1.31 at rubyforge; Mon, 14 Jan 2013 17:50:06 UTC Received: from mail-vb0-f46.google.com (mail-vb0-f46.google.com [209.85.212.46]) by rubyforge.org (Postfix) with ESMTP id 3F6F32E076 for ; Mon, 14 Jan 2013 17:50:06 +0000 (UTC) Received: by mail-vb0-f46.google.com with SMTP id b13so3772946vby.5 for ; Mon, 14 Jan 2013 09:50:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:content-type:cc:subject:from:to:in-reply-to :references:date:message-id:user-agent:content-transfer-encoding; bh=WswjiYWDixK8tuOBF0p4RbAhiUXGWQ6ISJDqycH4fo4=; b=dVhZQs4XOeLSwjHVMo30bY/FJqzEFnaCSopFQLZn03AgYBrNC51XHORXGgFX8FDeYk 8+XvbxDWQwRbg336enZcJ++mbIza23nuEjv555ordL84P9EzjeSvEDupjQysDYlIuSPa feb2P7FQBK2+c5iOtwz2GEgnKyJHMKgU1lYh52ba4GyNnkPk8E89vMzJB3K2EbsElyXy V/S9krDSnE3qLUdJTF0VZYISbbRsxydw/PVMn8lKSVe125m0lEqL8lZr5nZc9WN/3f3K H0aDWwn8EHtH8akdh5EjN+id9gu08+1PqpnxTC5hagZA+MeBoS+gjV1evN6wCAOiqAtY zNaA== X-Received: by 10.52.23.6 with SMTP id i6mr89574521vdf.100.1358184193523; Mon, 14 Jan 2013 09:23:13 -0800 (PST) Received: from localhost (c-75-68-249-69.hsd1.vt.comcast.net. [75.68.249.69]) by mx.google.com with ESMTPS id cm9sm7085073vdb.3.2013.01.14.09.23.12 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 14 Jan 2013 09:23:12 -0800 (PST) From: Mark Alexander To: Philippe LeCavalier In-reply-to: References: Date: Mon, 14 Jan 2013 12:23:13 -0500 Message-Id: <1358183706-sup-7745@bloovis.org> User-Agent: Sup/git Cc: sup-talk 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org 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