Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25255 - xmms-1.2.7-r2{0,1,2,3} fails to build with useflags 3dnow -mmx
Summary: xmms-1.2.7-r2{0,1,2,3} fails to build with useflags 3dnow -mmx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-25 06:26 UTC by Ricardo Cordeiro
Modified: 2003-08-08 19:04 UTC (History)
0 users

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


Attachments
Patch for xmms-1.2.7-r23.ebuild (xmms-1.2.7-r23.patch,512 bytes, patch)
2003-07-25 06:29 UTC, Ricardo Cordeiro
Details | Diff
Patch for xmms-1.2.7-r23.ebuild (xmms-1.2.7-r23.patch,512 bytes, patch)
2003-07-25 06:29 UTC, Ricardo Cordeiro
Details | Diff
Patch for xmms-1.2.7-r23.ebuild (xmms-1.2.7-r23.patch,512 bytes, text/plain)
2003-07-25 06:29 UTC, Ricardo Cordeiro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ricardo Cordeiro 2003-07-25 06:26:51 UTC
The ebuild scripts fails to download the xmms-1.2.7-mmx.patch.gz file without the mmx useflag, and later tries to apply it.

Reproducible: Always
Steps to Reproduce:

1. ebuild xmms-1.2.7-r23.ebuild unpack
2.
3.

Actual Results:  
>>> md5 src_uri ;-) xmms-1.2.7.tar.gz
>>> Checking xmms-1.2.7.tar.gz's mtime...
>>> Checking xmms-1.2.7-mmx.patch.gz's mtime...
>>> Not marked as unpacked; recreating WORKDIR...
>>> Unpacking source...
>>> Unpacking xmms-1.2.7.tar.gz to /var/tmp/portage/xmms-1.2.7-r23/work
 * Applying xmms-jump.patch...                                                                                                [ ok ]
 * Applying xmms-sigterm.patch...                                                                                             [ ok ]
3dnow

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/distfiles/xmms-1.2.7-mmx.patch.gz


!!! ERROR: media-sound/xmms-1.2.7-r23 failed.
!!! Function epatch, Line 181, Exitcode 0
!!! Cannot find $EPATCH_SOURCE!


Expected Results:  
no errors

A way to solve this is to change the SRC_URI variable on the script as in the patch for r23 attached.
Comment 1 Ricardo Cordeiro 2003-07-25 06:29:01 UTC
Created attachment 14995 [details, diff]
Patch for xmms-1.2.7-r23.ebuild
Comment 2 Ricardo Cordeiro 2003-07-25 06:29:29 UTC
Created attachment 14996 [details, diff]
Patch for xmms-1.2.7-r23.ebuild
Comment 3 Ricardo Cordeiro 2003-07-25 06:29:48 UTC
Created attachment 14997 [details]
Patch for xmms-1.2.7-r23.ebuild
Comment 4 Ricardo Cordeiro 2003-07-25 06:32:33 UTC
Sorry about the repeated attachements, but I was getting a 400 error code and didn't know it had already been sent.
Comment 5 J. Ellis (RETIRED) gentoo-dev 2003-08-08 19:04:02 UTC
Applied. Thanks.