Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219614 - There is no ebuild for btrfs-progs
Summary: There is no ebuild for btrfs-progs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://oss.oracle.com/projects/btrfs/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-28 18:25 UTC by fdupoux
Modified: 2008-05-25 00:08 UTC (History)
4 users (show)

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


Attachments
ebuild for btrfs-progs-0.13 (btrfs-progs-0.13.ebuild,789 bytes, text/plain)
2008-04-28 18:47 UTC, fdupoux
Details
ebuild for btrfs-progs-0.14 (btrfs-progs-0.14.ebuild,790 bytes, text/plain)
2008-04-30 07:26 UTC, Christian Hesse
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fdupoux 2008-04-28 18:25:01 UTC
There is currently no ebuild for the btrfs progs. Could you please add it to sys-fs ? 

Here is a working ebuild that you can use:
http://pastebin.com/m99d9427

You can save it to sys-fs/btrfs-progs/btrfs-progs-0.13.ebuild

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-04-28 18:28:20 UTC
Project Description: 	A Checksumming Copy on Write Filesystem

Btrfs introduction

Linux has a wealth of filesystems to choose from, but we are facing a number of challenges with scaling to the large storage subsystems that are becoming common in today's data centers. Filesystems need to scale in their ability to address and manage large storage, and also in their ability to detect, repair and tolerate errors in the data stored on disk.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-04-28 18:29:13 UTC
Please attach an ebuild instead of referencing an external resource (apart from upstream, that is :).
Comment 3 fdupoux 2008-04-28 18:47:10 UTC
Created attachment 151261 [details]
ebuild for btrfs-progs-0.13

Ok, here is the attached ebuild
Comment 4 Christian Hesse 2008-04-30 07:26:49 UTC
Created attachment 151404 [details]
ebuild for btrfs-progs-0.14

Here's an updated ebuild for btrfs-progs 0.14.
Comment 5 Christian Hesse 2008-05-21 12:58:45 UTC
Is anybody interested in me acting as the maintainer for this ebuild?
Comment 6 Joe Peterson (RETIRED) gentoo-dev 2008-05-24 19:54:22 UTC
I just committed two new packages:

sys-fs/btrfs
sys-fs/btrfs-progs

Enjoy!

-Joe

P.S. I am curious why this bug mentioned only the need for btrfs-progs, since the main "btrfs" kernel module was not in the tree.
Comment 7 Christian Hesse 2008-05-24 23:23:46 UTC
Because I have a patch that adds btrfs to the kernel tree. ;)

http://www.eworm.de/download/linux/btrfs-0.14-2.6.25.patch.bz2

Thanks for the commit!
Comment 8 Joe Peterson (RETIRED) gentoo-dev 2008-05-25 00:08:01 UTC
Cool, yes, nice to have it in the kernel source, but then again, at btrfs's current status, it's nice to have the separate module ebuild so you can add it to any kernel you want to use just using portage (plus, you can upgrade btrfs without having to patch/build a new kernel).

I think that once btrfs goes stable, we'll see it in the kernel proper, which will be nice.

-Joe