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

Bug 60408

Summary: redhat-artwork needs zip if the xmms USE-flag is set.
Product: Gentoo Linux Reporter: Simon Strandman <simon.strandman>
Component: Current packagesAssignee: Alastair Tse (RETIRED) <liquidx>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild patch

Description Simon Strandman 2004-08-15 05:26:31 UTC
Redhat-artwork should depend on zip if the xmms USE-flag is set.

Making all in xmms
make[3]: Entering directory `/var/tmp/portage/redhat-artwork-0.96/work/redhat-artwork-0.96/art/xmms'
mkdir zip-tmp ;                                                                                             \
mkdir zip-tmp/Bluecurve ;                                                                                   \
cp ./Bluecurve/*.bmp ./Bluecurve/*.xcf.gz ./Bluecurve/*.txt zip-tmp/Bluecurve ; \
(cd zip-tmp && zip Bluecurve-xmms.zip Bluecurve/*.bmp Bluecurve/*.xcf.gz Bluecurve/*.txt) ;                 \
mv -f zip-tmp/Bluecurve-xmms.zip . ;                                                                        \
rm -r zip-tmp
/bin/sh: line 1: zip: command not found
mv: cannot stat `zip-tmp/Bluecurve-xmms.zip': No such file or directory
make[3]: Leaving directory `/var/tmp/portage/redhat-artwork-0.96/work/redhat-artwork-0.96/art/xmms'
Comment 1 Simon Strandman 2004-08-15 05:31:46 UTC
Created attachment 37471 [details, diff]
Ebuild patch

A patch for the ebuild.
Comment 2 Simon Strandman 2005-04-02 06:15:29 UTC
This bug has been here for half a year now and still hasn't been resolved even though I made a patch. The build of redhat-artwork uses the program zip to compress the xmms theme so it should have zip as a depend!
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-04-04 09:09:55 UTC
I took a look at this, and it seems that it's not needed anymore with recent redhat-artwork versions (the zip file is included in the distribution and shipped as is.)

I'm closing this bug now, sorry for the delay.