Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 125905 Details for
Bug 157987
KVM user space (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
KVM 32 ebuild works GCC 4.2 and module build
kvm-32.ebuild (text/plain), 1.35 KB, created by
Evan Wagner
on 2007-07-24 19:23:10 UTC
(
hide
)
Description:
KVM 32 ebuild works GCC 4.2 and module build
Filename:
MIME Type:
Creator:
Evan Wagner
Created:
2007-07-24 19:23:10 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit linux-mod multilib > >DESCRIPTION="KVM Virtualization package" >HOMEPAGE="http://kvm.qumranet.com/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="inkernel" > >RDEPEND="media-libs/libsdl > !app-emulation/qemu" >DEPEND="${RDEPEND}" > >pkg_setup() { > MODULE_NAMES="kvm(drivers/kvm:${S}/kernel) \ > kvm-intel(drivers/kvm:${S}/kernel) \ > kvm-amd(drivers/kvm:${S}/kernel)" > BUILD_TARGETS="clean all" > linux-mod_pkg_setup >} > >src_compile() { > MYCONF="--prefix=/usr --disable-gcc-check --qemu-cc=gcc" > if use inkernel; then > # Stupid configure script can't take --without-patched-kernel > MYCONF="${MYCONF} --with-patched-kernel" > fi > ./configure ${MYCONF} || die "configure failed" > > if ! use inkernel; then > linux-mod_src_compile > #cd kernel > #ARCH="$(tc-arch-kernel)" emake || die "making kernel module failed" > #cd .. > fi > emake -C user || die "making user failed" > emake -C qemu || die "making qemu failed" >} > >src_install() { ># if ! use inkernel; then ># addpredict /$(get_libdir)/modules/${KV_FULL} ># fi > linux-mod_src_install > emake -C user DESTDIR=${D} install || die "installing user failed" > emake -C qemu DESTDIR=${D} install || die "installing qemu failed" > #emake install || die "install failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 157987
:
108867
|
109180
|
109596
|
109612
|
109613
|
109614
|
109615
|
109929
|
110542
|
110544
|
111591
|
111593
|
111594
|
111721
|
111722
|
111725
|
111726
|
111727
|
111730
|
111731
|
111732
|
117585
|
117587
|
117589
|
117590
|
117592
|
117594
|
117595
|
117596
|
117597
|
119450
|
119452
|
119454
|
120155
|
120283
|
120488
|
121167
|
121170
|
121172
|
121174
|
121176
|
121177
|
121179
|
121181
|
121183
|
124934
|
124936
|
124937
|
124939
| 125905 |
125989
|
125991
|
125993
|
125994
|
125996
|
126072
|
130577
|
131298
|
132381
|
132382
|
132422
|
132486
|
132866
|
132899
|
133157
|
133510
|
133515
|
133859
|
137185
|
137723
|
137946
|
139324
|
139488
|
140913