[csw-users] GFTP

Paul Gress pgress at optonline.net
Tue Aug 8 16:29:57 CEST 2006


James Lee wrote:
> On 08/08/06, 06:01:28, Paul Gress <pgress at optonline.net> wrote regarding
> [csw-users] GFTP:
>
>   
>> Just did a "pkg-get -Uu".  All updating appeared normal, now all the
>> latest and greatest.  Running Gnome 2.6 from Solaris 10U2 gftp doesn't
>> work anymore as of the updating.
>>     
>
>   
>> $ /opt/csw/bin/gftp
>> Segmentation Fault - core dumped
>> $ ldd /opt/csw/bin/gftp
>> ldd: /opt/csw/bin/gftp: unsupported or unknown file type
>>     
>
>   
>> Any clues?
>>     
>
>
> $ ldd /opt/csw/bin/gftp-gtk
>      libgtk-x11-2.0.so.0 =>   /opt/csw/lib/i386/libgtk-x11-2.0.so.0
>      libgdk-x11-2.0.so.0 =>   /opt/csw/lib/i386/libgdk-x11-2.0.so.0
>      libatk-1.0.so.0 =>       /opt/csw/lib/i386/libatk-1.0.so.0
>      libgdk_pixbuf-2.0.so.0 =>    /opt/csw/lib/i386/libgdk_pixbuf-2.0.so.0
> ...
>   

I should of known that.  Maybe I found the source of the trouble.  I did 
a truss, here's the output for the last couple of lines:


stat64("/export/medusa/kenmays/build/x86_gtk/gtk+-2.10.1/gdk-pixbuf/libpixbufloader-xpm.la", 
0x08046BC0) Err#2 ENOENT
stat64("/export/medusa/kenmays/build/x86_gtk/gtk+-2.10.1/gdk-pixbuf/libpixbufloader-xpm.la.so", 
0x08046BC0) Err#2 ENOENT
stat64("/export/medusa/kenmays/build/x86_gtk/gtk+-2.10.1/gdk-pixbuf/libpixbufloader-xpm.la.la", 
0x08046BC0) Err#2 ENOENT
open64("/export/medusa/kenmays/build/x86_gtk/gtk+-2.10.1/gdk-pixbuf/libpixbufloader-xpm.la", 
O_RDONLY) Err#2 ENOENT
llseek(10, 0xFFFFFFFFFFFFE400, SEEK_CUR)    = 1024
close(10)                    = 0
fstat64(5, 0x08046F90)                = 0
fstat64(5, 0x08046ED0)                = 0
ioctl(5, TCGETA, 0x08046F64)            Err#25 ENOTTY
write(5, " E r r o r   o p e n i n".., 57)    = 57
    Incurred fault #6, FLTBOUNDS  %pc = 0x08080542
      siginfo: SIGSEGV SEGV_MAPERR addr=0x00000018
    Received signal #11, SIGSEGV [default]
      siginfo: SIGSEGV SEGV_MAPERR addr=0x00000018


Looks like were looking in the wrong directory for 
"libpixbufloader-xpm.la.so".  Guess we need Ken.

Paul



More information about the users mailing list