Re: Success (mostly) with the testsuite

2000-10-26 Thread Paul Eggert
From: Akim Demaille [EMAIL PROTECTED] Date: 25 Oct 2000 12:14:12 +0200 /tmp % echo "Xfoo" | nostromo 12:08 pipe sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/p; q; } pipe quote /^X\(\/\/\)[^/].*/{ s//\1/p; q; } pipe quote

Re: Problems with exit

2000-10-26 Thread Akim Demaille
"Pavel" == Pavel Roskin [EMAIL PROTECTED] writes: Pavel Hello! The problem with FreeBSD ignoring "exit 77" can be Pavel reproduced on "the other OS :-)" using zsh. Pavel configure.in: AC_INIT exit 59 AC_OUTPUT(Makefile) Pavel $ export PS1 $ autoconf $ bash configure; echo $? 59 $ zsh Pavel

Re: Success (mostly) with the testsuite

2000-10-26 Thread Akim Demaille
"Paul" == Paul Eggert [EMAIL PROTECTED] writes: Paul I assume you removed all the "p"s, and not just the last one. Yep, I did. I think we are going to drop the `expr' branch. BSDI's `expr' is so deeply broken that it hides it successes, which results in twice the dirname. Pfff. This is

Re: Success (mostly) with the testsuite

2000-10-26 Thread Alexandre Oliva
On Oct 25, 2000, Akim Demaille [EMAIL PROTECTED] wrote: "Daniele" == Daniele Arena [EMAIL PROTECTED] writes: Daniele That actually brings a "philosophical" question I always Daniele wanted to ask to GNU people (RMS, are you there?:); and that Daniele is, how far goes the support for oldish OSs

RE: Why is srcdir passed as .

2000-10-26 Thread Bernard Dautrevaux
-Original Message- From: Mo DeJong [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 12:41 AM To: [EMAIL PROTECTED] Subject: Re: Why is srcdir passed as . On Wed, 25 Oct 2000, Ben Woodard wrote: I am having a problem with my configure script where when configure

Re: Success (mostly) with the testsuite

2000-10-26 Thread Alexandre Oliva
On Oct 25, 2000, Akim Demaille [EMAIL PROTECTED] wrote: "Daniele" == Daniele Arena [EMAIL PROTECTED] writes: Daniele This one seemed to be working better... At least it gave no Daniele errors on exit and it did create a Makefile. Hope it's fixed? OK, then the problem is that your shell is bad

Re: Why is srcdir passed as .

2000-10-26 Thread Alexandre Oliva
On Oct 25, 2000, Ben Woodard [EMAIL PROTECTED] wrote: I am having a problem with my configure script where when configure is called for the subprojects a parameter --srcdir=. is passed into them when I just do configure. srcdir is supposed to be the top-level directory of the project (or

Re: Success (mostly) with the testsuite

2000-10-26 Thread Akim Demaille
| On Oct 25, 2000, Akim Demaille [EMAIL PROTECTED] wrote: | "Daniele" == Daniele Arena [EMAIL PROTECTED] writes: | Daniele This one seemed to be working better... At least it gave no | Daniele errors on exit and it did create a Makefile. Hope it's fixed? | | OK, then the problem is that your

Re: Success (mostly) with the testsuite

2000-10-26 Thread Alexandre Oliva
On Oct 26, 2000, Akim Demaille [EMAIL PROTECTED] wrote: Yep, I did. I think we are going to drop the `expr' branch. Yep. We've had too much trouble with `expr' so far. Maybe we could test whether `expr' works for us, and set `expr=false' if it doesn't, then use $expr... -- Alexandre Oliva

Re: Success (mostly) with the testsuite

2000-10-26 Thread Akim Demaille
"Alexandre" == Alexandre Oliva [EMAIL PROTECTED] writes: Alexandre On Oct 26, 2000, Akim Demaille [EMAIL PROTECTED] wrote: Yep, I did. I think we are going to drop the `expr' branch. Alexandre Yep. We've had too much trouble with `expr' so far. Alexandre Maybe we could test whether `expr'

Re: More macro dispatching

2000-10-26 Thread Akim Demaille
In order to properly implement the proposal of Alexandre (expr=false when we can't trust it), more responsibility should be moved into Mash, in particular things like _AC_INIT_PREPARE_ENVIRONMENT. It is a good thing, it is independent from Autoconf and useful to any Mash project (understand

Re: Why is srcdir passed as .

2000-10-26 Thread Thomas E. Dickey
On Thu, 26 Oct 2000, Lars J. Aas wrote: On Thu, Oct 26, 2000 at 10:24:05AM +0200, Bernard Dautrevaux wrote: : Mo on the contrary is bothered by the fact that $srcdir is relative; just : calling "./configure -srcdir=/absolute/path/to/srcdir" shoudl solve the : problem. I assume $srcdir is

RE: Why is srcdir passed as .

2000-10-26 Thread Bernard Dautrevaux
-Original Message- From: Thomas E. Dickey [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 2:36 PM To: Lars J. Aas Cc: Bernard Dautrevaux; 'Mo DeJong'; [EMAIL PROTECTED] Subject: Re: Why is srcdir passed as . On Thu, 26 Oct 2000, Lars J. Aas wrote: On Thu, Oct

RE: More macro dispatching

2000-10-26 Thread Bernard Dautrevaux
-Original Message- From: Akim Demaille [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 26, 2000 2:35 PM To: APatche; Autoconf List Subject: Re: More macro dispatching In order to properly implement the proposal of Alexandre (expr=false when we can't trust it), more

Re: Why is srcdir passed as .

2000-10-26 Thread Akim Demaille
"Thomas" == Thomas E Dickey [EMAIL PROTECTED] writes: Thomas Is it true (for a shell) that $0 is always a full pathname? Thomas (it could be a relative one, which complicates things a Thomas little). I've never met any counterexample. A brand lot scripts out there use it.

Re: Why is srcdir passed as .

2000-10-26 Thread Thomas E. Dickey
On 26 Oct 2000, Akim Demaille wrote: "Thomas" == Thomas E Dickey [EMAIL PROTECTED] writes: Thomas Is it true (for a shell) that $0 is always a full pathname? Thomas (it could be a relative one, which complicates things a Thomas little). I've never met any counterexample. A brand lot

Re: Success (mostly) with the testsuite

2000-10-26 Thread Akim Demaille
It would really help if someone who has an access to an Ultrix could run the following guy. That's the main reason why there is no 2.49b release. If someone knows somebody who has an access, please denunciate her :) Better yet, if someone knows a means to have an ssh account on an Ultrix

Re: Success (mostly) with the testsuite

2000-10-26 Thread David Morgan
Akim, Have a chat to the folks at www.rtr.com They advertise a Dec Ultix as part of their porting center. See http://www.rtr.com/newrtr/Porting01.htm Email: [EMAIL PROTECTED] We used the porting center in the past until we had the machines we used there in house. Regards David Akim

Re: Why is srcdir passed as .

2000-10-26 Thread Thomas E. Dickey
On 26 Oct 2000, Akim Demaille wrote: "Thomas" == Thomas E Dickey [EMAIL PROTECTED] writes: Thomas $0 is a full pathname if that's the way the script was invoked Thomas (I assume that's what you are saying - if it was not invoked Thomas with a full pathname, it really depends on the shell

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.

Re: Why is srcdir passed as .

2000-10-26 Thread Akim Demaille
You're right. I'm actually referring to a PATH resolution. ~ % PATH=/tmp:$PATH thomas.shnostromo 18:25 /tmp/thomas.sh /tmp/thomas.sh param ...done

Re: Yet Another Failed Check

2000-10-26 Thread Akim Demaille
Thanks for the report. Actually none is really grave. The failure of test 28 is known, we just have to decide how we want to fix it ---which is currently being discussed. The failure of test 66 just demonstrates that AC_FUNC_MMAP forgets to clean its test file, which will fix shortly.

Re: Success (mostly) with the testsuite

2000-10-26 Thread Alexandre Oliva
On Oct 25, 2000, Akim Demaille [EMAIL PROTECTED] wrote: Is there anybody here with an Ultrix who could run the script I sent? There are Ultrices at Cygnus, right? There is at least one Ultrix box in Red Hat's Sunnyvale office, yes. Unfortunately, for some reason, I've been unable to log into

`' quotes in messages (was Re: Success (mostly) with the testsuite)

2000-10-26 Thread Raja R Harinath
Alexandre Oliva [EMAIL PROTECTED] writes: test -f "$f" || { echo "configure: error: cannot find input file \\\`$f'" 2; exit 1; } [snip] Maybe we should set ac_backquote and ac_singlequote upfront, and use it in error messages instead? On a tangent, do we still want to use `...'

Re: Success (mostly) with the testsuite

2000-10-26 Thread Alexandre Oliva
On Oct 25, 2000, Akim Demaille [EMAIL PROTECTED] wrote: Is there anybody here with an Ultrix who could run the script I sent? There are Ultrices at Cygnus, right? Yep, got it. There you go: nl= tab= space= IFS= foo=One line bar=Two lines + echo Direct use Direct use + echo {One}

Re: Why is srcdir passed as .

2000-10-26 Thread Ben Woodard
I think there is two problems here: Ben seems to use $srcdir where it meant $top_srcdir :-) (If we build in-place, then $srcdir == $builddir in all the tree). Mo on the contrary is bothered by the fact that $srcdir is relative; just calling "./configure -srcdir=/absolute/path/to/srcdir"

Re: Why is srcdir passed as .

2000-10-26 Thread Mo DeJong
On Thu, 26 Oct 2000, Ben Woodard wrote: I think there is two problems here: Ben seems to use $srcdir where it meant $top_srcdir :-) (If we build in-place, then $srcdir == $builddir in all the tree). Mo on the contrary is bothered by the fact that $srcdir is relative; just calling

Re: Why is srcdir passed as .

2000-10-26 Thread Ben Woodard
On Oct 25, 2000, Ben Woodard [EMAIL PROTECTED] wrote: I am having a problem with my configure script where when configure is called for the subprojects a parameter --srcdir=. is passed into them when I just do configure. srcdir is supposed to be the top-level directory of the project

Re: `' quotes in messages (was Re: Success (mostly) with the testsuite)

2000-10-26 Thread Russ Allbery
Raja R Harinath [EMAIL PROTECTED] writes: On a tangent, do we still want to use `...' quotes? The latest XFree86 fonts do not show these as symmetric open and close quotes. The "`" is more slanted, and the "'" looks like on the PC (a vertical quote, which can be used for both open and

Re: Why is srcdir passed as .

2000-10-26 Thread Alexandre Oliva
On Oct 26, 2000, Mo DeJong [EMAIL PROTECTED] wrote: They will want to run: ./configure ; make install and expect it to work, and why shouldn't they? Works for me. When doesn't it work for you? Did you read my other message in this thread? -- Alexandre Oliva Enjoy Guarana', see

Re: Why is srcdir passed as .

2000-10-26 Thread Alexandre Oliva
On Oct 26, 2000, Ben Woodard [EMAIL PROTECTED] wrote: ac_configure_args="${ac_configure_args} --enable-local-tdb=${srcdir}/tdb" This is just plain wrong in case srcdir is a relative pathname. The problem isn't the `.' special-case, the problem is that this assumes ${srcdir} is absolute.