Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446178 - app-portage/eix 0.27.5-r1 included patch has wrong name
Summary: app-portage/eix 0.27.5-r1 included patch has wrong name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
: 446265 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-12-05 23:20 UTC by zlg (RETIRED)
Modified: 2012-12-06 16:22 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zlg (RETIRED) gentoo-dev 2012-12-05 23:20:42 UTC
The patch that's included with eix-0.27.5-r1 is named "eix-0.2.5-commentlines.patch" instead of "eix-0.27.5-commentlines.patch", which is what the ebuild is looking for.

To fix, just rename the patch file.

Reproducible: Always

Steps to Reproduce:
1. Update portage with `emerge --sync`
2. Update eix
3. ???
4. No Profit
Actual Results:  
>>> Emerging (1 of 28) app-portage/eix-0.27.5-r1
 * eix-0.27.5.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                   [ ok ]
>>> Unpacking source...
>>> Unpacking eix-0.27.5.tar.xz to /var/tmp/portage/app-portage/eix-0.27.5-r1/work
>>> Source unpacked in /var/tmp/portage/app-portage/eix-0.27.5-r1/work
>>> Preparing source in /var/tmp/portage/app-portage/eix-0.27.5-r1/work/eix-0.27.5 ...

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/app-portage/eix/files/eix-0.27.5-commentlines.patch
 *   ( eix-0.27.5-commentlines.patch )

 * ERROR: app-portage/eix-0.27.5-r1 failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2113:  Called epatch '/usr/portage/app-portage/eix/files/eix-0.27.5-commentlines.patch'
 *   environment, line  815:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
 * 
 * If you need support, post the output of `emerge --info '=app-portage/eix-0.27.5-r1'`,
 * the complete build log and the output of `emerge -pqv '=app-portage/eix-0.27.5-r1'`.
 * The complete build log is located at '/var/tmp/portage/app-portage/eix-0.27.5-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-portage/eix-0.27.5-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-portage/eix-0.27.5-r1/work/eix-0.27.5'
 * S: '/var/tmp/portage/app-portage/eix-0.27.5-r1/work/eix-0.27.5'

>>> Failed to emerge app-portage/eix-0.27.5-r1, Log file:

>>>  '/var/tmp/portage/app-portage/eix-0.27.5-r1/temp/build.log'

 * Messages for package app-portage/eix-0.27.5-r1:

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/app-portage/eix/files/eix-0.27.5-commentlines.patch
 *   ( eix-0.27.5-commentlines.patch )
 * ERROR: app-portage/eix-0.27.5-r1 failed (prepare phase):
 *   Cannot find $EPATCH_SOURCE!
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2113:  Called epatch '/usr/portage/app-portage/eix/files/eix-0.27.5-commentlines.patch'
 *   environment, line  815:  Called die
 * The specific snippet of code:
 *                   die "Cannot find \$EPATCH_SOURCE!";
 * 
 * If you need support, post the output of `emerge --info '=app-portage/eix-0.27.5-r1'`,
 * the complete build log and the output of `emerge -pqv '=app-portage/eix-0.27.5-r1'`.
 * The complete build log is located at '/var/tmp/portage/app-portage/eix-0.27.5-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-portage/eix-0.27.5-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-portage/eix-0.27.5-r1/work/eix-0.27.5'
 * S: '/var/tmp/portage/app-portage/eix-0.27.5-r1/work/eix-0.27.5'

Expected Results:  
eix should have properly updated.

The patch that's included with eix-0.27.5-r1 is named "eix-0.2.5-commentlines.patch" instead of "eix-0.27.5-commentlines.patch", which is what the ebuild is looking for.

To fix, just rename the patch file.
Comment 1 Geoff Madden 2012-12-06 03:17:34 UTC
Dont forget to run ebuild to rebuild the manifest
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-06 16:22:47 UTC
*** Bug 446265 has been marked as a duplicate of this bug. ***