Re: installing port etherape

2006-11-13 Thread Lowell Gilbert
Matthew Pope <[EMAIL PROTECTED]> 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?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


installing port etherape

2006-11-10 Thread Matthew Pope

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#
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"