Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462010 - app-emulation/qemu-1.4.0-r1: install issue with FEATURES=test
Summary: app-emulation/qemu-1.4.0-r1: install issue with FEATURES=test
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-17 11:10 UTC by Toralf Förster
Modified: 2013-03-19 17:34 UTC (History)
2 users (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 Toralf Förster gentoo-dev 2013-03-17 11:10:15 UTC
installation at an x86 will be aborted due to this issue :


make[1]: Leaving directory `/var/tmp/portage/app-emulation/qemu-1.4.0-r1/work/qemu-1.4.0/softmmu-build/x86_64-softmmu'
!!! dohtml: check-report.html does not exist
 * ERROR: app-emulation/qemu-1.4.0-r1 failed (install phase):
 *   dohtml failed
 *
 * If you need support, post the output of `emerge --info '=app-emulation/qemu-1.4.0-r1'`,
 * the complete build log and the output of `emerge -pqv '=app-emulation/qemu-1.4.0-r1'`.
 * The complete build log is located at '/var/log/portage/app-emulation:qemu-1.4.0-r1:20130317-100105.log.gz'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emulation/qemu-1.4.0-r1/temp/build.log.gz'.
 * The ebuild environment file is located at '/var/tmp/portage/app-emulation/qemu-1.4.0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-emulation/qemu-1.4.0-r1/work/qemu-1.4.0/softmmu-build'
 * S: '/var/tmp/portage/app-emulation/qemu-1.4.0-r1/work/qemu-1.4.0'
^[[33;01m * ^[[39;49;00mQA Notice: file does not exist:
^[[33;01m * ^[[39;49;00m
^[[33;01m * ^[[39;49;00m        dohtml: check-report.html does not exist
~
Comment 1 Marien Zwart (RETIRED) gentoo-dev 2013-03-19 10:20:38 UTC
Same here. On my system the tests pass, but check-report.html isn't built (wrong target?) and src_install tries to install it if test is in USE.

Looks like src_test needs to explicitly target check-report.html?
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2013-03-19 17:34:48 UTC
Fixed in tree. thanks for the report.