public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] tcltk weird behaviour
@ 2006-02-22  8:42 Ghaith Hachem
  2006-02-22 22:54 ` Iain Buchanan
  0 siblings, 1 reply; 4+ messages in thread
From: Ghaith Hachem @ 2006-02-22  8:42 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] tcltk weird behaviour
  2006-02-22  8:42 [gentoo-user] tcltk weird behaviour Ghaith Hachem
@ 2006-02-22 22:54 ` Iain Buchanan
  2006-02-23  4:38   ` Ghaith Hachem
  0 siblings, 1 reply; 4+ messages in thread
From: Iain Buchanan @ 2006-02-22 22:54 UTC (permalink / raw
  To: gentoo-user

Hi,

don't know about tcl/tk...

On Wed, 2006-02-22 at 10:42 +0200, Ghaith Hachem wrote:
> 
> 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

did you re-emerge tk?

> 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

hm, libdl.so is owned by glibc:

$ equery belongs `slocate libdl.so.2`
[ Searching for file(s) /lib/libdl.so.2 in *... ]
sys-libs/glibc-2.3.6-r3 (/lib/libdl.so.2 -> libdl-2.3.6.so)

Did you upgrade glibc recently?  Are you using ~x86?  Try running
revdep-rebuild (don't know if it will help, but I think this is what
it's meant for :)

> Note the mercury isnt' installed with portage if that would matter

ahh, maybe you should recompile it.

I'm kindof stabbing in the dark, but HTH anyway!
-- 
Iain Buchanan <iain at netspace dot net dot au>

Steal this tagline.  I did.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] tcltk weird behaviour
  2006-02-22 22:54 ` Iain Buchanan
@ 2006-02-23  4:38   ` Ghaith Hachem
  2006-02-25  5:55     ` Ghaith Hachem
  0 siblings, 1 reply; 4+ messages in thread
From: Ghaith Hachem @ 2006-02-23  4:38 UTC (permalink / raw
  To: gentoo-user

thanks for the tips
i did remerge tk tcl and python several times as well as the
complaining packages.. no luck
or was it only tcl? i'll check that today maybe i forgot to recompile tk
about the glibc yes i'm using ~x86 i'll try revdep-rebuild today
though i don't think it gave me any packages last time
i'll also try to recompile Mercury i hope it works

On 2/23/06, Iain Buchanan <iaindb@netspace.net.au> wrote:
> Hi,
>
> don't know about tcl/tk...
>
> On Wed, 2006-02-22 at 10:42 +0200, Ghaith Hachem wrote:
> >
> > 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
>
> did you re-emerge tk?
>
> > 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
>
> hm, libdl.so is owned by glibc:
>
> $ equery belongs `slocate libdl.so.2`
> [ Searching for file(s) /lib/libdl.so.2 in *... ]
> sys-libs/glibc-2.3.6-r3 (/lib/libdl.so.2 -> libdl-2.3.6.so)
>
> Did you upgrade glibc recently?  Are you using ~x86?  Try running
> revdep-rebuild (don't know if it will help, but I think this is what
> it's meant for :)
>
> > Note the mercury isnt' installed with portage if that would matter
>
> ahh, maybe you should recompile it.
>
> I'm kindof stabbing in the dark, but HTH anyway!
> --
> Iain Buchanan <iain at netspace dot net dot au>
>
> Steal this tagline.  I did.
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
Cheers,
Ghaith

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] tcltk weird behaviour
  2006-02-23  4:38   ` Ghaith Hachem
@ 2006-02-25  5:55     ` Ghaith Hachem
  0 siblings, 0 replies; 4+ messages in thread
From: Ghaith Hachem @ 2006-02-25  5:55 UTC (permalink / raw
  To: gentoo-user

folowing this
http://forums.gentoo.org/viewtopic-t-436586-highlight-amsn.html
seemed to solve the tcl/tk problems but still the java not working i'm
still looking for that

On 2/23/06, Ghaith Hachem <blacksadness@gmail.com> wrote:
> thanks for the tips
> i did remerge tk tcl and python several times as well as the
> complaining packages.. no luck
> or was it only tcl? i'll check that today maybe i forgot to recompile tk
> about the glibc yes i'm using ~x86 i'll try revdep-rebuild today
> though i don't think it gave me any packages last time
> i'll also try to recompile Mercury i hope it works
>
> On 2/23/06, Iain Buchanan <iaindb@netspace.net.au> wrote:
> > Hi,
> >
> > don't know about tcl/tk...
> >
> > On Wed, 2006-02-22 at 10:42 +0200, Ghaith Hachem wrote:
> > >
> > > 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
> >
> > did you re-emerge tk?
> >
> > > 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
> >
> > hm, libdl.so is owned by glibc:
> >
> > $ equery belongs `slocate libdl.so.2`
> > [ Searching for file(s) /lib/libdl.so.2 in *... ]
> > sys-libs/glibc-2.3.6-r3 (/lib/libdl.so.2 -> libdl-2.3.6.so)
> >
> > Did you upgrade glibc recently?  Are you using ~x86?  Try running
> > revdep-rebuild (don't know if it will help, but I think this is what
> > it's meant for :)
> >
> > > Note the mercury isnt' installed with portage if that would matter
> >
> > ahh, maybe you should recompile it.
> >
> > I'm kindof stabbing in the dark, but HTH anyway!
> > --
> > Iain Buchanan <iain at netspace dot net dot au>
> >
> > Steal this tagline.  I did.
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
>
> --
> Cheers,
> Ghaith
>


--
Cheers,
Ghaith

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-02-25  6:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-22  8:42 [gentoo-user] tcltk weird behaviour Ghaith Hachem
2006-02-22 22:54 ` Iain Buchanan
2006-02-23  4:38   ` Ghaith Hachem
2006-02-25  5:55     ` Ghaith Hachem

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox