Error: shared library "panel-applet-2.0" does not exist

Hello. Sorry, but I'm beginner in FreeBSD and I don't english. But I need to use FreeBSD. I try to build gnome-utils (I have FreeBSD 8.1):

Code:
# cd /usr/ports/deskutils/gnome-utils/
# make depends
....
===>   gnome-utils-2.32.0,1 depends on shared library: panel-applet-2.0 - not found
===>    Verifying install for panel-applet-2.0 in /usr/ports/x11/gnome-panel
===>   Returning to build of gnome-utils-2.32.0,1
Error: shared library "panel-applet-2.0" does not exist
*** Error code 1

Stop in /usr/ports/deskutils/gnome-utils.

There are files
/home/libpanel-applet-3.a
/home/libpanel-applet-3.la
/home/libpanel-applet-3.so
/home/libpanel-applet-3.so.0

but if I rename it to version 2, then [cmd=]make depends[/cmd] is OK, but [cmd=]make install[/cmd] can't finish.

Can you help me? What must I do?
 
If i type [cmd=]make install clean[/cmd] then also:

Code:
===>   gnome-utils-2.32.0,1 depends on shared library: panel-applet-2.0 - not found
===>    Verifying install for panel-applet-2.0 in /usr/ports/x11/gnome-panel
===>   Returning to build of gnome-utils-2.32.0,1
Error: shared library "panel-applet-2.0" does not exist
*** Error code 1

Stop in /usr/ports/deskutils/gnome-utils.
 
Code:
pkg_info -x gnome-panel
Information for gnome-panel-2.32.1:

Comment:
Panel component for the GNOME 2 Desktop


Description:
This drives the GNOME 2 panel.

WWW: http://www.gnome.org/
 
Ops, too soon...

I can't proceed with moonlight building because:
Code:
gmake[1]: Leaving directory `/usr/ports/x11/gnome-panel/work/gnome-panel-2.32.1/po'
gmake[1]: Entering directory `/usr/ports/x11/gnome-panel/work/gnome-panel-2.32.1'
gmake[2]: Entering directory `/usr/ports/x11/gnome-panel/work/gnome-panel-2.32.1'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/ports/x11/gnome-panel/work/gnome-panel-2.32.1'
gmake[1]: Leaving directory `/usr/ports/x11/gnome-panel/work/gnome-panel-2.32.1'
/usr/local/bin/gio-querymodules /usr/local/lib/gnome-panel/modules
===>   Compressing manual pages for gnome-panel-2.32.1
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for gnome-panel-2.32.1
===>   Returning to build of gnome-sharp-2.24.1_5
Error: shared library "panel-applet-2.0" does not exist
*** Error code 1

someone can help?

Thanks
 
You might have solved this by now, but I came across the same thing and solved it by enabling "BONOBO" in the gnome-panel config. Make sure you make clean before you recompile it.
 
Back
Top