Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524910 - x11-misc/virtualgl-2.3.3 - default_src_prepare() is not supported in EAPI='5' in phase src_prepare
Summary: x11-misc/virtualgl-2.3.3 - 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: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-10 01:40 UTC by renesanso
Modified: 2014-10-11 03:14 UTC (History)
0 users

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 renesanso 2014-10-10 01:40:24 UTC
x11-misc/virtualgl-2.3.3 failed to build:
 *   default_src_prepare() is not supported in EAPI='5' in phase src_prepare
need to comment line 58 ("default")  in file virtualgl-2.3.3.ebuild

Reproducible: Always




>>> Verifying ebuild manifests
>>> Emerging (1 of 1) x11-misc/virtualgl-2.3.3::gentoo
>>> Failed to emerge x11-misc/virtualgl-2.3.3, Log file:
>>>  '/var/tmp/portage/x11-misc/virtualgl-2.3.3/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 0.22, 0.19, 0.28
 * Package:    x11-misc/virtualgl-2.3.3
 * Repository: gentoo
 * Maintainer: pacho@gentoo.org mva@mva.name,rei4dan@gmail.com,proxy-maint@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
 * ERROR: x11-misc/virtualgl-2.3.3::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 3356:  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 '=x11-misc/virtualgl-2.3.3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-misc/virtualgl-2.3.3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/x11-misc/virtualgl-2.3.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-misc/virtualgl-2.3.3/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-misc/virtualgl-2.3.3/work/VirtualGL-2.3.3'
 * S: '/var/tmp/portage/x11-misc/virtualgl-2.3.3/work/VirtualGL-2.3.3'
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-10 06:47:20 UTC

*** This bug has been marked as a duplicate of bug 523182 ***
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-10-10 06:48:26 UTC
(In reply to renesanso from comment #0)
> x11-misc/virtualgl-2.3.3 failed to build:
>  *   default_src_prepare() is not supported in EAPI='5' in phase src_prepare
> need to comment line 58 ("default")  in file virtualgl-2.3.3.ebuild

No, that's perfectly valid. sys-apps/portage was at fault.
Comment 3 renesanso 2014-10-11 03:14:07 UTC
(In reply to Jeroen Roovers from comment #2)
> (In reply to renesanso from comment #0)
> > x11-misc/virtualgl-2.3.3 failed to build:
> >  *   default_src_prepare() is not supported in EAPI='5' in phase src_prepare
> > need to comment line 58 ("default")  in file virtualgl-2.3.3.ebuild
> 
> No, that's perfectly valid. sys-apps/portage was at fault.

I have this error (default_src_prepare())  and use portage 2.2.13. All worked when I delete "default" string in src_prepare section in ebuilds. What I did wrong?
Comment 4 renesanso 2014-10-11 03:14:59 UTC
(In reply to Jeroen Roovers from comment #2)
> (In reply to renesanso from comment #0)
> > x11-misc/virtualgl-2.3.3 failed to build:
> >  *   default_src_prepare() is not supported in EAPI='5' in phase src_prepare
> > need to comment line 58 ("default")  in file virtualgl-2.3.3.ebuild
> 
> No, that's perfectly valid. sys-apps/portage was at fault.

Update to portage-2.2.14_rc1?