From owner-freebsd-questions@FreeBSD.ORG Sat Nov 11 07:22:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A37616A407 for ; Sat, 11 Nov 2006 07:22:57 +0000 (UTC) (envelope-from mpope@teksavvy.com) Received: from ironport-out.pppoe.ca (ironport-out.pppoe.ca [206.248.154.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E76843D5A for ; Sat, 11 Nov 2006 07:22:56 +0000 (GMT) (envelope-from mpope@teksavvy.com) Received: from smtp.pppoe.ca ([65.39.192.132]) by ironport-out.pppoe.ca with ESMTP; 11 Nov 2006 02:22:56 -0500 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.09,413,1157342400"; d="scan'208"; a="53590036:sNHT16917640" Received: from [10.1.1.173] ([69.28.228.189]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id PSH53055 for ; Sat, 11 Nov 2006 02:22:55 -0500 Message-ID: <45557573.7040503@teksavvy.com> Date: Sat, 11 Nov 2006 02:02:11 -0500 From: Matthew Pope User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: installing port etherape X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 07:22:57 -0000 Hello, The 'make install' on the etherape stopped, complaining about a missing function. The output is included below. My environment is FreeBSD 6.1 p10 on an Asus motherboard with a Pentium 4 processor. Given the warnings about a dependancy conflict, and my newbie lack of knowledge of using ports, I'm a bit perplexed on how to proceed. If anyone could suggest a strategy to get around this problem, I'd really appreciate it. Thanks, Matthew make install (from within etherape dir) .....lots of output.... cc -O2 -fno-strict-aliasing -pipe -pthread -o .libs/bonobo-activation-server activation-server-corba-extensions.o activation-context-query.o activation-context-query-lexer.o activation-context-query-parser.o activation-context-corba.o object-directory-corba.o object-directory-load.o object-directory-activate.o object-directory-config-file.o activation-server-main.o -Wl,--export-dynamic -pthread -L/usr/local/lib ../bonobo/.libs/libbonobo-2.so /usr/ports/devel/libbonobo/work/libbonobo-2.16.0/bonobo-activation/.libs/libbonobo-activation.so ../bonobo-activation/.libs/libbonobo-activation.so /usr/local/lib/libgobject-2.0.so -lname-server-2 -lORBitCosNaming-2 -lORBit-2 /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libgthread-2.0.so -pthread /usr/local/lib/libglib-2.0.so -lxml2 -lz -liconv -lm -lintl -Wl,--rpath -Wl,/usr/local/lib /usr/bin/ld: warning: libglib-2.0.so.400, needed by /usr/local/lib/libORBitCosNaming-2.so, may conflict with libglib-2.0.so.0 /usr/bin/ld: warning: libgmodule-2.0.so.400, needed by /usr/local/lib/libORBit-2.so, may conflict with libgmodule-2.0.so.0 /usr/bin/ld: warning: libgobject-2.0.so.400, needed by /usr/local/lib/libORBit-2.so, may conflict with libgobject-2.0.so.0 /usr/bin/ld: warning: libgthread-2.0.so.400, needed by /usr/local/lib/libORBit-2.so, may conflict with libgthread-2.0.so.0 /usr/bin/ld: warning: libm.so.3, needed by /usr/local/lib/libxml2.so, may conflict with libm.so.4 object-directory-corba.o(.text+0xa48): In function `client_cnx_broken': : undefined reference to `ORBit_sequence_remove' gmake[3]: *** [bonobo-activation-server] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/libbonobo/work/libbonobo-2.16.0/activation-server' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/devel/libbonobo/work/libbonobo-2.16.0/activation-server' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/libbonobo/work/libbonobo-2.16.0' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/libbonobo. *** Error code 1 Stop in /usr/ports/net-mgmt/etherape. bash-2.05b#