Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375949 - app-emulation/qemu-kvm-0.14.1-r2 did not install the qemu-kvm binary or the kvm soft link
Summary: app-emulation/qemu-kvm-0.14.1-r2 did not install the qemu-kvm binary or the k...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo QEMU Project
URL:
Whiteboard:
Keywords:
: 376011 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-07-22 00:47 UTC by Albert W. Hopkins
Modified: 2011-07-22 19:01 UTC (History)
4 users (show)

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


Attachments
emerge --info (emerge--info.txt,3.52 KB, text/plain)
2011-07-22 00:47 UTC, Albert W. Hopkins
Details
Add i386 and x86_64 back to IUSE_SOFTMMU_TARGETS (qemu-kvm.ebuild.patch,381 bytes, patch)
2011-07-22 12:30 UTC, Marien Zwart (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Albert W. Hopkins 2011-07-22 00:47:06 UTC
Created attachment 280565 [details]
emerge --info

Looks like bug #369163 has creeped up again.  After upgrading to 0.14.1-r2 the those files are gone.
Comment 1 regatus 2011-07-22 02:30:12 UTC
app-emulation/ganeti and possibly some other vm stuff need /usr/bin/qemu-system-x86_64 and /usr/bin/kvm and /usr/bin/qemu-kvm.

qemu-kvm-0.14.1-r1 working fine

drinking beer, waiting for fix ;)
Comment 2 Yuriy Dmitriev 2011-07-22 12:14:08 UTC
I confirm!!
it install 2 binaries:
 qemu-x86_64 & qemu-i386  

I request old behavor !!!

kvm bla-bla....
Comment 3 Marien Zwart (RETIRED) gentoo-dev 2011-07-22 12:30:14 UTC
Created attachment 280601 [details, diff]
Add i386 and x86_64 back to IUSE_SOFTMMU_TARGETS

This patch (based on diffing the previous and new ebuild) might help. Only lightly tested, I might have broken something else in the process.
Comment 4 Albert W. Hopkins 2011-07-22 13:14:37 UTC
(In reply to comment #3)
> Created attachment 280601 [details, diff]
> Add i386 and x86_64 back to IUSE_SOFTMMU_TARGETS
> 
> This patch (based on diffing the previous and new ebuild) might help. Only
> lightly tested, I might have broken something else in the process.

Not sure what's going on but suddenly gcc processes are using up to 1GB memory.  Build is failing do to OOM. (with 4G RAM).

When I reverted the patch it compiled fine.

Is anyone else experiencing this?
Comment 5 Doug Goldstein (RETIRED) gentoo-dev 2011-07-22 15:17:35 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > Created attachment 280601 [details, diff]
> > Add i386 and x86_64 back to IUSE_SOFTMMU_TARGETS
> > 
> > This patch (based on diffing the previous and new ebuild) might help. Only
> > lightly tested, I might have broken something else in the process.
> 
> Not sure what's going on but suddenly gcc processes are using up to 1GB memory.
>  Build is failing do to OOM. (with 4G RAM).
> 
> When I reverted the patch it compiled fine.
> 
> Is anyone else experiencing this?

This was a GCC regression issue with GCC 4.5.x. I believe it may be fixed in 4.5.2. There is a bug about this out there and I don't remember the # off hand.
Comment 6 Doug Goldstein (RETIRED) gentoo-dev 2011-07-22 15:18:29 UTC
This issue is fixed in 0.14.1-r2 assuming you have QEMU_SOFTMMU_TARGETS=x86_64 enabled, which is on by default.
Comment 7 Albert W. Hopkins 2011-07-22 15:29:41 UTC
(In reply to comment #5)

> This was a GCC regression issue with GCC 4.5.x. I believe it may be fixed in
> 4.5.2. There is a bug about this out there and I don't remember the # off hand.

Hmm..  4.5.2 is what I'm using.
Comment 8 Yuriy Dmitriev 2011-07-22 15:37:22 UTC
patch working))))) thanks))))


to avoid gcc regression, I set MAKEOPTS=-j1 && add swap 4G via losetup.

compiled success)))



Total:

RAM 2G + SWAP 5G && 1 thread compile.


amd64.
Comment 9 Yuriy Dmitriev 2011-07-22 15:39:47 UTC
(In reply to comment #3)
> Created attachment 280601 [details, diff]
> Add i386 and x86_64 back to IUSE_SOFTMMU_TARGETS
> 
> This patch (based on diffing the previous and new ebuild) might help. Only
> lightly tested, I might have broken something else in the process.

thanks))))) beer from me))))
working)
Comment 10 Vadim Kuznetsov (RETIRED) gentoo-dev 2011-07-22 19:01:28 UTC
*** Bug 376011 has been marked as a duplicate of this bug. ***