[DRE-commits] [SCM] gem2deb.git branch, master, updated. 9a1f733ad08434bc9b321f1a5143da2e13acd962
Lucas Nussbaum
lucas at lucas-nussbaum.net
Fri Mar 11 21:04:42 UTC 2011
The following commit has been merged in the master branch:
commit 9a1f733ad08434bc9b321f1a5143da2e13acd962
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date: Fri Mar 11 22:05:19 2011 +0100
Add TODO: gem2deb yajl-ruby doesn't work
diff --git a/debian/TODO b/debian/TODO
index 4616e84..f64e0d8 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -3,3 +3,8 @@ it should be possible to rewrite shebangs to something else than ruby1.8
handle the cases of termios and ncurses (extconf.rb in root dir)
Generate a basic debian/copyright using DEP5
+
+21:38 < Mithrandir> lucas: gem fetch yajl-ruby; gem2deb yajl-ruby-0.8.1.gem errors out with a duplicate Package field
+21:49 < Mithrandir> after building yajl (which is a compiled extension) and doing require 'yajl', I get LoadError: no such file to load -- yajl/yajl
+21:49 < Mithrandir> I think that's because the .so is in /usr/lib/ruby/vendor_ruby/1.8/x86_64-linux/yajl.so
+21:50 < Mithrandir> yup, doing ln -s . /usr/lib/ruby/vendor_ruby/1.8/x86_64-linux/yajl works around it.
--
gem2deb.git
More information about the Pkg-ruby-extras-commits
mailing list