Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523026 - app-arch/snappy-1.1.2-r1 - default_src_prepare() is not supported in EAPI='5' in phase src_prepare
Summary: app-arch/snappy-1.1.2-r1 - default_src_prepare() is not supported in EAPI='5'...
Status: RESOLVED DUPLICATE of bug 523182
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-17 11:43 UTC by Phil Tooley
Modified: 2014-09-22 08:13 UTC (History)
2 users (show)

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


Attachments
snappy_ebuild_fix.patch (snappy_ebuild_fix.patch,668 bytes, patch)
2014-09-20 13:32 UTC, Wojciech Myrda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Tooley 2014-09-17 11:43:19 UTC
Build of app-arch/snappy-1.1.2-r1 fails in src_prepare step with:
 *   default_src_prepare() is not supported in EAPI='5' in phase src_prepare


Reproducible: Always

Steps to Reproduce:
1. emerge -1 =app-arch/snappy



 * Package:    app-arch/snappy-1.1.2-r1
 * Repository: gentoo
 * Maintainer: radhermit@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking snappy-1.1.2.tar.gz to /var/tmp/portage/app-arch/snappy-1.1.2-r1/work
>>> Source unpacked in /var/tmp/portage/app-arch/snappy-1.1.2-r1/work
>>> Preparing source in /var/tmp/portage/app-arch/snappy-1.1.2-r1/work/snappy-1.1.2 ...
 * ERROR: app-arch/snappy-1.1.2-r1::gentoo failed (prepare phase):
 *   default_src_prepare() is not supported in EAPI='5' in phase src_prepare
 * 
 * Call stack:
 *            ebuild.sh, line   93:  Called src_prepare
 *          environment, line 3407:  Called default
 *   phase-functions.sh, line  770:  Called default_src_prepare
 *   phase-functions.sh, line  763:  Called die
 * The specific snippet of code:
 *      done
 * 
 * If you need support, post the output of `emerge --info '=app-arch/snappy-1.1.2-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-arch/snappy-1.1.2-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-arch/snappy-1.1.2-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-arch/snappy-1.1.2-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-arch/snappy-1.1.2-r1/work/snappy-1.1.2'
 * S: '/var/tmp/portage/app-arch/snappy-1.1.2-r1/work/snappy-1.1.2'
Comment 1 Wojciech Myrda 2014-09-20 13:32:34 UTC
Created attachment 385184 [details, diff]
snappy_ebuild_fix.patch

Maybe there is a better way, but this ebuild fix made this package compile again for me
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-20 20:01:26 UTC

*** This bug has been marked as a duplicate of bug 523182 ***