Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474846 - dev-db/mongodb-2.4.4 USE=mms-agent should DEPEND on app-arch/unzip
Summary: dev-db/mongodb-2.4.4 USE=mms-agent should DEPEND on app-arch/unzip
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-26 09:27 UTC by Thomas Coquelin
Modified: 2013-07-15 07:54 UTC (History)
2 users (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 Thomas Coquelin 2013-06-26 09:27:55 UTC
Emerge of MongoDB 2.4.4 with mms-agent fails because unzip is missing:

>>> Emerging (2 of 3) dev-db/mongodb-2.4.4
 * mongodb-src-r2.4.4.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...      [ ok ]
 * 20130605-10gen-mms-agent.zip SHA256 SHA512 WHIRLPOOL size ;-) ...   [ ok ]
>>> Unpacking source...
>>> Unpacking mongodb-src-r2.4.4.tar.gz to /var/tmp/portage/dev-db/mongodb-2.4.4/work
>>> Unpacking 20130605-10gen-mms-agent.zip to /var/tmp/portage/dev-db/mongodb-2.4.4/work
/usr/lib64/portage/bin/phase-helpers.sh: line 339: unzip: command not found
 * ERROR: dev-db/mongodb-2.4.4 failed (unpack phase):
 *   failure unpacking 20130605-10gen-mms-agent.zip
...

Please consider adding something like:
mms-agent? ( app-arch/unzip )
to the build dependencies.

Regards
Comment 1 Ultrabug gentoo-dev 2013-07-15 07:54:18 UTC
Fixed in tree, thank you thomas !

+  15 Jul 2013; Ultrabug <ultrabug@gentoo.org> mongodb-2.2.4.ebuild,
+  mongodb-2.4.5.ebuild:
+  add missing dep thx to thomas coquelin, fix #474846
+