This is the mail archive of the sid@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Here is the output of running this command on my system.

execve("/opt/sid/bin/sid", ["sid", "-e", "load libtclapi.la
tcl_bridge_lib"..., "-e", "new sid-control-tksm tk"], [/* 32 vars */]) =
0
write(2, "component type sid-control-tksm "..., 39component type
sid-control-tksm unknown) = 39

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) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=2096, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
getdents64(3, /* 56 entries */, 4096)   = 2312
getdents64(3, /* 0 entries */, 4096)    = 0
close(3)                                = 0
open("/opt/sid/share", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=200, ...}) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC)         = 0
getdents64(3, /* 8 entries */, 4096)    = 232
getdents64(3, /* 0 entries */, 4096)    = 0
close(3)                                = 0
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)
write(2, "<literal>", 9<literal>)                = 9
write(2, ":", 1:)                        = 1
write(2, "1", 11)                        = 1
write(2, ": ", 2: )                       = 2
write(2, "component type sid-control-tksm "..., 39component type
sid-control-tksm unknown) = 39
write(2, "\n", 1
)                       = 1
write(2, "Configuration error.  Aborting.", 31Configuration error.
Aborting.) = 31
write(2, "\n", 1
)                       = 1
exit_group(3)                           = ?
Process 6117 detached


Bye,

Suleman

--- End Message ---

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]