Gentoo Archives: gentoo-user

From: Ghaith Hachem <blacksadness@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] tcltk weird behaviour
Date: Wed, 22 Feb 2006 08:53:11
Message-Id: 4bf052bf0602220042q4511d071h91f127e65b272c40@mail.gmail.com
1 hello
2 i've recently noticed several apps failing to start
3
4 $ amsn
5 Application initialization failed: this isn't a Tk applicationunknown
6 color name "Black"
7 Error in startup script: this isn't a Tk applicationunknown color name "Black"
8 (default value for "-highlightcolor" in widget ".")
9 invoked from within
10 "load /usr/lib/tk8.4/../libtk8.4.so Tk"
11 ("package ifneeded" script)
12 invoked from within
13 "package require Tk"
14 (file "/usr/bin/amsn" line 46)
15
16
17 $ pysol
18 Traceback (most recent call last):
19 File "/usr/games/lib/pysol/pysol.py", line 121, in ?
20 sys.exit(main(sys.argv))
21 File "/usr/games/lib/pysol/main.py", line 424, in main
22 r = pysol_main(args)
23 File "/usr/games/lib/pysol/main.py", line 367, in pysol_main
24 r = pysol_init(app, args)
25 File "/usr/games/lib/pysol/main.py", line 121, in pysol_init
26 top = MfxRoot(className=PACKAGE)
27 File "/usr/games/lib/pysol/tk/tkwrap.py", line 75, in __init__
28 apply(Tkinter.Tk.__init__, (self,), kw)
29 File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1569, in __init__
30 self.tk = _tkinter.create(screenName, baseName, className,
31 interactive, wantobjects, useTk, sync, use)
32 __main__.TclError: this isn't a Tk applicationunknown color name "Black"
33
34
35
36
37 i don't know when it happened i noticed this 2 days ago i rememrged
38 python with tcltk useflag it didnt' seem to solve anything
39
40
41
42 i'm also having problems starting Mercury i think it's irrelated but i
43 thought i'd post it maybe there's sth i missed
44
45 $ Mercury/Mercury
46 awk: error while loading shared libraries: libdl.so.2: cannot open
47 shared object file: No such file or directory
48 dirname: error while loading shared libraries: libc.so.6: cannot open
49 shared object file: No such file or directory
50 /bin/ls: error while loading shared libraries: librt.so.1: cannot open
51 shared object file: No such file or directory
52 basename: error while loading shared libraries: libc.so.6: cannot open
53 shared object file: No such file or directory
54 dirname: error while loading shared libraries: libc.so.6: cannot open
55 shared object file: No such file or directory
56 basename: error while loading shared libraries: libc.so.6: cannot open
57 shared object file: No such file or directory
58 grep: error while loading shared libraries: libc.so.6: cannot open
59 shared object file: No such file or directory
60 /opt/blackdown-jre-1.4.2.03/bin/java: error while loading shared
61 libraries: libpthread.so.0: cannot open shared object file: No such
62 file or directory
63
64 Note the mercury isnt' installed with portage if that would matter
65
66
67
68 $ emerge -pv python tcl tk
69
70 These are the packages that I would merge, in order:
71
72 Calculating dependencies ...done!
73 [ebuild R ] dev-lang/python-2.4.2-r1 USE="X berkdb gdbm ipv6
74 ncurses readline ssl tcltk -bootstrap -build -doc -nocxx -ucs2" 0 kB
75 [ebuild R ] dev-lang/tcl-8.4.11-r1 USE="-threads" 0 kB
76 [ebuild R ] dev-lang/tk-8.4.11-r1 USE="-threads" 0 kB
77
78 Total size of downloads: 0 kB
79
80 thanks in advance
81 --
82 Cheers,
83 Ghaith
84
85 --
86 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] tcltk weird behaviour Iain Buchanan <iaindb@××××××××××××.au>