Nihongo Benkyo is a Japanese dictionary and learning tool. Since it requires sqlite3-ruby, for which there is no ebuild yet, I'll attache one for that too. This is my first ebuild, so I'd appreciate all comments. Also, this ebuilds are only tested on amd64. I added x86 to the keywords because I can't think of a reason why it shouldn't work. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 73127 [details] nihongo benkyo ebuild
Created attachment 73128 [details] sqlite3-ruby ebuild
Please, file a separate bug for sqlite3-ruby and make it block this one. Thanks!
Created attachment 73485 [details] nihongobenkyo-0.3-r1 fixed a missing dependency
Hello! I installed this ebuild, and the sqlite3-ruby package. Everything seemed to have build jut fine, but Nihongo Benkyo won't start, because of this error /usr/bin/nihongobenkyo:6:in `require': no such file to load -- gettext (LoadError) from /usr/bin/nihongobenkyo:6 I have dev-ruby/ruby-gettext-1.0.0 installed. So what am I doing wrong here? :-) Thanks
(In reply to comment #5) Sorry, I don't know so much about ruby, so I'm not sure I can help you. I believe what you're encountering is a bug in the ruby-gettext package, since it requires rubygems (an extension management system for ruby) but doesn't specify that requirement. Please try installing rubygems manually (if it isn't installed yet) and report whether it works or not. If rubygems is installed and it still doesn't work: is the "RUBYOPT" environment-variable set to "-rubygems" as it should?
doesn't work. ---> ext/nihongobenkyo/import make make: *** No targets specified and no makefile found. Stop. setup.rb:656:in `command': system("make") failed (RuntimeError) from setup.rb:665:in `make' from setup.rb:1286:in `setup_dir_ext' from setup.rb:1498:in `__send__' from setup.rb:1498:in `traverse' from setup.rb:1515:in `dive_into' from setup.rb:1496:in `traverse' from setup.rb:1500:in `traverse' from setup.rb:1499:in `each' ... 13 levels... from setup.rb:827:in `__send__' from setup.rb:827:in `invoke' from setup.rb:774:in `invoke' from setup.rb:1544 !!! ERROR: app-dicts/nihongobenkyo-0.3-r1 failed.
Any updates on this front? It would be good to have a japanese learning tool in portage :)