xfce4-iconbox doesn't start

Julien Gabel jpeg at thilelli.net
Tue Apr 20 04:22:56 PDT 2004


> result: xfce4-iconbox is still core dumping.
> I got only one error after the portupgrade -rR run, this was a "compile
> error" in gtk-2.2.4. Although gtk-2.4.0 compiled fine...

'xfce4-iconbox' has a dependancy on 'gtk-2.4.0', so this must not be a
problem for xfce4 (at least):
 $ pkg_info -xr xfce4-iconbox | grep -i gtk
 Dependency: gtk-2.4.0

> pkg_info shows that iconbox is still linked against gtk-2.2.4_1
> [mhettwer at acchilles] <~> $ pkg_info /var/db/pkg/gtk-2.2.4_1/|grep iconbox
> xfce4-iconbox-4.0.5
>
> Does it make sense that it's also linked against gtk-2.4.0 ???
> [mhettwer at acchilles] <~> $ pkg_info /var/db/pkg/gtk-2.4.0/|grep iconbox
> xfce4-iconbox-4.0.5

To know with which libraries this executable is linked, you better must
use:
 $ ldd /usr/X11R6/bin/xfce4-iconbox | grep -i gtk
         libgtk-x11-2.0.so.400 => /usr/X11R6/lib/libgtk-x11-2.0.so.400
                                                          (0x280df000)

Library which is provided by the 'gtk-2.4.0', so all must be allright:
 $ pkg_info -xL gtk-2.4.0 | grep -i libgtk
 [...]
 /usr/X11R6/lib/libgtk-x11-2.0.so.400

Are ktrace(1) or truss(1) give us more information?

-- 
-jpeg.


More information about the freebsd-stable mailing list