From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FBpkE-0001Of-T0 for garchives@archives.gentoo.org; Wed, 22 Feb 2006 08:53:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1M8pXp5011749; Wed, 22 Feb 2006 08:51:33 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1M8gwb8021530 for ; Wed, 22 Feb 2006 08:42:59 GMT Received: by wproxy.gmail.com with SMTP id i7so69774wra for ; Wed, 22 Feb 2006 00:42:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gNc9CBSnB6bX2hEqCST9voALu6cDbTLbNHe+qG5dUDV8On7J20R2QEM6GvTXyToicbHCXRK4Zjt2MTgQR2aukSR7yjVACKP7bQLkdk3fGPsCyxN6e8qVr6RhZT3cT0QDSO7kc2Xv8K4mtEbYhy/gcsxGw83YhMrQ6DBdApapgXE= Received: by 10.65.249.7 with SMTP id b7mr2070637qbs; Wed, 22 Feb 2006 00:42:57 -0800 (PST) Received: by 10.65.52.13 with HTTP; Wed, 22 Feb 2006 00:42:57 -0800 (PST) Message-ID: <4bf052bf0602220042q4511d071h91f127e65b272c40@mail.gmail.com> Date: Wed, 22 Feb 2006 10:42:57 +0200 From: "Ghaith Hachem" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] tcltk weird behaviour Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by robin.gentoo.org id k1M8gwb8021530 X-Archives-Salt: 307a39e8-6d78-4242-8349-9c914f2ad1d2 X-Archives-Hash: 27914d8ba1bdcfcb81565b4d38e0f9a2 hello i've recently noticed several apps failing to start $ amsn Application initialization failed: this isn't a Tk applicationunknown color name "Black" Error in startup script: this isn't a Tk applicationunknown color name "Black" (default value for "-highlightcolor" in widget ".") invoked from within "load /usr/lib/tk8.4/../libtk8.4.so Tk" ("package ifneeded" script) invoked from within "package require Tk" (file "/usr/bin/amsn" line 46) $ pysol Traceback (most recent call last): File "/usr/games/lib/pysol/pysol.py", line 121, in ? sys.exit(main(sys.argv)) File "/usr/games/lib/pysol/main.py", line 424, in main r = pysol_main(args) File "/usr/games/lib/pysol/main.py", line 367, in pysol_main r = pysol_init(app, args) File "/usr/games/lib/pysol/main.py", line 121, in pysol_init top = MfxRoot(className=PACKAGE) File "/usr/games/lib/pysol/tk/tkwrap.py", line 75, in __init__ apply(Tkinter.Tk.__init__, (self,), kw) File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1569, in __init__ self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) __main__.TclError: this isn't a Tk applicationunknown color name "Black" i don't know when it happened i noticed this 2 days ago i rememrged python with tcltk useflag it didnt' seem to solve anything i'm also having problems starting Mercury i think it's irrelated but i thought i'd post it maybe there's sth i missed $ Mercury/Mercury awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory /opt/blackdown-jre-1.4.2.03/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory Note the mercury isnt' installed with portage if that would matter $ emerge -pv python tcl tk These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] dev-lang/python-2.4.2-r1 USE="X berkdb gdbm ipv6 ncurses readline ssl tcltk -bootstrap -build -doc -nocxx -ucs2" 0 kB [ebuild R ] dev-lang/tcl-8.4.11-r1 USE="-threads" 0 kB [ebuild R ] dev-lang/tk-8.4.11-r1 USE="-threads" 0 kB Total size of downloads: 0 kB thanks in advance -- Cheers, Ghaith -- gentoo-user@gentoo.org mailing list