apxs broken

2001-09-06 Thread jean-frederic clere
Hi, I have noted that apxs is broken: /home/apache20/apache20/bin/apxs -q PREFIX apxs:Error: 100 100exec_prefix)/bin/httpd not found or not executable. Any hints? Cheers Jean-frederic

Re: apxs broken

2001-09-06 Thread Stas Bekman
On Thu, 6 Sep 2001, jean-frederic clere wrote: > Hi, > > I have noted that apxs is broken: > /home/apache20/apache20/bin/apxs -q PREFIX > apxs:Error: 100 100exec_prefix)/bin/httpd not found or not executable. > > Any hints? what version are you trying to use? Get the HEAD version from cvs (1.26)

Re: apxs broken

2001-09-06 Thread jean-frederic clere
Stas Bekman wrote: > > On Thu, 6 Sep 2001, jean-frederic clere wrote: > > > Hi, > > > > I have noted that apxs is broken: > > /home/apache20/apache20/bin/apxs -q PREFIX > > apxs:Error: 100 100exec_prefix)/bin/httpd not found or not executable. > > > > Any hints? > > what version are you trying

Re: apxs broken

2001-09-06 Thread jean-frederic clere
The problem is that var contains $(var_name)/blabla instead of $var_name/blabla or ${var_name}/blabla. What should be changed - apxs or acinclude.m4 -? "Clere, Jean-Frederic" wrote: > > Stas Bekman wrote: > > > > On Thu, 6 Sep 2001, jean-frederic clere wrote: > > > > > Hi, > > > > > > I have not

Re: apxs broken

2001-09-06 Thread Stas Bekman
Oh, OK, I see the problem now. I didn't test with the HEAD myself. Now I did. Somebody has committed a patch which changed the way build/config_vars.mk is generated. The variables now are Makefile-like $(foo) instead of ${foo}, of course this completely breaks apxs. So the fix is to put back th

Re: apxs broken

2001-09-06 Thread Stas Bekman
On Thu, 6 Sep 2001, Stas Bekman wrote: > > Oh, OK, I see the problem now. I didn't test with the HEAD myself. Now I > did. BTW, this is a quick hack to get you going, in case you don't know what has to be reverted and cannot move on before somebody fixes it: perl -pi -e 's|\$\(([^)]+)\)|\${$1}|

Re: apxs broken

2001-09-06 Thread Ryan Bloom
On Thursday 06 September 2001 02:19, jean-frederic clere wrote: John Sachs told me about this yesterday, but I was too busy to do anything with it. I'll try to fix it today. Ryan > Hi, > > I have noted that apxs is broken: > /home/apache20/apache20/bin/apxs -q PREFIX > apxs:Error: 100 100exec_

Re: apxs broken

2001-09-06 Thread Ryan Bloom
I made the change to the way config_vars is created, and it needs to be this way for the --with-layout stuff to work correctly. We may be able to fix that problem, but we have a conflict between shell scripts and perl. We need to fix apxs to strip the ( ). Ryan On Thursday 06 September 2001 0

Re: apxs broken

2001-09-06 Thread jean-frederic clere
Ryan Bloom wrote: > > I made the change to the way config_vars is created, and it needs to be > this way for the --with-layout stuff to work correctly. We may be able to > fix that problem, but we have a conflict between shell scripts and perl. > > We need to fix apxs to strip the ( ). Won't {

Re: apxs broken

2001-09-06 Thread Ryan Bloom
On Thursday 06 September 2001 08:08, jean-frederic clere wrote: > Ryan Bloom wrote: > > I made the change to the way config_vars is created, and it needs to be > > this way for the --with-layout stuff to work correctly. We may be able > > to fix that problem, but we have a conflict between shell

Re: apxs broken

2001-09-06 Thread Stas Bekman
On Thu, 6 Sep 2001, Ryan Bloom wrote: > > I made the change to the way config_vars is created, and it needs to be > this way for the --with-layout stuff to work correctly. We may be able to > fix that problem, but we have a conflict between shell scripts and perl. > > We need to fix apxs to stri

Re: apxs broken

2001-09-06 Thread jean-frederic clere
It fixes the problem I had, thanks - Do not forget to commit it - Stas Bekman wrote: > > On Thu, 6 Sep 2001, Ryan Bloom wrote: > > > > > I made the change to the way config_vars is created, and it needs to be > > this way for the --with-layout stuff to work correctly. We may be able to > > fix

Re: apxs broken

2001-09-06 Thread Stas Bekman
On Thu, 6 Sep 2001, jean-frederic clere wrote: > It fixes the problem I had, thanks - Do not forget to commit it - I don't have commit access to httpd. Ryan will probably commit for me :) > Stas Bekman wrote: > > > > On Thu, 6 Sep 2001, Ryan Bloom wrote: > > > > > > > > I made the change to the

Re: apxs broken

2001-09-06 Thread Ryan Bloom
On Thursday 06 September 2001 09:35, Stas Bekman wrote: > On Thu, 6 Sep 2001, jean-frederic clere wrote: > > It fixes the problem I had, thanks - Do not forget to commit it - > > I don't have commit access to httpd. Ryan will probably commit for me :) Doug beat me to it. :-) Ryan __

Re: apxs broken

2001-09-06 Thread Stas Bekman
On Thu, 6 Sep 2001, Ryan Bloom wrote: > On Thursday 06 September 2001 09:35, Stas Bekman wrote: > > On Thu, 6 Sep 2001, jean-frederic clere wrote: > > > It fixes the problem I had, thanks - Do not forget to commit it - > > > > I don't have commit access to httpd. Ryan will probably commit for me

Re: apxs broken

2001-09-06 Thread Ryan Bloom
On Thursday 06 September 2001 10:03, Stas Bekman wrote: > On Thu, 6 Sep 2001, Ryan Bloom wrote: > > On Thursday 06 September 2001 09:35, Stas Bekman wrote: > > > On Thu, 6 Sep 2001, jean-frederic clere wrote: > > > > It fixes the problem I had, thanks - Do not forget to commit it - > > > > > > I d

Re: apxs broken

2001-09-06 Thread Stas Bekman
On Thu, 6 Sep 2001, Ryan Bloom wrote: > On Thursday 06 September 2001 10:03, Stas Bekman wrote: > > On Thu, 6 Sep 2001, Ryan Bloom wrote: > > > On Thursday 06 September 2001 09:35, Stas Bekman wrote: > > > > On Thu, 6 Sep 2001, jean-frederic clere wrote: > > > > > It fixes the problem I had, than

Re: apxs broken

2001-09-06 Thread Ian Holsman
apxs is working again. I'm getting the CORE dump form my hourly test cron job. as soon as the core dump is fixed I'll aim the email to dev@ (don't worry it only mails when there is a change in test results. not every hour) On Thu, 2001-09-06 at 10:07, Ryan Bloom wrote: > On Thursday 06 September

Re: apxs broken

2001-09-06 Thread Stas Bekman
On Fri, 7 Sep 2001, Stas Bekman wrote: > On Thu, 6 Sep 2001, Ryan Bloom wrote: > > > On Thursday 06 September 2001 10:03, Stas Bekman wrote: > > > On Thu, 6 Sep 2001, Ryan Bloom wrote: > > > > On Thursday 06 September 2001 09:35, Stas Bekman wrote: > > > > > On Thu, 6 Sep 2001, jean-frederic cler

Re: apxs broken

2001-09-06 Thread Greg Marr
At 01:32 PM 09/06/2001, Stas Bekman wrote: >Also the regex that does s/(foo)/{foo}/ is cleaner in case someone was >doing $(foo)_bar with the current patch, this will break, since it >makes >$foo_bar, whereas it should be better ${foo}_bar. A regexp is overkill in this case, assuming that the in