Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#37613 - [ruby-iconv] LoadError: cannot load such file -- iconv/iconv.so
Attached to Project:
Community Packages
Opened by Leif Warner (pdxleif) - Sunday, 03 November 2013, 00:30 GMT
Last edited by Maxime Gauduin (Alucryd) - Sunday, 03 November 2013, 11:24 GMT
Opened by Leif Warner (pdxleif) - Sunday, 03 November 2013, 00:30 GMT
Last edited by Maxime Gauduin (Alucryd) - Sunday, 03 November 2013, 11:24 GMT
|
Detailsx64
ruby-iconv-1.0.3-4 from [community] irb> require 'iconv' LoadError: cannot load such file -- iconv/iconv.so from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require' from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require' from /usr/lib/ruby/vendor_ruby/2.0.0/iconv.rb:1:in `<top (required)>' from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require' from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require' from (irb):1 from /usr/bin/irb:12:in `<main>' I see it in the package, though: ruby-iconv /usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux/iconv.so |
This task depends upon
Closed by Maxime Gauduin (Alucryd)
Sunday, 03 November 2013, 11:24 GMT
Reason for closing: Fixed
Additional comments about closing: 1.0.3-6
Sunday, 03 November 2013, 11:24 GMT
Reason for closing: Fixed
Additional comments about closing: 1.0.3-6
/usr/lib/ruby/vendor_ruby/2.0.0/iconv.rb
to say
require "x86_64-linux/iconv.so"
instead of
require "iconv/iconv.so"
this works.
Or perhaps that .so should be installed at the path this .rb code expects?