Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 781893 - virtual/libusb-* uses unsupported EAPI=5 and fails to merge
Summary: virtual/libusb-* uses unsupported EAPI=5 and fails to merge
Status: RESOLVED FIXED
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: PullRequest
Depends on:
Blocks:
 
Reported: 2021-04-10 04:39 UTC by Jaco Kroon
Modified: 2021-04-11 00:08 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 Jaco Kroon 2021-04-10 04:39:04 UTC
>>> Emerging (1 of 16) virtual/libusb-1-r2::gentoo
>>> Jobs: 0 of 16 complete, 1 running               Load avg: 0.89, 0.50, 0.26!!! post install failed; exiting.
>>> Failed to emerge virtual/libusb-1-r2, Log file:
>>>  '/var/tmp/portage/virtual/libusb-1-r2/temp/build.log'
>>> Jobs: 0 of 16 complete, 1 failed                Load avg: 0.89, 0.50, 0.26
 * Package:    virtual/libusb-1-r2
 * Repository: gentoo
 * Maintainer: base-system@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux udev userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/virtual/libusb-1-r2/work
>>> Preparing source in /var/tmp/portage/virtual/libusb-1-r2/work ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/virtual/libusb-1-r2/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/virtual/libusb-1-r2/work ...
>>> Source compiled.
>>> Test phase [not enabled]: virtual/libusb-1-r2

>>> Install virtual/libusb-1-r2 into /var/tmp/portage/virtual/libusb-1-r2/image/
>>> Completed installing virtual/libusb-1-r2 into /var/tmp/portage/virtual/libusb-1-r2/image/

 * Final size of build directory: 4 KiB
 * Final size of installed tree:  4 KiB

 * ERROR: virtual/libusb-1-r2::gentoo failed:
 *   Unsupported EAPI=5 (too old) for python-utils-r1
 * 
 * Call stack:
 *        misc-functions.sh, line 596:  Called install_qa_check
 *        misc-functions.sh, line 132:  Called source 'install_symlink_html_docs'
 *             60python-pyc, line   8:  Called inherit 'install_hooks'
 *                ebuild.sh, line 314:  Called __qa_source '/usr/portage/metadata/install-qa-check.d/60python-pyc'
 *                ebuild.sh, line 112:  Called source 'python-utils-r1'
 *   python-utils-r1.eclass, line  23:  Called die
 * The specific snippet of code:
 *   	[0-5]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
 * 
 * If you need support, post the output of `emerge --info '=virtual/libusb-1-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=virtual/libusb-1-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/virtual/libusb-1-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/virtual/libusb-1-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/virtual/libusb-1-r2/image'
 * S: '/var/tmp/portage/virtual/libusb-1-r2/work/libusb-1'


Reproducible: Always
Comment 1 Ionen Wolkens gentoo-dev 2021-04-10 04:44:23 UTC
Please sync and try again.

*** This bug has been marked as a duplicate of bug 781878 ***
Comment 2 Larry the Git Cow gentoo-dev 2021-04-11 00:08:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df6a1f72ca97e4eb2cfeb435369641a84a0f139

commit 2df6a1f72ca97e4eb2cfeb435369641a84a0f139
Author:     Jaco Kroon <jaco@uls.co.za>
AuthorDate: 2021-04-10 04:43:32 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2021-04-11 00:06:48 +0000

    virtual/libusb: bump EAPI in place.
    
    Closes: https://bugs.gentoo.org/781893
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Jaco Kroon <jaco@uls.co.za>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/20322

 virtual/libusb/libusb-0-r2.ebuild | 2 +-
 virtual/libusb/libusb-1-r1.ebuild | 2 +-
 virtual/libusb/libusb-1-r2.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)