From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.182.180.80 with SMTP id dm16csp241016obc; Tue, 22 Jan 2013 12:15:00 -0800 (PST) X-Received: by 10.182.95.173 with SMTP id dl13mr18392696obb.43.1358885700706; Tue, 22 Jan 2013 12:15:00 -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 3si18348202obj.145.2013.01.22.12.15.00; Tue, 22 Jan 2013 12:15:00 -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 05D212E0A9; Tue, 22 Jan 2013 20:15:01 +0000 (UTC) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by rubyforge.org (Postfix) with ESMTP id 20E1A2E09C for ; Tue, 22 Jan 2013 20:14:46 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id 15so1654359wgd.16 for ; Tue, 22 Jan 2013 12:14:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=zgy8CuSOwNnnbR6IaDTN9dCnlnvFZ7t6uRwahDuyx4g=; b=JQFTAi3HI4kEtgcxaPRRiG7Hg1rnpw87ssLB6Qbqhk59plelmGFWEm03O2C7eq7/JI Gf+ucq1iez/h1Wt6eOXetouf3b/4ilRyl77FV9qGvubtQ8N/NF4q8N1Xx7/6TkqKYGaG GZ4nf/nZv9tbqLZ+oJp1T6MV2N5Eb4UvOm5a4LCudDYYCCqff079LUZXqrfyjL7RfjB5 foMMN4cLiiR1N5zAlKd4qfw9NRgE3xJH9rnxuunrejZV6MaUVEvhObB+4wA4C93Y2LAC a1T2PKDHrooY3deQDnFD77RWulgXiJgCylEadCFBPsprzpOu+onHk4VGgUMe7ZNVuSRi nqCg== X-Received: by 10.180.24.9 with SMTP id q9mr23235981wif.14.1358885685093; Tue, 22 Jan 2013 12:14:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.152.166 with HTTP; Tue, 22 Jan 2013 12:14:25 -0800 (PST) In-Reply-To: References: <1358183706-sup-7745@bloovis.org> From: Matthieu Rakotojaona Date: Tue, 22 Jan 2013 21:14:25 +0100 Message-ID: To: fedzor 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org On Tue, Jan 22, 2013 at 8:23 PM, fedzor wrote: > I'm getting a similar error. Why does this have to be, though? Why is this error coming up in the first place? class Iconv is redefined in util.rb [0]. If you 'require "iconv"' over that, there will be a conflict (which one is the real one). I really don't know how to work around this one; the "easy" solution would be to uninstall the iconv gem, but this isn't really long-term. If you have time and courage, you should remove the custom Iconv class and replace it with the Decoder[1] class from heliotrope. It's a continuation of this Iconv class, taking into account the tricky 1.9. [0] https://github.com/sup-heliotrope/sup/blob/dd129e12603f5c77846c5fa624b8f118d53fbd0e/lib/sup/util.rb#L661 [1] https://github.com/sup-heliotrope/sup/pull/1#issuecomment-12415689 -- Matthieu RAKOTOJAONA _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk