Xprt unable to find transport: tcp

Drew Parsons dparsons at debian.org
Thu Sep 15 05:39:16 PDT 2005


On Wed, 2005-09-14 at 09:09 -0700, Alan Coopersmith wrote:
> > 
> > I also get a warning during configure: 
> > 
> > ./configure: line 24378: XTRANS_CONNECTION_FLAGS: command not found
> > 
> > Certainly related, no?
> 
> Yes, the XTRANS_CONNECTION_FLAGS macro should be setting these.
> 
> > into /opt/xorg-modular/share/aclocal. Why isn't configure finding it?
> > I've been using ./autogen.sh --prefix=/opt/xorg-modular/.
> 
> ACLOCAL="aclocal -I /opt/xorg-modular/share/aclocal"
> 

I set ACLOCAL with -I, and got the following error:

$ ./autogen.sh --prefix=/opt/xorg-modular/ --enable-xprint --disable-glx
--disable-xinerama --disable-dri
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB
configure.ac:24: error: m4_defn: undefined macro: _m4_divert_diversion
/usr/share/aclocal/xtrans.m4:80: XTRANS_CONNECTION_FLAGS is expanded
from...
configure.ac:24: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1


I also tried copying xtrans.m4 into /usr/share/aclocal, just to be sure.
The key error I think was 

configure.ac:24: error: m4_defn: undefined macro: _m4_divert_diversion

I can't see _m4_divert_diversion mentioned in either xtrans.m4 or
configure.ac (or in /usr/share/aclocal).



Might this be a versioning problem?  I've got autoconf v2.59, but
configure.ac says AC_PREREQ(2.57). 




autogen.sh (i.e. ./configure) also reports:

./configure: line 24381: XTRANS_SECURE_RPC_FLAGS: command not found

just as it reported XTRANS_CONNECTION_FLAGS not found, but I don't think
this will make a difference in defining _m4_divert_diversion!

Drew


More information about the xorg-modular mailing list