Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107726 - sancho-bin: missing dependency on emul-linux-x86-gtklibs
Summary: sancho-bin: missing dependency on emul-linux-x86-gtklibs
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-30 11:20 UTC by UncleOwen
Modified: 2005-10-06 05:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UncleOwen 2005-09-30 11:20:01 UTC
When I run sancho, I get:

$ sancho 
Exception in thread "main" java.lang.UnsatisfiedLinkError: libswt-pi-gtk-3062:
libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
   at java.lang.Runtime._load(java.lang.String, boolean)
(/opt/sancho/lib/libgcj.so.6.0.0)
   at java.lang.Runtime.loadLibrary(java.lang.String)
(/opt/sancho/lib/libgcj.so.6.0.0)
   at java.lang.System.loadLibrary(java.lang.String)
(/opt/sancho/lib/libgcj.so.6.0.0)
   at java.lang.Class.initializeClass() (/opt/sancho/lib/libgcj.so.6.0.0)
   at _Jv_InitClass (/opt/sancho/lib/libgcj.so.6.0.0)
   at java.lang.Class.initializeClass() (/opt/sancho/lib/libgcj.so.6.0.0)
   at _Jv_AllocObjectNoFinalizer (/opt/sancho/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.call_main() (/opt/sancho/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/opt/sancho/lib/libgcj.so.6.0.0)
   at _Jv_ThreadRun(java.lang.Thread) (/opt/sancho/lib/libgcj.so.6.0.0)
   at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean)
(/opt/sancho/lib/libgcj.so.6.0.0)
   at JvRunMain (/opt/sancho/lib/libgcj.so.6.0.0)
   at __libc_start_main (/lib32/libc-2.3.5.so)

Emerging emul-linux-x86-gtklibs fixed this

Reproducible: Always
Steps to Reproduce:
1. # emerge -C emul-linux-x86-gtklibs
2. # emerge sancho-bin
3. $ sancho
Actual Results:  
see above

Expected Results:  
work

$ emerge --info
Portage 2.0.52-r1 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.13.2-20050928 x86_64)
=================================================================
System uname: 2.6.13.2-20050928 x86_64 AMD Athlon(tm) 64 Processor 3700+
Gentoo Base System version 1.12.0_pre8
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.13
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/local"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts cdr cjk crypt cups emboss encode fam
foomaticdb fortran gif gpm gstreamer gtk gtk2 guile imlib ipv6 java jpeg junit
libwww lzw lzw-tiff mad mp3 mpeg ncurses nls nptl nptlonly opengl pam pdflib
perl png python quicktime readline sdl spell ssl tcpd tetex tiff truetype-fonts
type1-fonts unicode usb userlocales xine xml2 xmms xpm xv zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-10-05 16:01:32 UTC
it's fixed in 0.9.4.21, which is now ~amd64 too
Comment 2 UncleOwen 2005-10-06 05:51:39 UTC
Thanks