From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14010 invoked by alias); 20 Aug 2007 10:56:51 -0000 Received: (qmail 13710 invoked by uid 22791); 20 Aug 2007 10:56:49 -0000 X-Spam-Check-By: sourceware.org Received: from rv-out-0910.google.com (HELO rv-out-0910.google.com) (209.85.198.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Aug 2007 10:56:42 +0000 Received: by rv-out-0910.google.com with SMTP id l15so809055rvb for ; Mon, 20 Aug 2007 03:56:41 -0700 (PDT) Received: by 10.141.79.12 with SMTP id g12mr144548rvl.1187607400932; Mon, 20 Aug 2007 03:56:40 -0700 (PDT) Received: from ?211.162.155.202? ( [211.137.104.68]) by mx.google.com with ESMTPS id k2sm677668rvb.2007.08.20.03.55.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 20 Aug 2007 03:56:35 -0700 (PDT) Subject: [Fwd: Re: Sid verbose trace reveals missing sid-control-tksm component] From: suleman Reply-To: sulemankm@gmail.com To: sid@sourceware.org Content-Type: multipart/mixed; boundary="=-wv76ojm0Am2rWij6xFXL" Date: Mon, 20 Aug 2007 10:56:00 -0000 Message-Id: <1187607335.8053.0.camel@skmhome> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00013.txt.bz2 --=-wv76ojm0Am2rWij6xFXL Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 1 --=-wv76ojm0Am2rWij6xFXL Content-Disposition: inline Content-Description: Forwarded message - Re: Sid verbose trace reveals missing sid-control-tksm component Content-Type: message/rfc822 Content-length: 2379 Subject: Re: Sid verbose trace reveals missing sid-control-tksm component From: suleman Reply-To: sulemankm@gmail.com To: "Frank Ch. Eigler" In-Reply-To: <20070818123227.GH5536@redhat.com> References: <1187426565.20560.7.camel@skmhome> <20070818123227.GH5536@redhat.com> Content-Type: text/plain Message-Id: <1187563900.5733.3.camel@skmhome> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Mon, 20 Aug 2007 06:51:53 +0800 Content-Transfer-Encoding: 7bit Content-length: 1878 > 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, "", 9) = 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 --=-wv76ojm0Am2rWij6xFXL--