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

Bug 474846

Summary: dev-db/mongodb-2.4.4 USE=mms-agent should DEPEND on app-arch/unzip
Product: Gentoo Linux Reporter: Thomas Coquelin <totocoq>
Component: Current packagesAssignee: Ultrabug <ultrabug>
Status: RESOLVED FIXED    
Severity: normal CC: bugs, proxy-maint
Priority: Normal    
Version: 10.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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
+