First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 55843
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christoph Sarnowski <pixelbrei@h3c.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 55843 depends on: Show dependency tree
Show dependency graph
Bug 55843 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-07-01 17:49 0000
In this specific ebuild, there is a typo, which makes portage try to unpack a
file which does not exist. In quake2-icculus-0.15-r1.ebuild, line 47, the code
"$(useq xatrix && echo matrix)" should read "$(useq xatrix && echo xatrix)".

Reproducible: Always
Steps to Reproduce:
1. Set USE="xatrix"
2. emerge =quake2-icculus-0.15-r1


Actual Results:  
emerge wants to unpack a file named matrixsrc320.shar.Z (which, of course,
doesn't exist), instead of the downloaded xatrixsrc320.shar.Z.

Expected Results:  
It should unpack the file downloaded, with correct filename.

------- Comment #1 From Mr. Bones. 2004-07-01 18:51:11 0000 -------
Fixed in cvs.  Thanks for the bug report.

First Last Prev Next    No search results available      Search page      Enter new bug