Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411571 - net-analyzer/metasploit-4 should depend on dev-ruby/msgpack
Summary: net-analyzer/metasploit-4 should depend on dev-ruby/msgpack
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on: 412603
Blocks:
  Show dependency tree
 
Reported: 2012-04-11 09:42 UTC by Mira Ressel
Modified: 2013-07-10 13:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mira Ressel 2012-04-11 09:42:53 UTC
If dev-ruby/msgpack isn't installed on the system, msfrpcd4* fails.

Solution: Add dev-ruby/msgpack to the RDEPEND variable of the net-analyzer/metasploit-4* ebuilds.

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2012-04-19 06:18:26 UTC
Reproduced, not all keywords are in place, so let's give arch teams a chance to fix that
Comment 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2013-07-10 13:42:23 UTC
# qlist -Iev metasploit
net-analyzer/metasploit-4.0.0-r1
# qlist -Iev msgpack   
# /usr/bin/msfrpcd4.0 -P somepassword
[*] XMLRPC starting on 0.0.0.0:55553 (SSL):Basic...
[*] XMLRPC backgrounding at Wed Jul 10 13:22:36 +0000 2013...
# ps aux | grep msfrpcd
root     18384  8.8  0.5  97380 91940 pts/0    S    13:22   0:05 msfrpcd

Seems that 4.0.0-1 is OK.

I have found the failure on 4.2.0. I haven't tried higher versiones because they don't have ppc keyword.

Added dev-ruby/msgpack to the RDEPEND variable on metasploit-4.2.0.ebuild.