Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717176 - app-emulation/qemu fails tests
Summary: app-emulation/qemu fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: CVE-2020-11102
  Show dependency tree
 
Reported: 2020-04-12 07:36 UTC by Agostino Sarubbo
Modified: 2020-04-17 08:01 UTC (History)
2 users (show)

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


Attachments
build.log.bz2 (build.log.bz2,77.89 KB, application/x-bzip2)
2020-04-12 07:36 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-04-12 07:36:20 UTC
This is an auto-filled bug because app-emulation/qemu fails tests. Attached build log and emerge --info
Comment 1 Agostino Sarubbo gentoo-dev 2020-04-12 07:36:28 UTC
Created attachment 632378 [details]
build.log.bz2

build log and emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-04-17 07:59:43 UTC
In this case it's an ebuild bug to pass long deleted test target:

"""
make -j8 V=1 -j1 check-report.html
...
make: *** No rule to make target 'check-report.html'.  Stop.
 * ERROR: app-emulation/qemu-4.2.0-r3::gentoo failed (test phase):
 *   emake failed
"""
Comment 3 Larry the Git Cow gentoo-dev 2020-04-17 08:01:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67579c7a66114dffde9828434bffe5cba11c42e2

commit 67579c7a66114dffde9828434bffe5cba11c42e2
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-04-17 08:01:34 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-04-17 08:01:50 +0000

    app-emulation/qemu: drop outdated test target, bug #717176
    
    Reported-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/717176
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 app-emulation/qemu/qemu-4.2.0-r2.ebuild | 1 -
 app-emulation/qemu/qemu-4.2.0-r3.ebuild | 1 -
 app-emulation/qemu/qemu-4.2.0-r4.ebuild | 1 -
 app-emulation/qemu/qemu-9999.ebuild     | 1 -
 4 files changed, 4 deletions(-)