Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 112894

Summary: Ebuild for Nihongo Benkyo 0.3
Product: Gentoo Linux Reporter: Sebastian Herbord <sh_tannin>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: normal CC: StormByte, teidakankan, vanquirius
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 112900    
Bug Blocks:    
Attachments: nihongo benkyo ebuild
sqlite3-ruby ebuild
nihongobenkyo-0.3-r1

Description Sebastian Herbord 2005-11-18 03:50:46 UTC
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.
Comment 1 Sebastian Herbord 2005-11-18 03:51:43 UTC
Created attachment 73127 [details]
nihongo benkyo ebuild
Comment 2 Sebastian Herbord 2005-11-18 03:52:10 UTC
Created attachment 73128 [details]
sqlite3-ruby ebuild
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-11-18 03:53:54 UTC
Please, file a separate bug for sqlite3-ruby and make it block this one. Thanks!
Comment 4 Sebastian Herbord 2005-11-24 03:58:24 UTC
Created attachment 73485 [details]
nihongobenkyo-0.3-r1

fixed a missing dependency
Comment 5 Sascha Wintz 2005-12-10 11:26:46 UTC
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
Comment 6 Sebastian Herbord 2005-12-12 08:19:58 UTC
(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? 
Comment 7 crusaderky 2006-10-15 16:01:14 UTC
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.
Comment 8 David Carlos Manuelda 2011-05-17 03:50:44 UTC
Any updates on this front? It would be good to have a japanese learning tool in portage :)