You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Justin Erenkrantz <je...@apache.org> on 2009/02/26 08:36:55 UTC

Re: r36153

(The commit message got flagged as spam for me, so...)

Before r36153, this is what I got with trunk:
---
...configure chuggin' along...
configure: updating cache .../config.cache
configure: creating ./config.status
../../subversion/configure: line 25488: -e: command not found
../../subversion/configure: line 25488: -e: command not found
../../subversion/configure: line 25488: -e: command not found
../../subversion/configure: line 25488: -e: command not found
../../subversion/configure: line 25488: -e: command not found
....
  Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.

AbortDDX
Quitting Xquartz...
----

The root cause is basically libtool 2.2.6a interacting poorly with
autoconf in a way that causes the configure script to bail.
(libtool's scripts expect Xsed to be defined, but isn't by default.)

Rather than adding yet another ugly workaround, I took the advice in
autogen.sh that said:

-# ### eventually, we can/should toss this in favor of simply using
-# ### APR's libtool. deferring to a second round of change...

which is what r36153 does now.  Yell if it blows up (it shouldn't),
but this moves the libtool madness back to APR where it belongs and
gets us out of that mess.  -- justin

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1231859