From owner-freebsd-ports@FreeBSD.ORG Tue Nov 3 06:57:12 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C501065679; Tue, 3 Nov 2009 06:57:12 +0000 (UTC) (envelope-from sebastian.holmqvist@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id E6CD98FC0C; Tue, 3 Nov 2009 06:57:11 +0000 (UTC) Received: by ewy18 with SMTP id 18so5176054ewy.43 for ; Mon, 02 Nov 2009 22:57:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date:cc :x-mailer; bh=Eq/AIOwg+k2AabypFXdArSMZsn7HZZEDoHetlv7gwGw=; b=sdCBCjOQDl3k1KPkgqTjzCkHwJTnIxSWO2oFRMUMgboBqEd7psaE9gOmdUQ/l7QyBR 4ErZ+hSnRnNXy0LHzJ43Sb4Nyn6d60cVakcA16VlKgyenyvlIxw9TNIGif4tt9Z8ZXg+ GWfN+GkJiZF9zHBVb2aSrga0AYOhCIyKwgFnI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:cc:x-mailer; b=bnsXpRt2VG/hEsifJ0G0ItDD8PADswuK3FSF7mqcry3vcuRWkRVVit9qpWlTFXQRcn L3FAf+gQzoQbv+o8UAO/GwFuJRfiDJ1oTUlwgyJovNQNk/w0g7WbDfPfKSkW0EhDqTuw E0yztSfk2VoOE1VJYB/nGNt6RcHRtuPKUlN1w= Received: by 10.216.86.9 with SMTP id v9mr5853810wee.148.1257229850064; Mon, 02 Nov 2009 22:30:50 -0800 (PST) Received: from ?192.168.0.144? (c83-248-193-150.bredband.comhem.se [83.248.193.150]) by mx.google.com with ESMTPS id 7sm7080187eyg.1.2009.11.02.22.30.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Nov 2009 22:30:49 -0800 (PST) Message-Id: <88B3456F-FBC4-417F-B5B0-47DA9A09384B@gmail.com> From: Sebastian Holmqvist To: pgollucci@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Tue, 3 Nov 2009 07:30:47 +0100 X-Mailer: Apple Mail (2.936) Cc: ports@FreeBSD.org Subject: FreeBSD Port: rubygem-rails-2.3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2009 06:57:12 -0000 Hi! The port rubygem-rails installed flawlessly, but executing rails failed with an error; /usr/local/lib/ruby/gems/1.8/gems/rails-2.2.2/bin/../lib/ rails_generator/options.rb:32:in `default_options': undefined method `write_inheritable_attribute' for Rails::Generator::Base:Class (NoMethodError) Troubleshooting revealed the following; irb(main):001:0> require 'rubygems' => true irb(main):002:0> require 'activesupport' LoadError: no such file to load -- iconv So I installed /usr/ports/converters/ruby-iconv and now it works! It would be nice to include ruby-iconv as a dependancy to avoid this issue. Note that this is a freshly installed 7.2-release. Sincerely, /Sebastian