public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Sid verbose trace reveals missing sid-control-tksm component
@ 2007-08-18  8:43 suleman
  2007-08-18 12:32 ` Frank Ch. Eigler
  0 siblings, 1 reply; 2+ messages in thread
From: suleman @ 2007-08-18  8:43 UTC (permalink / raw)
  To: sid

Hi,

Running the sid-arm-elf [...] with --verbose reveals that the
sid-control-tksm component is missing from the libtclapi library.
Whereas, it clearly mentions that this lib only contains two components
i.e. bridge-tcl and sid-api-trace.

Any idea where to find the sid-control-tksm component? Has there been
some change in component's name etc?

Here is the sid trace.

.
.
.
component library libtclapi.la contains type(s): bridge-tcl
sid-api-trace 
.
.
.
/tmp/sid-20463.conf:51: component type sid-control-tksm unknown
.
.
.
component type bridge-tcl instantiated with name tcl-event-consumer

Cheers

Suleman

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

* Re: Sid verbose trace reveals missing sid-control-tksm component
  2007-08-18  8:43 Sid verbose trace reveals missing sid-control-tksm component suleman
@ 2007-08-18 12:32 ` Frank Ch. Eigler
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Ch. Eigler @ 2007-08-18 12:32 UTC (permalink / raw)
  To: suleman; +Cc: sid

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

Hi -

On Sat, Aug 18, 2007 at 04:42:45PM +0800, suleman wrote:
> Running the sid-arm-elf [...] with --verbose reveals that the
> sid-control-tksm component is missing from the libtclapi library.
> [...]

sid-control-tksm is not exactly "within" the library, but loaded by it
in script form from $prefix/share/sidcomp.  You'll see the
sid-control-tksm.tk file right in there.

strace sid  -e 'load libtclapi.la tcl_bridge_library' \
            -e 'new sid-control-tksm tk' 2>&1 | grep tksm

This may give a hint.

- FChE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2007-08-18 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-18  8:43 Sid verbose trace reveals missing sid-control-tksm component suleman
2007-08-18 12:32 ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).