Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620300 - dev-python/pyldap-2.4.28[examples] - EXAMPLES are banned in EAPI 6
Summary: dev-python/pyldap-2.4.28[examples] - EXAMPLES are banned in EAPI 6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-01 00:21 UTC by Alessandro Barbieri
Modified: 2017-06-02 00:00 UTC (History)
1 user (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 Alessandro Barbieri 2017-06-01 00:21:50 UTC
Just what the summary says

running install_scripts
 * python3_5: running distutils-r1_run_phase python_install_all
 * ERROR: dev-python/pyldap-2.4.28::gentoo failed (install phase):
 *   EXAMPLES are banned in EAPI 6
 *
 * Call stack:
 *     ebuild.sh, line  115:  Called src_install
 *   environment, line 3569:  Called distutils-r1_src_install
 *   environment, line 1588:  Called _distutils-r1_run_common_phase 'python_install_all'
 *   environment, line 1052:  Called multibuild_foreach_variant 'distutils-r1_run_phase' 'python_install_all'
 *   environment, line 2282:  Called _multibuild_run 'distutils-r1_run_phase' 'python_install_all'
 *   environment, line 2280:  Called distutils-r1_run_phase 'python_install_all'
 *   environment, line 1552:  Called python_install_all
 *   environment, line 3229:  Called distutils-r1_python_install_all
 *   environment, line 1492:  Called die
 * The specific snippet of code:
 *           [[ ${EAPI} != [45] ]] && die "EXAMPLES are banned in EAPI ${EAPI}";
Comment 1 Mike Gilbert gentoo-dev 2017-06-02 00:00:13 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc61be582964252d30c272be493136391dbf9d9f

commit cc61be582964252d30c272be493136391dbf9d9f
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Thu Jun 1 19:59:18 2017 -0400

    dev-python/pyldap: fix examples install
    
    Bug: https://bugs.gentoo.org/620300
    Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

 dev-python/pyldap/pyldap-2.4.28.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)