Re: HOWTO check for headers and libs in various directories?

2001-01-08 Thread Daniele Arena
Hi Vaclav, I had the same problem with MySQL and other external packages, and I couldn't find anything really appropriate. The smartest thing I could do was to hack configure.in in this way: dnl dnl MySQL include directory dnl AC_ARG_WITH(mysqlinc, [ --with-mysqlinc=DIRDIR=pa

Re: FYI: Egrep and test suite (Was: FYI: AS_EXIT)

2000-12-06 Thread Daniele Arena
Hi Akim, On 6 Dec 2000, Akim Demaille wrote: > Daniele, I've just killed another suspicious part of the test suite > which might be responsible for a big part of the failures we observed. > Would it be possible that you run it again? Sorry, I really can't run it right now, my schedule is *too*

Re: FYI: `Document' qnx (Was: Various systems)

2000-12-06 Thread Daniele Arena
Akim, If you allow me a word as a complete outsider, I personally think that your wish to maintain documentation for every OS is extremely nice and denotes a lot of courage, because maintaining such a thing can be hell. I think this is Pavel's point: that this effort can fade in time, and we woul

Re: FYI: AS_EXIT (Was: Backquotes in quotes in backquotes)

2000-12-01 Thread Daniele Arena
Good morning, then... Here's your breakfast.:) Have fun! Cheers, D. On 30 Nov 2000, Akim Demaille wrote: > >>>>> "Daniele" == Daniele Arena <[EMAIL PROTECTED]> writes: > > Daniele> Good night:) > > Good night. Tomorrow I'll have

Re: FYI: AS_EXIT (Was: Backquotes in quotes in backquotes)

2000-11-30 Thread Daniele Arena
On 30 Nov 2000, Akim Demaille wrote: > You can check now. Last CVS sources checked out, test rerun (with sh;). There are still tests failed (21 of them), but the "torture" one is not failed anymore. See attached file. Good night:) Daniele. check.new.sparc-sun-solaris2.8.gz

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
On 30 Nov 2000, Akim Demaille wrote: > Remains a big problem: the test suite is not deterministic on your > system. Is it sane? Have you already tried to install a sane GNU > package on it? Does it work properly? Was Autoconf built on the same > machine too? Is it in /tmp or through NFS? Th

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
Wonderful! I think you're close to the edge, Akim... tcsh: % (false); echo $? 255 % (false; exit); echo $? 0 bash: $ (false); echo $? 1 $ (false; exit); echo $? 1 sh: $ (false); echo $? 255 $ (false; exit); echo $? 255 Good luck with that...;) Cheers, D. On 30 Nov 2000, Akim Demaille wrot

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
For bash, the answer is: yes - no. You have the different outputs, the first I sent today marked "sparc-sun-solaris2.8.gz" and the one I just sent. They were both generated with bash. I didn't try again with the other shells. I can do it, but not at once. Cheers, D. On 30 Nov 2000, Akim Demail

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
:-) 0 (any shell - just to be sure). D. On 30 Nov 2000, Akim Demaille wrote: > Please, could you try this: > > (exit); echo $? >

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
On 30 Nov 2000, Akim Demaille wrote: > Daniele> OK, I give up. I reran all the tests with plain Bourne shell, > Daniele> and I obtained Yet Another Different Set of failed checks. > > Good news :( > > Daniele> If you really want, I can send you the tests with sh, bash > Daniele> and tcsh . But

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
On 30 Nov 2000, Akim Demaille wrote: > Daniele> Ehm... Sorry, but now there's something I don't > Daniele> get. Really. Is it in any way possible that the tests give > Daniele> different results if run with different shells?... > > Sure! That would reveal bugs in Autotest. But it should not sh

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
On Thu, 30 Nov 2000, Lars J. Aas wrote: > : Up to now, I thought that the shell from which I run the commands had no > : importance whatsoever. Was I wrong? > > Is $PATH (and other important env-variables) the same? Excellent question. The answer is "yes". What exactly is to be fetched by the

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
On 30 Nov 2000, Akim Demaille wrote: > Daniele> As for the Solaris8 tests, I will try to rerun them. Maybe I > Daniele> did something wrong which blew all up? > > I don't think so. But I had the strange impression that some stuff > has be executed concurrently, and it should not have. But fran

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
On Thu, 30 Nov 2000, Daniele Arena wrote: > As for the Solaris8 tests, I will try to rerun them. Maybe I did something > wrong which blew all up? Ehm... Sorry, but now there's something I don't get. Really. Is it in any way possible that the tests give different results if ru

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
Hi Akim, Beware! These are two different machines and OSs. The gzipped file I sent you is for Solaris8/SPARC, while the plaintext test 80 is the *only* failed test for BSDI3.1 . Please tell me if you want me to send you the full error file for BSDI3.1 . As for the Solaris8 tests, I will try to r

Re: Backquotes in quotes in backquotes (Was: Success (mostly) withthe testsuite)

2000-11-30 Thread Daniele Arena
Hi Akim, Wow! I'm now quoted in the "THANKS" file! What an honour!;) OK, about the serious stuff. I downloaded the CVS version yesterday afternoon, and tested it on the same host. The backquotes problem is now gone, so "configure" runs with no problem. "make check" is an almost complete success,

Yet Another Failed Check

2000-10-26 Thread Daniele Arena
Hi Autoconfers, I'm slowly but steadily proceeding in makechecking autoconf on whatever machine I can get hold of, during my spare minutes...:) You told me to report any failed checks, so here are a couple of them on a RISC running AIX 4.3.3 , with the CVS version checked out this afternoon. The

Re: Success (mostly) with the testsuite

2000-10-25 Thread Daniele Arena
Hi Akim, Glad that you finally got the "bug". On 25 Oct 2000, Akim Demaille wrote: > OK, then the problem is that your shell is bad at following escaped > quotes. What I changed is this snippet: [...] > I remove the > > cannot find input file \\\`$f' > > part of the error messages

Re: Success (mostly) with the testsuite

2000-10-25 Thread Daniele Arena
This one seemed to be working better... At least it gave no errors on exit and it did create a Makefile. Hope it's fixed? Cheers, Daniele. On 25 Oct 2000, Akim Demaille wrote: > how about this one? > > + ac_nl= + IFS= + debug=: + echo ./config.status + sed s,.*/,, + me=config.st

Re: Success (mostly) with the testsuite

2000-10-25 Thread Daniele Arena
At your orders, sir...;-) Cheers, Daniele. On 25 Oct 2000, Akim Demaille wrote: > Same process, could you run this one please? > > + ac_nl= + IFS= + debug=: + echo ./config.status + sed s,.*/,, + me=config.status + SHELL=/bin/sh + config_files=Makefile + ac_given_srcdir=. +

Re: Success (mostly) with the testsuite

2000-10-25 Thread Daniele Arena
Hi Akim, You can find it attached hereby. Any other questions, I'm here. Cheers, Daniele. On 25 Oct 2000, Akim Demaille wrote: > When, the error message is not enough to understand what's going wrong > (and it makes no sense to me). > > Could you run > > /bin/sh -x ./config.status

Re: Success (mostly) with the testsuite

2000-10-25 Thread Daniele Arena
Hi Pavel! On Tue, 24 Oct 2000, Pavel Roskin wrote: > Hello, Daniele! > [...] > > ./config.status: 7: Syntax error: end of file unexpected (expecting "}") > > I'll be very interested to see your config.status Then here it is... Enjoy!:) Cheers, Daniele. config.status.gz

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-15 Thread Daniele Arena
On 13 Oct 2000, Akim Demaille wrote: > If you have some spare time, then testing the CVS version is good. > But if you have little time, please keep it for the next tarball we > will put on alpha. When do you plan to publish the new tarball? Cheers, Daniele.

Re: Success (mostly) with the testsuite

2000-10-13 Thread Daniele Arena
Hello everybody, I might be able to test autoconf on some platforms (BSDI, Solaris, Alpha, AIX...), as long as it does not involve spending a night doing that, but I think i missed some information: - Which version of autoconf do you want to be tested? The version on ftp://alpha.gnu.org/gnu/auto