I need to get IglooFTP working on my AMD64 system.
My other Gentoo x86 system runs it fine.
The developer of the software seems to think that Igloo is not detecting (and using) the correct GTK 2.4.x libs, and he could well be right.
This is the output from the AMD64 system:
Code: Select all
bash-2.05b# /usr/local/bin/IglooFTP-PRO
IglooFTP PRO Version 1.2.4 [ DYNAMIC VERSION ]
( OpenSSL 0.9.6m 17 Mar 2004 - SRP v1.7.5 - GTK+ 2.2.1 )
---
Running ...
(process:6540): Gdk-WARNING **: locale not supported by Xlib
(process:6540): Gdk-WARNING **: can not set locale modifiers
(IglooFTP-PRO:6540): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
(IglooFTP-PRO:6540): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
(IglooFTP-PRO:6540): Gdk-WARNING **: Error converting from UTF-8 to STRING: Conversion from character set 'UTF-8' to 'ISO-8859-1' is not supported
(IglooFTP-PRO:6540): Gtk-CRITICAL **: file gtkpixmap.c: line 103 (gtk_pixmap_new): assertion `val != NULL' failed
(IglooFTP-PRO:6540): Gtk-CRITICAL **: file gtkwidget.c: line 3816 (gtk_widget_set_parent): assertion `GTK_IS_WIDGET (widget)' failed
(IglooFTP-PRO:6540): Gtk-CRITICAL **: file gtkwidget.c: line 1821 (gtk_widget_show_all): assertion `GTK_IS_WIDGET (widget)' failed
Code: Select all
paully@amd64 paully $ qpkg -v -I emul-linux
app-emulation/emul-linux-x86-baselibs-1.1-r3 *
app-emulation/emul-linux-x86-xlibs-1.1-r1 *
app-emulation/emul-linux-x86-gtklibs-1.0 *
paully@amd64 paully $ qpkg -v -I gtk+
x11-libs/gtk+-1.2.10-r11 *
x11-libs/gtk+-2.4.4 *
paully@amd64 paully $ emerge info
Portage 2.0.50-r9 (default-amd64-2004.0, gcc-3.3.3, glibc-2.3.4.20040619-r1, 2.6.7-gentoo-r14)
=================================================================
System uname: 2.6.7-gentoo-r14 x86_64 4
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp.du.se/pub/os/gentoo http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 apm arts avi berkdb cdr crypt cups encode esd foomaticdb gdbm gif gpm gtk gtk2 imlib jpeg kde libg++ libwww mikmod motif mpeg nas ncurses nls nogcj oggvorbis opengl oss pam pdflib perl png python qt quicktime readline scanner sdl slang spell ssl tcpd truetype xml2 xmms xv zlib"
How can I fix the missing / incorrect linking between libraries?
Any ideas?
PAULLY
