Re: r36153
From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: Thu, 26 Feb 2009 00:36:55 -0800
(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=1231859Received on 2009-02-26 09:37:21 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.