[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sup-talk] small patch and build error



Hi there again,
I have a small patch as well. This one is against sup-next and fixes a
path issue in the rakefile ("cannot load such file -- sup-files") and a
deprecation warning ("WARNING: rake/gempackagetask is deprecated.  Use
rubygems/package_task instead")

However, I don't manage to build sup-next, this time with:
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': iconv will
be deprecated in the future, use String#encode instead.
/usr/lib/ruby/gems/1.9.1/gems/gettext-2.1.0/lib/gettext/runtime/locale_path.rb:20:
Use RbConfig instead of obsolete and deprecated Config.
rake aborted!
invalid date format in specification: "2011-11-19 01:30:45 +0100"

I don't quite know how to fix this one.

Regards,
Philipp
--- ../sup-next/Rakefile	2011-11-19 01:15:01.091850944 +0100
+++ Rakefile	2011-11-19 01:25:10.155791337 +0100
@@ -31,9 +31,9 @@
 
 $:.push "lib"
 require 'rubygems'
-require "sup-files"
-require "sup-version"
-require 'rake/gempackagetask.rb'
+require "./sup-files"
+require "./sup-version"
+require 'rubygems/package_task.rb'
 
 spec = Gem::Specification.new do |s|
   s.name = %q{sup}
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk