From: Sander Sweers <sandersweers@xs4all.nl>
To: reiserfs-list@namesys.com
Subject: Re: fsck.reiser4 can't fix 1 fixable corruption
Date: Wed, 21 Apr 2004 21:30:07 +0200 [thread overview]
Message-ID: <4086CBBF.8010406@xs4all.nl> (raw)
In-Reply-To: <13790.212.0.249.130.1082549980.squirrel@webmail.xs4all.nl>
[-- Attachment #1: Type: text/plain, Size: 949 bytes --]
Sander Sweers wrote:
><citaat van="Raymond A. Meijer">
>
>
>>On Wed 21 April 2004 14:51, Vitaly Fertman wrote:
>>
>>
>>
>>>>No luck... :(
>>>>
>>>>
>>>ok, that patch avoids such problems if you have not fsck'ed yet.
>>>
>>>
>>Aha! :)
>>
>>
>>
>>>I have put another internal reiser4progs snapshot with some more
>>>fixes into the www.namesys.com/snapshots/2004.04.21-internal.testing/
>>>I have no problems with it, try it please.
>>>
>>>
>>Alright, downloading it now...I'll let you know what happens.
>>
>>
>>Thanks,
>>
>>Ray
>>
>>
>>
>
>I'l try the new reiser4progs tonight when i'm home.
>
>Sander
>
>
>
>
The new reiser4progs fixed the problem :)
I also attached 2 modified gentoo ebuilds for those who want them.
Is it ok if I post them to bugs.gentoo.org so other gentooist can enjoys
the new versions?
NOTE: the ebuilds have /--enable-stand-alone/ to have grub build reiser4
support.
Thanks
Sander
[-- Attachment #2: libaal-0.5.1.ebuild --]
[-- Type: text/plain, Size: 759 bytes --]
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/sys-libs/libaal/libaal-0.5.0-r1ebuild,v 1.1 2004/02/06 14:12:24 vapier Exp $
DESCRIPTION="libaal library required by reiser4progs"
HOMEPAGE="http://www.namesys.com/v4/v4.html"
SRC_URI="http://thebsh.namesys.com/snapshots/2004.04.21-internal.testing.fixed/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
DEPEND=""
src_compile() {
econf --libdir=/lib --enable-stand-alone || die "configure failed"
emake || die "make failed"
}
src_install() {
make DESTDIR=${D} install || die
dodir /usr/lib
mv ${D}/lib/libaal.{a,la} ${D}/usr/lib/
dodoc AUTHORS BUGS CREDITS ChangeLog NEWS README THANKS TODO
}
[-- Attachment #3: reiser4progs-0.5.4.ebuild --]
[-- Type: text/plain, Size: 821 bytes --]
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/sys-fs/reiser4progs/reiser4progs-0.5.3.ebuild,v 1.3 2004/04/12 12:14:46 lv Exp $
DESCRIPTION="reiser4progs: mkfs, fsck, etc..."
HOMEPAGE="http://www.namesys.com/v4/v4.html"
SRC_URI="http://thebsh.namesys.com/snapshots/2004.04.21-internal.testing.fixed/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
DEPEND=">=sys-libs/libaal-0.5.1"
src_compile() {
econf --sbindir=/sbin --libdir=/lib --enable-stand-alone || die "configure failed"
emake || die "make failed"
}
src_install() {
make DESTDIR=${D} install || die
dodir /usr/lib
mv ${D}/lib/lib{reiser4,repair}.{a,la} ${D}/usr/lib/
dodoc AUTHORS BUGS CREDITS ChangeLog NEWS README THANKS TODO
}
next prev parent reply other threads:[~2004-04-21 19:30 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-20 14:33 fsck.reiser4 can't fix 1 fixable corruption Raymond A. Meijer
2004-04-20 18:54 ` Sander Sweers
2004-04-21 8:09 ` Raymond A. Meijer
2004-04-21 8:55 ` Vitaly Fertman
2004-04-21 9:11 ` Raymond A. Meijer
2004-04-21 9:59 ` Raymond A. Meijer
2004-04-21 11:51 ` Vitaly Fertman
2004-04-21 12:05 ` Carl-Daniel Hailfinger
2004-04-21 12:09 ` Raymond A. Meijer
2004-04-21 12:19 ` Sander Sweers
2004-04-21 19:30 ` Sander Sweers [this message]
2004-04-21 19:44 ` Domenico Andreoli
2004-04-21 20:13 ` Sander Sweers
2004-04-21 20:53 ` Domenico Andreoli
2004-04-21 21:13 ` Vitaly Fertman
2004-04-21 21:58 ` Domenico Andreoli
2004-04-22 10:46 ` Vitaly Fertman
2004-04-22 11:44 ` Domenico Andreoli
2004-04-23 9:15 ` Vitaly Fertman
2004-04-23 20:19 ` Hans Reiser
2004-04-23 20:59 ` Vitaly Fertman
2004-04-24 0:00 ` Hans Reiser
2004-04-22 12:37 ` Domenico Andreoli
2004-04-22 17:51 ` Hans Reiser
2004-04-22 18:30 ` Hans Reiser
2004-04-23 1:22 ` Domenico Andreoli
2004-04-25 16:31 ` Hans Reiser
2004-04-25 20:31 ` Domenico Andreoli
2004-04-30 3:16 ` Hans Reiser
2004-04-30 10:18 ` Vitaly Fertman
2004-04-28 9:09 ` Vitaly Fertman
2004-04-23 7:04 ` Yury Umanets
2004-04-23 9:03 ` Vitaly Fertman
2004-04-23 10:27 ` Domenico Andreoli
2004-04-23 12:54 ` Vitaly Fertman
2004-04-23 11:01 ` Yury Umanets
2004-04-21 13:30 ` reiser4progs 0.5.4 build error (was Re: fsck.reiser4 can't fix 1 fixable corruption) Domenico Andreoli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4086CBBF.8010406@xs4all.nl \
--to=sandersweers@xs4all.nl \
--cc=reiserfs-list@namesys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.