Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266414 - media-tv/xbmc should depend on app-arch/zip
Summary: media-tv/xbmc should depend on app-arch/zip
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 19:48 UTC by Robert Kerr
Modified: 2009-04-27 04:07 UTC (History)
0 users

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 Robert Kerr 2009-04-16 19:48:14 UTC
Building xbmc without zip results in:

 * QA Notice: command not found:
 * 
 *      /bin/bash: line 1: zip: command not found
 *      /bin/bash: line 1: zip: command not found

Seems to be part of the internal python build:

pushd ../Python/build/lib.linux-i686-2.4/ && \
                zip -0guq ../../../../../../system/python/python24.zip *.so; \
                popd


Reproducible: Always

Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2009-04-27 04:07:04 UTC
thanks, added to cvs

http://sources.gentoo.org/media-tv/xbmc/xbmc-9999.ebuild?r1=1.19&r2=1.20