All of lore.kernel.org
 help / color / mirror / Atom feed
* reiserfsprogs 3.6.14 release
@ 2004-03-18 20:51 Vitaly Fertman
  2004-03-18 21:02 ` Paul Jarc
  0 siblings, 1 reply; 4+ messages in thread
From: Vitaly Fertman @ 2004-03-18 20:51 UTC (permalink / raw)
  To: reiserfs-list

Hi all, 

the new release is available on our ftp site, 
it includes a few bug fixes:

- in the journal replay code;
- in the balancing code when handling broken leaves;
- in the spec file;
- in reiserfsck when setting the file size limit.


The new pre release 3.6.15-pre1 is also available,
it inlcludes some fixes that are not so well tested:

- in the mount entry detection code when handling 
  not uptodate mtab after the crash;
- in the configure script with generating include/credits.h 
  when cross compiling;
- make bynaries to be 'position independent' when 
  dynamically linked to libc.

-- 
Thanks,
Vitaly Fertman



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: reiserfsprogs 3.6.14 release
  2004-03-18 20:51 reiserfsprogs 3.6.14 release Vitaly Fertman
@ 2004-03-18 21:02 ` Paul Jarc
  2004-03-19  9:23   ` Vitaly Fertman
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Jarc @ 2004-03-18 21:02 UTC (permalink / raw)
  To: reiserfs-list

My /bin/sh is pdksh, which handles here-documents slightly differently
from bash: for some sequences like \", the backslash is preserved by
bash, but removed by pdksh.  To ensure that a backslash appears in the
here-document, you can escape the backslash with another backslash.
This patch (against 3.6.13, but the problem and fix are the same for
3.6.14) makes the configure script work with pdksh as well as bash.

--- reiserfsprogs-3.6.13/configure.in~	2004-03-10 17:21:56.000000000 -0500
+++ reiserfsprogs-3.6.13/configure.in	2004-03-10 17:22:42.000000000 -0500
@@ -110,7 +110,7 @@
 		fprintf(fout, ",\n\n");
 	    
 	    line[strlen(line) - 1] = 0;
-	    fprintf(fout, "\t\"%s\\\n\"", line);
+	    fprintf(fout, "\\t\\"%s\\\\n\\"", line);
 	    start = 0;
 	}
     }


paul

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: reiserfsprogs 3.6.14 release
  2004-03-18 21:02 ` Paul Jarc
@ 2004-03-19  9:23   ` Vitaly Fertman
  2004-03-19 17:20     ` Paul Jarc
  0 siblings, 1 reply; 4+ messages in thread
From: Vitaly Fertman @ 2004-03-19  9:23 UTC (permalink / raw)
  To: Paul Jarc, reiserfs-list

Hello Paul,

this was changed in 3.6.15-pre1, would you try it?

-- 
Thanks,
Vitaly Fertman

On Friday 19 March 2004 00:02, Paul Jarc wrote:
> My /bin/sh is pdksh, which handles here-documents slightly differently
> from bash: for some sequences like \", the backslash is preserved by
> bash, but removed by pdksh.  To ensure that a backslash appears in the
> here-document, you can escape the backslash with another backslash.
> This patch (against 3.6.13, but the problem and fix are the same for
> 3.6.14) makes the configure script work with pdksh as well as bash.
>
> --- reiserfsprogs-3.6.13/configure.in~	2004-03-10 17:21:56.000000000 -0500
> +++ reiserfsprogs-3.6.13/configure.in	2004-03-10 17:22:42.000000000 -0500
> @@ -110,7 +110,7 @@
>  		fprintf(fout, ",\n\n");
>
>  	    line[strlen(line) - 1] = 0;
> -	    fprintf(fout, "\t\"%s\\\n\"", line);
> +	    fprintf(fout, "\\t\\"%s\\\\n\\"", line);
>  	    start = 0;
>  	}
>      }
>
>
> paul


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: reiserfsprogs 3.6.14 release
  2004-03-19  9:23   ` Vitaly Fertman
@ 2004-03-19 17:20     ` Paul Jarc
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Jarc @ 2004-03-19 17:20 UTC (permalink / raw)
  To: reiserfs-list

Vitaly Fertman <vitaly@namesys.com> wrote:
> this was changed in 3.6.15-pre1, would you try it?

Yes, that version works.  Thanks, and sorry for the noise.


paul

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-03-19 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-18 20:51 reiserfsprogs 3.6.14 release Vitaly Fertman
2004-03-18 21:02 ` Paul Jarc
2004-03-19  9:23   ` Vitaly Fertman
2004-03-19 17:20     ` Paul Jarc

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.