Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223619 - failed ebuild of sys-power/iasl-20060912
Summary: failed ebuild of sys-power/iasl-20060912
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-25 22:21 UTC by Janez Zemva
Modified: 2008-05-26 21:51 UTC (History)
1 user (show)

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


Attachments
acpica-unix-20060512-buildfixup.patch-20529.out (acpica-unix-20060512-buildfixup.patch-20529.out,2.24 KB, text/plain)
2008-05-26 14:31 UTC, Christian Weiske
Details
emerge --info (emerge--info,3.91 KB, text/plain)
2008-05-26 14:32 UTC, Christian Weiske
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Janez Zemva 2008-05-25 22:21:29 UTC
* Failed Patch: acpica-unix-20060512-buildfixup.patch !
 *  ( /usr/portage/sys-power/iasl/files/acpica-unix-20060512-buildfixup.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/sys-power/iasl-20060912/temp/acpica-unix-20060512-buildfixup.patch-13898.out

 *
 * ERROR: sys-power/iasl-20060912 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2133:  Called epatch 'src_unpack'
 *             environment, line 1132:  Called die
 * The specific snippet of code:
 *                   die "Failed Patch: ${patchname}!";
 *  The die message:
 *   Failed Patch: acpica-unix-20060512-buildfixup.patch!
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-power/iasl-20060912/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-power/iasl-20060912/temp/environment'.
 *


Reproducible: Always

Steps to Reproduce:
1. emerge iasl

Actual Results:  
error

Expected Results:  
success
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-05-26 03:25:06 UTC
You forgot to include the contents of /var/tmp/portage/sys-power/iasl-20060912/temp/acpica-unix-20060512-buildfixup.patch-13898.out in your bug report. Also, you omitted your emerge --info.
Comment 2 Christian Weiske 2008-05-26 14:31:16 UTC
Created attachment 154357 [details]
acpica-unix-20060512-buildfixup.patch-20529.out
Comment 3 Christian Weiske 2008-05-26 14:32:36 UTC
Created attachment 154359 [details]
emerge --info
Comment 4 Andre Hinrichs 2008-05-26 17:50:56 UTC
That's a version conflict which is easy to overlook since 20060512 and 20060912 look quite similar, but they aren't...
Comment 5 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-05-26 21:51:47 UTC
No, the patch itself is correct, the problem was me fixing the quotes before when I was tidying up the ebuilds, I overquoted the EPATCH_OPTS string, so it was looking for "'${PATH}'" with the single quotes as part of the directory name.