No subject



Thu May 29 15:26:22 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 29 May 2003 15:27:01 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.8p1/8.12.3) with ESMTP id h4TMR161042994
	for <atanu@tigger.icir.org>; Thu, 29 May 2003 15:27:01 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.8p1/8.12.3) with ESMTP id h4TMR1DD068866;
	Thu, 29 May 2003 15:27:01 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.ICSI.Berkeley.EDU (8.12.9/8.12.9) with ESMTP id h4TMR1bb025615;
	Thu, 29 May 2003 15:27:01 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.9/8.12.9) with ESMTP id h4TMQNbb025595
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 29 May 2003 15:26:23 -0700 (PDT)
Received: from tigger.icir.org (tigger.icir.org [192.150.187.78])
	by wyvern.icir.org (8.12.8p1/8.12.3) with ESMTP id h4TMQMDD068859;
	Thu, 29 May 2003 15:26:22 -0700 (PDT)
	(envelope-from atanu@tigger.icir.org)
Received: from tigger.icir.org (localhost [127.0.0.1])
	by tigger.icir.org (8.12.8p1/8.12.3) with ESMTP id h4TMQM61042861;
	Thu, 29 May 2003 15:26:22 -0700 (PDT)
	(envelope-from atanu@tigger.icir.org)
To: Pavlin Radoslavov <pavlin@icir.org>
cc: mjh@icir.org, xorp-cvs@icir.org
Subject: Re: [Xorp-cvs] XORP cvs commit: xorp/bgp/harness/ coord.cc coord.hh test_peer.cc test_peer.hh 
In-reply-to: Your message of "Thu, 29 May 2003 15:24:03 PDT."
             <200305292224.h4TMO3pD066413@possum.icir.org> 
From: Atanu Ghosh <atanu@ICSI.Berkeley.EDU>
Reply-To: atanu@ICSI.Berkeley.EDU
X-Organisation: The International Computer Science Institute
X-Phone: +1 510 666 2966
X-Fax: +1 510 666 2956
X-Url: <http://www.icir.org/atanu>
Date: Thu, 29 May 2003 15:26:22 -0700
Message-ID: <42860.1054247182@tigger.icir.org>
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

>>>>> "Pavlin" == Pavlin Radoslavov <pavlin@icir.org> writes:


    >> CVSROOT: /usr/local/share/doc/apache/cvs Module name: xorp
    >> Repository: xorp/bgp/harness/ Changes by:
    >> mjh@xorpc.icir.org. 03/05/29 15:18:29
    >> 
    >> Modified files: xorp/bgp/harness/: coord.cc coord.hh
    >> test_peer.cc test_peer.hh
    >> 
    >> Log message: Two more missing shutdown methods.  Something
    >> strange must have happened with dependencies for this not to
    >> have been spotted before I did the jumbo commit earlier.

    Pavlin> Right before the above commit I had another dependency
    Pavlin> problem:

    Pavlin> pavlin@possum[425] gmake gmake all-am gmake[1]: Entering
    Pavlin> directory
    Pavlin> `/home/possum/u0/pavlin/work/xorp/FreeBSD-xorp/libxipc'
    Pavlin> source='../xrl/targets/finder_client_base.cc'
    Pavlin> object='../xrl/targets/finder_client_base.o' libtool=no \
    Pavlin> depfile='.deps/../xrl/targets/finder_client_base.Po'
    Pavlin> tmpdepfile='.deps/../xrl/targets/finder_client_base.TPo' \
    Pavlin> depmode=gcc3 /usr/local/bin/bash ../config/depcomp \ g++32
    Pavlin> -DHAVE_CONFIG_H -I. -I. -I.. -I..  -g -W -Wall
    Pavlin> -Wwrite-strings -Wmissing-prototypes -Wcast-qual -Werror
    Pavlin> -Wpointer-arith -Wcast-align -Wstrict-prototypes
    Pavlin> -Woverloaded-virtual -Wtraditional -ftemplate-depth-20 -c
    Pavlin> -o ../xrl/targets/finder_client_base.o `test -f
    Pavlin> ../xrl/targets/finder_client_base.cc || echo
    Pavlin> './'`../xrl/targets/finder_client_base.cc
    Pavlin> .deps/../xrl/targets/finder_client_base.TPo: No such file
    Pavlin> or directory gmake[1]: ***
    Pavlin> [../xrl/targets/finder_client_base.o] Error 1 gmake[1]:
    Pavlin> Leaving directory
    Pavlin> `/home/possum/u0/pavlin/work/xorp/FreeBSD-xorp/libxipc'
    Pavlin> gmake: *** [all] Error 2 Exit 2


    Pavlin> After I did "gmake clean" the above problem seemed to
    Pavlin> disappear.

Same problem, same solution.

	Atanu.
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs