Bug 188643 - security/whatweb does not work
Summary: security/whatweb does not work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 06:20 UTC by agr
Modified: 2014-06-04 20:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description agr 2014-04-15 06:20:00 UTC
 whatweb (any ip)
 
 /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the future, use String#encode instead.
 NOTE: Gem.available? is deprecated, use Specification::find_by_name. It will be removed on or after 2011-11-01.
 Gem.available? called from /usr/local/bin/whatweb:55.
 NOTE: Gem.available? is deprecated, use Specification::find_by_name. It will be removed on or after 2011-11-01.
 Gem.available? called from /usr/local/bin/whatweb:66.
 NOTE: Gem.available? is deprecated, use Specification::find_by_name. It will be removed on or after 2011-11-01.
 Gem.available? called from /usr/local/bin/whatweb:76.
 NOTE: Gem.available? is deprecated, use Specification::find_by_name. It will be removed on or after 2011-11-01.
 Gem.available? called from /usr/local/bin/whatweb:86.
 /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require': /usr/local/lib/ruby/site_ruby/1.9/whatweb/lib/tld.rb:76: invalid multibyte char (US-ASCII) (SyntaxError)
 /usr/local/lib/ruby/site_ruby/1.9/whatweb/lib/tld.rb:76: invalid multibyte char (US-ASCII)
 /usr/local/lib/ruby/site_ruby/1.9/whatweb/lib/tld.rb:76: syntax error, unexpected $end, expecting '}'
 ..stration"=>false,"country"=>"ц┘land Islands","slds"=>[]},
 ..                               ^
         from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require'
         from /usr/local/bin/whatweb:117:in `<main>'
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-04-15 17:59:52 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

give this a valid Synopsis and make it a ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-15 18:01:47 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-15 18:01:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-06-04 20:04:27 UTC
A commit references this bug:

Author: rm
Date: Wed Jun  4 20:03:41 UTC 2014
New revision: 356540
URL: http://svnweb.freebsd.org/changeset/ports/356540

Log:
  security/whatweb: unbreak by update

  - unbreak by update to 1.4.8-dev (ruby 1.9-aware)
  - switch to github
  - add staging support

  PR:		188643
  Reported by:	agr@mail.ru

Changes:
  head/security/whatweb/Makefile
  head/security/whatweb/distinfo
  head/security/whatweb/pkg-descr
  head/security/whatweb/pkg-plist
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-06-04 20:07:10 UTC
0.4.7 doesn't works with ruby 1.9. I just update the port to latest revision on github, so problem is now solved. Thanks for reporting.