Re: FreeBSD and QNX - first results

2000-10-24 Thread Akim Demaille
| Hello! | One thing was broken recently: | | /bin/sh -n autoconf | | doesn't work on FreeBSD and QNX if autoconf is not in the current | directory. No kidding!?! That's only with `-n' or any `sh autoconf' will fail? | This patch should probably be reverted, at least partially: I'm taking

autoupdate requires GNU sed

2000-10-24 Thread Andrej Borsenkow
bor@itsrm2% ./autoupdate --help autoupdate requires GNU sed Just curious, what are the reasons behind it? This is with current CVS. cheers -andrej Have a nice DOS! B >>

Re: autoupdate requires GNU sed

2000-10-24 Thread Akim Demaille
> "Andrej" == Andrej Borsenkow <[EMAIL PROTECTED]> writes: Andrej> bor@itsrm2% ./autoupdate --help autoupdate requires GNU sed Andrej> Just curious, what are the reasons behind it? This is with Andrej> current CVS. It uses regexps that are not supported by other seds, which is just one aspe

RE: autoupdate requires GNU sed

2000-10-24 Thread Andrej Borsenkow
> > "Andrej" == Andrej Borsenkow <[EMAIL PROTECTED]> writes: > > Andrej> bor@itsrm2% ./autoupdate --help autoupdate requires GNU sed > > Andrej> Just curious, what are the reasons behind it? This is with > Andrej> current CVS. > > It uses regexps that are not supported by other seds, which is

Re: autoupdate requires GNU sed

2000-10-24 Thread Akim Demaille
> "Andrej" == Andrej Borsenkow <[EMAIL PROTECTED]> writes: Andrej> 1. Currently, it prevents me (and everybody without GNU sed) Andrej> from making autoconf: That's a bug in CVS. Run touch man/autoupdate.1. Andrej> 2. I've installed GNU sed as gsed, but autoconf's confgiure Andrej> does n

Re: autoupdate requires GNU sed

2000-10-24 Thread Akim Demaille
> "Andrej" == Andrej Borsenkow <[EMAIL PROTECTED]> writes: Andrej> 1. Currently, it prevents me (and everybody without GNU sed) Andrej> from making autoconf: Admittedly `autoupdate --help/--version' should not fail when GNU Sed is not installed. I'll fix that.

Re: autoupdate requires GNU sed

2000-10-24 Thread Akim Demaille
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Akim> Admittedly `autoupdate --help/--version' should not fail when Akim> GNU Sed is not installed. I'll fix that. Actually this would put hair in autoupdate, maybe we don't really need that.

Re: No, I *don't* HAVE_IO_H!

2000-10-24 Thread Alexandre Oliva
On Oct 23, 2000, David Andrew Michael Noelle <[EMAIL PROTECTED]> wrote: > Can anyone tell me what might cause this? A config.cache or config.site that incorrectly sets cache variables. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: Success (mostly) with the testsuite

2000-10-24 Thread David Morgan
Hi, Sorry for the delay in replying, I've been out of the office for a day. This proposal does work. Regards David Alexandre Oliva wrote: > > On Oct 20, 2000, David Morgan <[EMAIL PROTECTED]> wrote: > > >> test s${CONFIG_FILES+et} = set || CONFIG_FILES=$config_files > >> > > This works

Re: FreeBSD and QNX - first results

2000-10-24 Thread Pavel Roskin
Hello, Akim! > | Hello! > | One thing was broken recently: > | > | /bin/sh -n autoconf > | > | doesn't work on FreeBSD and QNX if autoconf is not in the current > | directory. > > No kidding!?! That's only with `-n' or any `sh autoconf' will fail? Any "sh autoconf": [proski@fonzie proski]$

Re: Success (mostly) with the testsuite

2000-10-24 Thread David Morgan
Hi Pavel, Did you download Neutrino or QNX 4? My uname -r says H (I hoped for 425!) As was said in other email the fix is to do the proper quoting and have it done consistently - this will probably mean autoconf will then work on QNX 4. So I think the only thing that was broken for 4.25 was th

Re: Success (mostly) with the testsuite

2000-10-24 Thread Daniele Arena
Hi All, Since there was no tarball;) I thought I would checkout the CVS just to have some fun. I started to test here and there, and got some positive tests (make checks) with a SPARC(-clone) running Solaris 7. Just a tiny weird thing, it ignored every test in update.m4: 125. ./update.m4:10

Re: Success (mostly) with the testsuite

2000-10-24 Thread Pavel Roskin
Hello, David! > Did you download Neutrino or QNX 4? My uname -r says H (I hoped for 425!) It was a 91M ISO image from http://packages.qnx.com/download/qnxrtp.iso I think it is called Neutrino. > As was said in other email the fix is to do the proper quoting and have > it done consistently - th

Re: Success (mostly) with the testsuite

2000-10-24 Thread David Morgan
Pavel Roskin wrote: > > Hello, David! > > > Did you download Neutrino or QNX 4? My uname -r says H (I hoped for 425!) > > It was a 91M ISO image from http://packages.qnx.com/download/qnxrtp.iso > I think it is called Neutrino. Neutrino is very different from QNX 4 - it is more Unix compliant

Re: Success (mostly) with the testsuite

2000-10-24 Thread Pavel Roskin
Hello, David! > Neutrino is very different from QNX 4 - it is more Unix compliant - I think :) I see. > > You can also mail me /bin/sh. I hope we'll not be prosecuted for that :-) > > But as you don't have the same OS do you still want it? At least I could try to reproduce some of the problem

Re: FreeBSD and QNX - first results

2000-10-24 Thread Alexandre Oliva
On Oct 24, 2000, Pavel Roskin <[EMAIL PROTECTED]> wrote: > Any "sh autoconf": Yep. Not all shells search the PATH for a script. > The problem is that requiring GNU sed for autoupdate is essentially > requiring GNU sed for the testsuite which means not testing other sed's Good point. -- Alex

Re: Success (mostly) with the testsuite

2000-10-24 Thread David Morgan
Pavel Roskin wrote: > > Hello, David! > > > Neutrino is very different from QNX 4 - it is more Unix compliant - I think :) > > I see. > > > > You can also mail me /bin/sh. I hope we'll not be prosecuted for that :-) > > > > But as you don't have the same OS do you still want it? > > At least

autoconf compliance

2000-10-24 Thread Dmitri Shparber
Hello, I just have a question regarding autoconf utility. Is this utilitie compliant with 64 bit architecture machines running win2K? regards, Dmitry.

Re: autoconf compliance

2000-10-24 Thread Alexandre Oliva
On Oct 24, 2000, Dmitri Shparber <[EMAIL PROTECTED]> wrote: > I just have a question regarding autoconf utility. Is this utilitie > compliant with 64 bit architecture machines running win2K? I don't know of any 64-bit compliance problems in autoconf. Which is not that surprising, since it's ju

Re: Success (mostly) with the testsuite

2000-10-24 Thread David Morgan
Hi Pavel I have investigated further > > The best I can come up with so far is the line that does the sed replacement. > > /^X\(\/\).*/{ s//\1/p; q;} > > When presented with ac_file=Makefile this substitution is returning > . XMakefile which I am not sure where we get this from. It seems to

Re: Success (mostly) with the testsuite

2000-10-24 Thread Pavel Roskin
Hello, Daniele! > Since there was no tarball;) I thought I would checkout the CVS just to > have some fun. I started to test here and there, and got some positive > tests (make checks) with a SPARC(-clone) running Solaris 7. Just a tiny > weird thing, it ignored every test in update.m4: > > 125.