Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180660 Details for
Bug 257335
Cowloop fails to compile under 2.6.28
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cowloop-3.0-r4.ebuild
cowloop-3.0-r4.ebuild (text/plain), 1.69 KB, created by
Jérôme Poulin
on 2009-02-02 06:44:07 UTC
(
hide
)
Description:
cowloop-3.0-r4.ebuild
Filename:
MIME Type:
Creator:
Jérôme Poulin
Created:
2009-02-02 06:44:07 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-3.0-r3.ebuild,v 1.3 2009/01/30 21:13:43 dragonheart Exp $ > >EAPI=2 >inherit linux-mod toolchain-funcs > >DESCRIPTION="A copy-on-write loop driver (block device) to be used on top of any other block driver" >HOMEPAGE="http://www.atconsultancy.nl/cowloop/" >SRC_URI="http://www.atconsultancy.nl/cowloop/packages/${P}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="" >DEPEND="" >RDEPEND="" > >S=${WORKDIR}/${P}/src >MODULE_NAMES="cowloop(fs:)" >BUILD_TARGETS="modules" > >pkg_setup() { > linux-mod_pkg_setup > BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I." > einfo "Linux kernel ${KV_FULL}" > if kernel_is lt 2 6 > then > eerror "This version only works with 2.6 kernels" > eerror "For 2.4 kernel support, use version 1.4" > die "No compatible kernel detected!" > fi >} > >src_prepare() { > epatch "${FILESDIR}"/${P}-cflags.patch > epatch "${FILESDIR}"/${P}-config_h.patch > epatch "${FILESDIR}"/${P}-vfs_statfs.patch > epatch "${FILESDIR}"/${P}-kern-2.6.23.patch > epatch "${FILESDIR}"/${P}-semaphore_h.patch > epatch "${FILESDIR}"/${P}-request_queue_t.patch > epatch "${FILESDIR}"/${P}-2.6.28.patch >} > >src_compile() { > touch .gpl_license_accepted > linux-mod_src_compile > CC="$(tc-getCC)" emake utils || die "make failed" >} > >src_install() { > linux-mod_src_install > emake DESTDIR="${D}" install-utils install-man || die 'make failed' > dodoc "${S}"/../RELEASENOTES "${S}"/../HOWTO ../doc/* > dodir /etc/udev/rules.d > echo 'KERNEL=="cowctl" NAME="cow/ctl"' > "${D}"/etc/udev/rules.d/70-cow.rules > echo 'KERNEL=="cow[0-9]*" NAME="cow/%n"' >> "${D}"/etc/udev/rules.d/70-cow.rules >}
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 257335
:
180659
| 180660