thanks

that code has suffered some bitrot
no part of "bin/package make" should ssh out of the local host

here's a patch for src/lib/libcs/Makefile
your line numbers may differ

--- .../Makefile        Fri Jan 26 13:46:44 2007
+++ Makefile    Tue Apr 13 11:56:17 2010
@@ -58,7 +58,6 @@
        then    {
                rsh=`$(SED) -e '/^#define CS_REMOTE_SHELL/!d' -e 
's/.*"\(.*\)".*/\1/' $(*:O=2)`
                echo "#!!! 1 to update this file: 
$INSTALLROOT/lib/$(ID)/$(*:O=1) -d $(*:O=3) -r $rsh > $(<) !!!"
-               $(*:O=1) -d $(*:O=3) -r $rsh
                } > $(<)
        fi
 
@@ -67,7 +66,6 @@
        then    {
                rsh=`$(SED) -e '/^#define CS_REMOTE_SHELL/!d' -e 
's/.*"\(.*\)".*/\1/' $(*:O=2)`
                echo "#!!! 1 to update this file: 
$INSTALLROOT/lib/$(ID)/$(*:O=1) -r $rsh > $(<) !!!"
-               ignore $(*:O=1) -f $(*:O=3) -r $rsh local
                } > $(<)
        fi
 
On Tue, 13 Apr 2010 10:26:45 -0500 [email protected] 
wrote:
> Building ast-open on a Linux system, libcs build invokes ssh and hangs forever
> right after this line:

>     + rm -f csalloc.o csfree.o csaddr.o csattr.o csauth.o csbind.o csclient.o
> cscontrol.o csdaemon.o csdata.o csfrom.o csfull.o csinfo.o cslocal.o csname.o
> csnote.o csntoa.o csopen.o cspath.o cspeek.o csping.o cspipe.o cspoll.o
> csport. o csread.o csrecv.o cssend.o css.o csserve.o csstat.o csto.o csvar.o
> cswrite.o msgblast.o msgbuf.o msggetmask.o msgindex.o msginfo.o msglist.o
> msgname.o msgread.o msgrecv.o msgsend.o msgsetmask.o msguser.o 
>       + ignore cp libcs.a /tmp/ast_nc/arch/linux.i386/lib/libcs.a             
>         
> It seems to be invoking ssh to the host exporting the NFS share /home is
> mounted on, but that host does not run an ssh daemon.  I'm new to the ast
> build system and tools, and haven't figured out yet how to debug problems like
> this.  I guess I need to read the nmake manual, but does anyone know any magic
> I can utter to get through the build or find the problem?

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to