All of lore.kernel.org
 help / color / mirror / Atom feed
* reiserfsprogs (3.6.9, .10, .11) installation problems
@ 2003-08-20 23:51 Paul Jarc
  2003-08-21  9:44 ` Yury Umanets
  2003-08-22  8:18 ` Vitaly Fertman
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Jarc @ 2003-08-20 23:51 UTC (permalink / raw)
  To: reiserfs-list

If pdksh is being used to run reiserfsprogs' ./configure, the script
triggers a bug in pdksh.  This line triggers the bug:
		fprintf(fout, "\t\\\" "\n");
AFAICT, this is supposed to become a C string containing tab,
backslash, an newline.  Right?  Then this will work for both bash and
pdksh:
		fprintf(fout, "\\t\\\\\\n");

Also, this earlier line is misspelled:
#define _GNU_SOURSE
It should be:
#define _GNU_SOURCE
                 ^
But since it works even when it's misspelled, it probably doesn't need
to be there at all.


paul

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

* Re: reiserfsprogs (3.6.9, .10, .11) installation problems
  2003-08-20 23:51 reiserfsprogs (3.6.9, .10, .11) installation problems Paul Jarc
@ 2003-08-21  9:44 ` Yury Umanets
  2003-08-22  8:18 ` Vitaly Fertman
  1 sibling, 0 replies; 3+ messages in thread
From: Yury Umanets @ 2003-08-21  9:44 UTC (permalink / raw)
  To: Paul Jarc; +Cc: reiserfs-list

On Thu, 2003-08-21 at 03:51, Paul Jarc wrote:
> If pdksh is being used to run reiserfsprogs' ./configure, the script
> triggers a bug in pdksh.  This line triggers the bug:
> 		fprintf(fout, "\t\\\" "\n");
> AFAICT, this is supposed to become a C string containing tab,
> backslash, an newline.  Right?  Then this will work for both bash and
> pdksh:
> 		fprintf(fout, "\\t\\\\\\n");
> 
> Also, this earlier line is misspelled:
> #define _GNU_SOURSE
> It should be:
> #define _GNU_SOURCE
>                  ^
> But since it works even when it's misspelled, it probably doesn't need
> to be there at all.
> 
> 
> paul

Thanks for report. Vitaly will fix this in few days.



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

* Re: reiserfsprogs (3.6.9, .10, .11) installation problems
  2003-08-20 23:51 reiserfsprogs (3.6.9, .10, .11) installation problems Paul Jarc
  2003-08-21  9:44 ` Yury Umanets
@ 2003-08-22  8:18 ` Vitaly Fertman
  1 sibling, 0 replies; 3+ messages in thread
From: Vitaly Fertman @ 2003-08-22  8:18 UTC (permalink / raw)
  To: Paul Jarc; +Cc: reiserfs-list

On Thursday 21 August 2003 03:51, Paul Jarc wrote:
> If pdksh is being used to run reiserfsprogs' ./configure, the script
> triggers a bug in pdksh.  This line triggers the bug:
> 		fprintf(fout, "\t\\\" "\n");
> AFAICT, this is supposed to become a C string containing tab,
> backslash, an newline.  Right?  Then this will work for both bash and
> pdksh:
> 		fprintf(fout, "\\t\\\\\\n");
>
> Also, this earlier line is misspelled:
> #define _GNU_SOURSE
> It should be:
> #define _GNU_SOURCE
>                  ^
> But since it works even when it's misspelled, it probably doesn't need
> to be there at all.

Hi Paul,

thanks for the report, all is fixed and will be included 
into the next release.

Vitaly Fertman

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

end of thread, other threads:[~2003-08-22  8:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-20 23:51 reiserfsprogs (3.6.9, .10, .11) installation problems Paul Jarc
2003-08-21  9:44 ` Yury Umanets
2003-08-22  8:18 ` Vitaly Fertman

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.