Package Details: reiser4progs 1.2.2-1

Git Clone URL: https://aur.archlinux.org/reiser4progs.git (read-only, click to copy)
Package Base: reiser4progs
Description: Reiser4 filesystem programs
Upstream URL: http://sourceforge.net/projects/reiser4/
Licenses: GPL2
Submitter: orivej
Maintainer: intelfx
Last Packager: intelfx
Votes: 72
Popularity: 0.008045
First Submitted: 2008-08-17 00:49 (UTC)
Last Updated: 2022-03-14 15:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

<deleted-account> commented on 2014-01-22 01:37 (UTC)

Won't build: "checking for aal/libaal.h... yes checking for libaal version = 1.0.5... no make: *** No targets specified and no makefile found. Stop." What should I do?

zman0900 commented on 2013-06-19 05:12 (UTC)

Here's a PKGBUILD without the ugly patch and with a proper build function: https://dl.dropboxusercontent.com/u/50802094/PKGBUILD-reiser4progs Also copied below: # Maintainer: Kovivchak Evgen <oneonfire@gmail.com> # Contributer: Scimmia <scimmia22 at outlook dot com> # Contributor: Orivej Desh <smpuj@bk.ru> # Contributor: Dan Ziemba <zman0900@gmail.com> pkgname=reiser4progs pkgver=1.0.8 pkgrel=2 pkgdesc="Reiser4 filesystem programs" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/reiser4/" license=('GPL2') depends=('e2fsprogs' 'libaal' 'readline') options=('!libtool') source=("http://sourceforge.net/projects/reiser4/files/reiser4-utils/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('61ed01da90faf50f960844e26d9bbab2') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --sbindir=/usr/bin make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }

sl1pkn07 commented on 2013-06-05 20:14 (UTC)

add --sbindir=/usr/bin to configure rules the ugly patch no need greetings

test0 commented on 2013-06-03 18:54 (UTC)

Quick & dirty patch: package() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make DESTDIR=$pkgdir install mkdir $pkgdir/usr/bin mv $pkgdir/usr/sbin/* $pkgdir/usr/bin/ rm -r $pkgdir/usr/sbin/ }

sl1pkn07 commented on 2013-05-31 10:52 (UTC)

need change bin path from /usr/sbin /sbin to /usr/bin https://mailman.archlinux.org/pipermail/arch-dev-public/2013-May/025003.html

Scimmia commented on 2013-05-16 12:50 (UTC)

Building in the package function isn't a good idea. That's what the build function is for.

Scimmia commented on 2012-10-30 16:48 (UTC)

OK, updated all of the URLs, applied the patch (was included but never applied), and brought the PKGBUILD up to current packaging standards. I'm only experimenting with Reiser4 and don't intend to keep it on my system, so I'm not planning on maintaining this package.

<deleted-account> commented on 2012-10-26 12:46 (UTC)

http://sourceforge.net/projects/reiser4/ official new url

arriagga commented on 2012-07-11 12:12 (UTC)

use this dir: http://distro.ibiblio.org/slitaz/sources/packages/r/reiser4progs-1.0.7.tar.bz2 to get the source file.

MarisaDOOM commented on 2012-05-23 18:06 (UTC)

The location of the files changed, reiser4progs is not located at http://piotrkosoft.net/pub/unix/software/mirrors/ftp.kernel.org/linux/utils/fs/reiser4/reiser4progs/reiser4progs-1.0.7.tar.bz2 I don't know what's going on about reiser4, this is the only mirror I've found without empty folders. Call me paranoid, but I believe there's something fishy in here.