Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74738 - new ebuild request: cowloop
Summary: new ebuild request: cowloop
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL: http://www.atconsultancy.nl/cowloop/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-12-17 02:55 UTC by Nguyen Thai Ngoc Duy (RETIRED)
Modified: 2005-01-01 13:30 UTC (History)
1 user (show)

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


Attachments
cowloop-2.11.ebuild (cowloop-2.11.ebuild,736 bytes, text/plain)
2004-12-17 09:07 UTC, Marcelo Goes (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-12-17 02:55:28 UTC
The cowloop-driver is a copy-on-write loop driver (block device) to be used on top of any other block driver.
The cowloop-driver shields the lower driver from any write accesses. Instead, it diverts all write-accesses to an arbitrary regular file.

There are versions for both 2.4 and 2.6 kernel.
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2004-12-17 09:07:13 UTC
Created attachment 46220 [details]
cowloop-2.11.ebuild

I couldn't compile this package successfully. First, it complained I did not
have a 2.6 kernel when it didn't find /lib/modules/(my kernel version)/misc. I
created the directory manually, and this is what I got:

make[1]: Entering directory `/usr/src/linux-2.6.9-gentoo-r9'
Makefile:500: /usr/src/linux-2.6.9-gentoo-r9/arch/x86/Makefile: No such file
ordirectory
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make
rule.
make[1]: *** No rule to make target
`/usr/src/linux-2.6.9-gentoo-r9/arch/x86/Makefile'.  Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.9-gentoo-r9'
make: *** [cowloop.ko] Error 2
make: *** Waiting for unfinished jobs....
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-01-01 07:05:24 UTC
sys-fs/cowloop-2.11 added.

Still testing 1.4 for 2.4 kernels. 
Comment 3 Daniel Black (RETIRED) gentoo-dev 2005-01-01 13:30:13 UTC
cowloop 1.4 added.

Gotta love the cows.

Have fun.