Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111591 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-15.ebuild
kvm-15.ebuild (text/plain), 2.60 KB, created by
Matthew Schultz
on 2007-02-28 17:10:29 UTC
(
hide
)
Description:
kvm-15.ebuild
Filename:
MIME Type:
Creator:
Matthew Schultz
Created:
2007-02-28 17:10:29 UTC
Size:
2.60 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit linux-mod eutils > >SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" > >DESCRIPTION="KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V)" >HOMEPAGE="http://kvm.qumranet.com/kvmwiki" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >MODULE_NAMES="kernel/kvm(extra:) > kernel/kvm-intel(extra:) > kernel/kvm-amd(extra:)" >BUILD_TARGETS="kernel" > >pkg_setup() { > if [ "$(gcc-major-version)" == "4" ]; then > eerror "kvm requires gcc-3 in order to build and work correctly" > eerror "please compile it switching to gcc-3." > die "gcc 4 cannot build qemu" > fi > #>=kvm-13 doesn't work with modules from linux kernel 2.6.20 > if kernel_is 2 6 20 && linux_chkconfig_builtin KVM ; then > eerror "kvm-${PV} doesn't work with the 2.6.20 kernel module" > die "kvm module is included in the 2.6.20 kernel" > fi > >} > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch ${FILESDIR}/kvm_use_bios_files_in_usr_share_kvm-15.patch > epatch ${FILESDIR}/kvm_use_etc_kvm_kvm-ifup-15.patch >} > >src_compile() { > #fix make install to not install modules > sed -i '/$(kcmd)/d' ${WORKDIR}/${P}/Makefile > > linux-mod_pkg_setup > conf_opts="--prefix=/usr" > > #Check if kvm is NOT part of the kernel and compile the module > if ! linux_chkconfig_builtin KVM ; then > ./configure ${conf_opts} || die "Configure failed" > linux-mod_src_compile > #If it is we need to disable the build of the module > else > ./configure ${conf_opts} --with-patched-kernel || die "Configure failed" > fi > emake user qemu || die "make failed" >} > >src_install() { > make install DESTDIR="${D}" || die > if ! linux_chkconfig_builtin KVM; then > linux-mod_src_install > fi > if use amd64; then > mv ${D}/usr/bin/qemu-system-x86_64 ${D}/usr/bin/kvm > else > mv ${D}/usr/bin/qemu ${D}/usr/bin/kvm > fi > mv ${D}/usr/share/doc/qemu ${D}/usr/share/doc/kvm > mv ${D}/usr/share/man/man1/qemu.1 ${D}/usr/share/man/man1/kvm.1 > rm -f ${D}/usr/bin/qemu-img > rm -f ${D}/usr/share/man/man1/qemu-img.1 > insinto /etc/udev/rules.d/ > doins ${WORKDIR}/${P}/scripts/65-kvm.rules > insinto /etc/kvm/ > doins ${WORKDIR}/${P}/scripts/qemu-ifup > >} > >pkg_postinst() { > enewgroup kvm > > elog "qemu-img is removed from this package." > elog "If you wanna use it. Install qemu." > elog "Make sure you have the kernel module loaded before running kvm" > elog "and your user is in the 'kvm' group" > elog "Just run 'gpasswd -a <USER> kvm', then have <USER> re-login." > >}
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