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