From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12358 invoked by alias); 26 Feb 2009 20:12:07 -0000 Received: (qmail 12350 invoked by uid 22791); 26 Feb 2009 20:12:06 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Feb 2009 20:11:58 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n1QKBtNf029083 for ; Thu, 26 Feb 2009 15:11:55 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n1QKBuRq022500 for ; Thu, 26 Feb 2009 15:11:56 -0500 Received: from ton.toronto.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n1QKBttQ020033; Thu, 26 Feb 2009 15:11:55 -0500 Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id n1QKBskr028332; Thu, 26 Feb 2009 15:11:54 -0500 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id n1QKBstX028331; Thu, 26 Feb 2009 15:11:54 -0500 To: David Gaydou Cc: sid@sources.redhat.com Subject: Re: Sid verbose trace reveals missing sid-control-tksm component - again References: <20090226182244.GA21871@redhat.com> <58f42aa00902261057s47ddddabg909c6307e51aa2a1@mail.gmail.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Thu, 26 Feb 2009 20:12:00 -0000 In-Reply-To: <58f42aa00902261057s47ddddabg909c6307e51aa2a1@mail.gmail.com> (David Gaydou's message of "Thu, 26 Feb 2009 16:57:53 -0200") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2009-q1/txt/msg00012.txt.bz2 David Gaydou writes: > [...] and may be, this help... > > david@ciii-p227:~/src/sid/component/tcl$ ./configure | grep tcl > checking tcl in build tree... -L../../../tcl/unix -ltcl8.4 > checking tcl.h usability... no > checking tcl.h presence... no > checking for tcl.h... no The config.log file should explain more about this problem. Another possibility is to remove the tcl & tk subdirectories from the sid tree (by renaming temporarily) to see if the system tcl libraries are deemed suitable. - FChE