Re: [Fwd: Re: Sid verbose trace reveals missing sid-control-tksm component]

"Frank Ch. Eigler" <[email protected]> Mon, 20 Aug 2007 07:16:31 -0400
Newsgroups gmane.comp.emulators.sid.devel
Message-ID <[email protected]>
Hi -

> [...]
> A more detailed output is as below; maybe it gives some useful hint?
> [...]
> open("/opt/sid/../share/sidcomp", O_RDONLY|O_NONBLOCK|O_LARGEFILE|
> O_DIRECTORY) = -1 ENOENT (No such file or directory)
> open("/opt/sid/../share", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) =
> -1 ENOENT (No such file or directory)
> [...]

Yes, well, both of these directories should exist.  Something must
be strange about the way you configured the build tree, or perhaps
the "make install" in the tcl directory did not complete for some
reason.

- FChE