From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11949 invoked from network); 20 Jan 2009 18:27:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Jan 2009 18:27:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 29522 invoked from network); 20 Jan 2009 18:26:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Jan 2009 18:26:59 -0000 Received: (qmail 5542 invoked by alias); 20 Jan 2009 18:26:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26380 Received: (qmail 5530 invoked from network); 20 Jan 2009 18:26:51 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Jan 2009 18:26:51 -0000 Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by bifrost.dotsrc.org (Postfix) with ESMTP id 9B5A380271F0 for ; Tue, 20 Jan 2009 19:26:48 +0100 (CET) Received: from torch.brasslantern.com ([96.238.220.215]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0KDS00FB88KCKYC0@vms046.mailsrvcs.net> for zsh-workers@sunsite.dk; Tue, 20 Jan 2009 12:26:42 -0600 (CST) Received: from torch.brasslantern.com (localhost.localdomain [127.0.0.1]) by torch.brasslantern.com (8.13.1/8.13.1) with ESMTP id n0KIQZ3a014820 for ; Tue, 20 Jan 2009 10:26:36 -0800 Received: (from schaefer@localhost) by torch.brasslantern.com (8.13.1/8.13.1/Submit) id n0KIQZeN014819 for zsh-workers@sunsite.dk; Tue, 20 Jan 2009 10:26:35 -0800 Date: Tue, 20 Jan 2009 10:26:35 -0800 From: Bart Schaefer Subject: Re: Missing build dependency In-reply-to: <200901201557.n0KFv7fo008783@news01.csr.com> To: zsh-workers@sunsite.dk Message-id: <090120102635.ZM14818@torch.brasslantern.com> MIME-version: 1.0 X-Mailer: OpenZMail Classic (0.9.2 24April2005) Content-type: text/plain; charset=us-ascii References: <090120072214.ZM9635@torch.brasslantern.com> <200901201557.n0KFv7fo008783@news01.csr.com> Comments: In reply to Peter Stephenson "Re: Missing build dependency" (Jan 20, 3:57pm) X-Virus-Scanned: ClamAV 0.92.1/8881/Tue Jan 20 15:48:51 2009 on bifrost X-Virus-Status: Clean On Jan 20, 3:57pm, Peter Stephenson wrote: } Subject: Re: Missing build dependency } } Bart Schaefer wrote: } > I updated my sandbox from 1.4517 to 1.4520, ran make, started up zsh and } > got a stream of errors about bad options to compdef and failures to } > autoload completion functions. } } So presumably zle.so got rebuilt but compsomething.so didn't? However, } I don't see any interface changes that might explain it. I believe recompiled were complist.o, zle_hist.o, zle_keymap.o, and as a conseqence zle.so, but that make output is now a few lines out of my scrollback buffer. :-( Perhaps what happened is that "cvs up" set the date stamp on iwidgets.list to something older than the last build time of the other .o files. If I "touch Src/Zle/iwidgets.list" and then "make", a whole lot of things get compiled that I'm quite sure were not compiled immediately after the update.