From owner-freebsd-questions@FreeBSD.ORG Mon Nov 13 15:54:46 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 5660016A4D2 for ; Mon, 13 Nov 2006 15:54:46 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36BD43D55 for ; Mon, 13 Nov 2006 15:49:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15652 invoked from network); 13 Nov 2006 15:48:37 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Nov 2006 15:48:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A8D2528431; Mon, 13 Nov 2006 10:48:36 -0500 (EST) To: Matthew Pope References: <45557573.7040503@teksavvy.com> From: Lowell Gilbert Date: Mon, 13 Nov 2006 10:48:36 -0500 In-Reply-To: <45557573.7040503@teksavvy.com> (Matthew Pope's message of "Sat, 11 Nov 2006 02:02:11 -0500") Message-ID: <44y7qf4aaz.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: installing port etherape X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2006 15:54:46 -0000 Matthew Pope writes: > 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# My best guess; your upgrade to Gnome 2.16 is still incomplete. Did you follow the directions in the 20061014 entry in /usr/ports/UPDATING?