Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109612 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]
ebuild kvm-12-r2.ebuild
kvm-12-r2.ebuild (text/plain), 2.13 KB, created by
Edgar Hucek
on 2007-02-09 11:09:54 UTC
(
hide
)
Description:
ebuild kvm-12-r2.ebuild
Filename:
MIME Type:
Creator:
Edgar Hucek
Created:
2007-02-09 11:09:54 UTC
Size:
2.13 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 >} > >src_unpack() { > unpack ${A} > cd "${S}" > > epatch ${FILESDIR}/kvm_use_bios_files_in_usr_share_kvm.patch > epatch ${FILESDIR}/kvm_add-scripts-qemu-ifup.patch > epatch ${FILESDIR}/kvm_use_etc_kvm_kvm-ifup.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" > > ./configure ${conf_opts} || die "configure failed" > #Check if kvm is NOT part of the kernel and compile the module > if ! linux_chkconfig_present KVM; then > linux-mod_src_compile > ./configure ${conf_opts} > #If it is we need to disable the build of the module > else > ./confiure ${conf_opts} --with-patched-kernel || die "Configure failed" > fi > make user qemu || die "make failed" >} > >pkg_preinst() { > enewgroup kvm > > einfo "qemu-img is removed from this package." > einfo "If you wanna use it. Install qemu." >} > >src_install() { > make install DESTDIR="${D}" || die > if ! linux_chkconfig_present KVM; then > linux-mod_src_install > fi > mv ${D}/usr/bin/qemu ${D}/usr/bin/kvm > 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 > >}
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