From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.174.193 with SMTP id u1cs117489bkz; Mon, 3 May 2010 12:42:26 -0700 (PDT) Received: by 10.227.145.14 with SMTP id b14mr292328wbv.93.1272915745896; Mon, 03 May 2010 12:42:25 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id z13si15678441wbd.89.2010.05.03.12.42.25; Mon, 03 May 2010 12:42:25 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 55BCF1858341; Mon, 3 May 2010 15:42:24 -0400 (EDT) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 355F31858333 for ; Mon, 3 May 2010 15:40:20 -0400 (EDT) Received: from localhost ([127.0.0.1] helo=entry.masanjin.net) by entry.masanjin.net with esmtp (Exim 4.69) (envelope-from ) id 1O91V3-0003Mr-8X for sup-devel@rubyforge.org; Mon, 03 May 2010 15:40:19 -0400 MIME-Version: 1.0 To: sup-devel@rubyforge.org From: anonymous Date: Mon, 03 May 2010 19:40:16 +0000 Precedence: bulk X-Roundup-Name: Sup issue tracker X-Roundup-Loop: hello X-Roundup-Version: 1.4.10 Message-Id: <1272915616.88.0.00422065712816.issue98@masanjin.net> X-Roundup-issue-status: unread X-Roundup-issue-priority: bug In-Reply-To: <1272915616.88.0.00422065712816.issue98@masanjin.net> Subject: [sup-devel] [issue98] `force_encoding': can't modify frozen string (RuntimeError) - On first start X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Reply-To: Sup issue tracker , Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org New submission from anonymous: Hello, If I start sup or sup-config the very first time, the following error occurs: /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/account.rb:53:in `force_encoding': can't modify frozen string (RuntimeError) from /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/account.rb:53:in `block in add_account' from /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/account.rb:53:in `each' from /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/account.rb:53:in `add_account' from /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/account.rb:37:in `initialize' from /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/util.rb:574:in `new' from /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup/util.rb:574:in `init' from /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/lib/sup.rb:126:in `start' from /usr/lib/ruby/gems/1.9.1/gems/sup-0.11/bin/sup-config:115:in `' from /usr/bin/sup-config:19:in `load' from /usr/bin/sup-config:19:in `
' If I then run the command again, it is working, thus there exists an ~/.sup directory. I can reproduce this error by removing the ~/.sup directory and re-run it again. This 'cant modify frozen string'-issue can not be resolved by applying the lines to multipart.rb mentioned in the FAQ. Best regards ---------- messages: 222 nosy: anonymous priority: bug ruby_version: 1.9.1_p378 status: unread sup_version: 0.11 title: `force_encoding': can't modify frozen string (RuntimeError) - On first start _________________________________________ Sup issue tracker _________________________________________ _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel