Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 351269 - www-client/elinks-0.11.7 missing elinks-0.10.1-utf_8_io-default.patch with USE=unicode
Summary: www-client/elinks-0.11.7 missing elinks-0.10.1-utf_8_io-default.patch with US...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 04:27 UTC by CJ Kucera
Modified: 2011-01-10 21:15 UTC (History)
2 users (show)

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


Attachments
The file which was removed (elinks-0.10.1-utf_8_io-default.patch,456 bytes, patch)
2011-01-10 18:12 UTC, Honza
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description CJ Kucera 2011-01-10 04:27:09 UTC
The elinks-0.11.7 ebuild tries to use elinks-0.10.1-utf_8_io-default.patch when the "unicode" USE flag, but that patch appears to have been removed from CVS a few days ago.  Either the ebuild needs to be modified to not use the patch, or the patch should be re-added to the repository.

Reproducible: Always

Steps to Reproduce:
1. USE="unicode" emerge =elinks-0.11.7
Actual Results:  
 * Messages for package www-client/elinks-0.11.7:

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch
 *   ( elinks-0.10.1-utf_8_io-default.patch )
 * ERROR: www-client/elinks-0.11.7 failed:
 *   Cannot find $EPATCH_SOURCE!
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_prepare
 *   environment, line 3261:  Called epatch '/usr/portage/www-client/elinks/files/elinks-0.10.1-utf_8_io-default.patch'
 *   environment, line 1711:  Called die
 * The specific snippet of code:
 *               die "Cannot find \$EPATCH_SOURCE!";
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2011-01-10 21:15:09 UTC
Patch restored.  Thanks for reporting the problem.