Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2004 13:22:49 +0200 (CEST)
From:      "Julien Gabel" <jpeg@thilelli.net>
To:        "Marian Hettwer" <Mh@kernel32.de>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: xfce4-iconbox doesn't start
Message-ID:  <49314.192.168.0.105.1082460169.squirrel@webmail.thilelli.net>
In-Reply-To: <4084E16A.6090209@kernel32.de>
References:   <49279.192.168.0.105.1082383199.squirrel@webmail.thilelli.net> <4083DE92.9020506@kernel32.de> <49555.192.168.0.105.1082385176.squirrel@webmail.thilelli.net> <4083E4EF.6090601@kernel32.de> <4084E16A.6090209@kernel32.de>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49314.192.168.0.105.1082460169.squirrel>