Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60408 - redhat-artwork needs zip if the xmms USE-flag is set.
Summary: redhat-artwork needs zip if the xmms USE-flag is set.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-15 05:26 UTC by Simon Strandman
Modified: 2005-04-04 09:09 UTC (History)
0 users

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


Attachments
Ebuild patch (redhat-artwork-0.96.diff,471 bytes, patch)
2004-08-15 05:31 UTC, Simon Strandman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.