You are not logged in.
for those of us who have or would like to have reiser4 filesystems:
PKGBUILD.libaal
# Contributor: Faisal Moledina <fmoledina@uwaterloo.ca>
pkgname=libaal
pkgver=0.5.0
pkgrel=1
pkgdesc="libaal is needed for reiser4progs"
url="http://www.namesys.com/v4/v4.html"
license="GPL"
depends=('glibc')
source=(http://thebsh.namesys.com/snapshots/LATEST/$pkgname-$pkgver.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./prepare
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
md5sums=('490a58a387557c55fc2ab30970793e1b')
PKGBUILD.reiser4progs
# Contributor: Faisal Moledina <fmoledina@uwaterloo.ca>
pkgname=reiser4progs
pkgver=0.5.3
pkgrel=1
pkgdesc="utilities for the reiser4 filesystem"
url="http://www.namesys.com/v4/v4.html"
license="GPL"
depends=('libaal')
source=(http://thebsh.namesys.com/snapshots/LATEST/$pkgname-$pkgver.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
mv $startdir/pkg/{usr/sbin/,}
}
md5sums=('8a14be41aafba9a55a04d3a31cd107e5')
to use reiser4, you will need to download a patch for the 2.6 kernel tree from www.namesys.com. i've also submitted the source-package containing both of these PKGBUILDs and packages at ftp://ftp.archlinux.org/incoming/reiser … kg.tar.bz2
-\ fideli /-
Offline
your just saved me a post
to use reiser4 with grub, one must apply a patch. here is the revised grub PKGBUILD :
# $Id: PKGBUILD,v 1.12 2004/10/16 21:46:37 judd Exp $
# Maintainer: judd <jvinet@zeroflux.org>
pkgname=grub
pkgver=0.95
pkgrel=2
pkgdesc="A GNU multiboot boot loader"
url="http://www.gnu.org/software/grub/"
depends=('ncurses' 'libaal' 'reiser4progs' 'bash')
source=(ftp://alpha.gnu.org/gnu/grub/grub-$pkgver.tar.gz
menu.lst install-grub
'ftp://ftp.namesys.com/pub/reiser4progs/grub/LATEST_PATCH')
backup=('boot/grub/menu.lst')
md5sums=('4ca8e4363d5f1980f2c63b7f5cdbe0d1' '3f0e8e1615769b3368b5ae2dbfbb986b'
'3b108306c5e76968de9dc01216ba1ef7' '64406c6a858eb79761ac4a1a45122380')
build() {
cd $startdir/src/$pkgname-$pkgver
patch -Np1 -i ../LATEST_PATCH || return 1
# optimizations break the build -- disable them
CFLAGS= ./configure --prefix=/usr --bindir=/bin --sbindir=/sbin
CFLAGS= make || return 1
make prefix=$startdir/pkg/usr bindir=$startdir/pkg/bin
sbindir=$startdir/pkg/sbin install
mkdir -p $startdir/pkg/boot/grub
cp ../menu.lst $startdir/pkg/boot/grub
install -m755 -D ../install-grub $startdir/pkg/sbin/install-grub
}
Offline
i've just noticed your packages are out of date. here are the new ones :
libaal/PKGBUILD
# Contributor: Faisal Moledina <fmoledina@uwaterloo.ca>
pkgname=libaal
pkgver=1.0.2
pkgrel=1
pkgdesc="libaal is needed for reiser4progs"
url="http://www.namesys.com/v4/v4.html"
license="GPL"
depends=('glibc')
source=(ftp://ftp.namesys.com/pub/reiser4progs/$pkgname-$pkgver.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./prepare
./configure --prefix=/usr --enable-libminimal
make || return 1
make prefix=$startdir/pkg/usr install
}
md5sums=('b064c6e15d98eabd0cf45e88665c80b1')
reiser4progs/PKGBUILD
# Contributor: Faisal Moledina <fmoledina@uwaterloo.ca>
pkgname=reiser4progs
pkgver=1.0.2
pkgrel=1
pkgdesc="utilities for the reiser4 filesystem"
url="http://www.namesys.com/v4/v4.html"
license="GPL"
depends=('libaal')
source=(ftp://ftp.namesys.com/pub/reiser4progs/$pkgname-$pkgver.tar.gz)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --enable-libminimal
make || return 1
make prefix=$startdir/pkg/usr install
mv $startdir/pkg/{usr/sbin/,}
}
md5sums=('da64ff2266d854ffab67faf18eb8f370')
Offline
Errm did anyone like check the Wiki ?
Mr Green
Offline
/me trying to find a good excuse while stepping backwards silently...
Offline
Thing is it needs updating .... to 1.0.2 & kernel patch url
step forward a volunteer
Mr Green
Offline
updated.
can i redeem myself? :oops:
Offline
relax be cool
Mr Green
Offline
yea, you right... i need to take a break and relax, few hours in front of the tv or something
anyway, also added grub patch to the wiki for grub fans
Offline
Anyone notice that libaal and reiser4progs are in my repo (see sig)
The suggestion box only accepts patches.
Offline
No....
Mr Green
Offline
when the reiserfs4 support will be merged to the official kernel???
irc.bsd.cl #linux
irc.freenode.org #archlinux-es
Offline
More than likely when it's considered more stable...err...and when Linus says so. :?
The suggestion box only accepts patches.
Offline
when the reiserfs4 support will be merged to the official kernel???
The impossible missions are the only ones which succeed.
Offline