ddemidov / ebuilds

Gentoo ebuilds
3 stars 0 forks source link

broken ebuilds #1

Closed Alessandro-Barbieri closed 7 years ago

Alessandro-Barbieri commented 7 years ago

Can you fix them? I suggest to run repoman for QA after.

RepoMan scours the neighborhood...
 * ERROR: app-vim/pyclewn-1.11::ddemidov failed (depend phase):
 *   No supported implementation in PYTHON_COMPAT.
 *
 * Call stack:
 *                ebuild.sh, line 611:  Called source '/var/lib/layman/ddemidov/app-vim/pyclewn/pyclewn-1.11.ebuild'
 *      pyclewn-1.11.ebuild, line   9:  Called inherit 'distutils-r1' 'eutils'
 *                ebuild.sh, line 307:  Called __qa_source '/usr/portage/eclass/distutils-r1.eclass'
 *                ebuild.sh, line 102:  Called source '/usr/portage/eclass/distutils-r1.eclass'
 *      distutils-r1.eclass, line  85:  Called inherit 'multiprocessing' 'python-r1'
 *                ebuild.sh, line 307:  Called __qa_source '/usr/portage/eclass/python-r1.eclass'
 *                ebuild.sh, line 102:  Called source '/usr/portage/eclass/python-r1.eclass'
 *         python-r1.eclass, line 237:  Called _python_set_globals
 *         python-r1.eclass, line 172:  Called _python_set_impls
 *   python-utils-r1.eclass, line 141:  Called die
 * The specific snippet of code:
 *              die "No supported implementation in PYTHON_COMPAT."
 *
 * If you need support, post the output of `emerge --info '=app-vim/pyclewn-1.11::ddemidov'`,
 * the complete build log and the output of `emerge -pqv '=app-vim/pyclewn-1.11::ddemidov'`.
 * Working directory: '/usr/lib64/python3.5/site-packages'
 * S: '/var/tmp/portage/app-vim/pyclewn-1.11/work/pyclewn-1.11'
 * ERROR: dev-util/viennacl-9999::ddemidov failed (depend phase):
 *   EAPI=4 is not supported
 *
 * Call stack:
 *              ebuild.sh, line 611:  Called source '/var/lib/layman/ddemidov/dev-util/viennacl/viennacl-9999.ebuild'
 *   viennacl-9999.ebuild, line   7:  Called inherit 'git-2' 'cmake-utils'
 *              ebuild.sh, line 307:  Called __qa_source '/usr/portage/eclass/cmake-utils.eclass'
 *              ebuild.sh, line 102:  Called source '/usr/portage/eclass/cmake-utils.eclass'
 *     cmake-utils.eclass, line  99:  Called die
 * The specific snippet of code:
 *      *) die "EAPI=${EAPI:-0} is not supported" ;;
 *
 * If you need support, post the output of `emerge --info '=dev-util/viennacl-9999::ddemidov'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/viennacl-9999::ddemidov'`.
 * Working directory: '/usr/lib64/python3.5/site-packages'
 * S: '/var/tmp/portage/dev-util/viennacl-9999/work/viennacl-9999'
ddemidov commented 7 years ago

I am sorry, I have not been using Gentoo for several years now. Feel free to fork or create a pull request though.

Alessandro-Barbieri commented 7 years ago

Thanks