pentoo / pentoo-historical

read-only historical backup of pentoo from googlecode
https://code.google.com/p/pentoo/
2 stars 1 forks source link

cewl is broken #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click Cewl under Applicications>Pentoo>Cracker/Bruter>Cewl
2. ( or ) run cewl from terminatal
3.

What is the expected output? What do you see instead?

Expected Output:

CeWL 5.0 Robin Wood (robin@digininja.org) (www.digininja.org)
Missing url argument (try --help)

What I see Instead:

-e:1: Use RbConfig instead of obsolete and deprecated Config.
/usr/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': 
cannot load such file -- ./cewl_lib (LoadError)
    from /usr/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /usr/lib/ruby/site_ruby/cewl.rb:66:in `<main>'

What version of the product are you using? On what operating system?
Pentoo Linux_i686_2013.0_RC1.9

Please provide any additional information below.

By downloading the most recent version of cewl from: 
http://www.digininja.org/projects/cewl.php#download
and then running gem install --user-install spider http_configuration 
mini_exiftool zip mime-types , I now have a working version of cewl. I should 
note that before I ran the above gem command, I also ran gem install mime and 
zip, as the programs output requested.

This is my first issue, so pardon any faults. I hope that in some way it has 
contributed to the great work of art that is Pentoo. Thank you for all your 
hard work!

Original issue reported on code.google.com by EvilElec...@gmail.com on 30 Aug 2013 at 1:22

GoogleCodeExporter commented 9 years ago
that's the buggy software.
It can't find ./cewl_lib because it's in the system dir, not in the current.
Also, I fixed few dep calls: 'zip/zip' instead of 'zip' and few others.
See https://code.google.com/p/pentoo/source/detail?r=4978 for more details.

Please delete your local gems and upgrade properly using emerge.

thanks ;-)

Original comment by blshkv on 30 Aug 2013 at 3:10