From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13861 invoked from network); 4 Sep 2008 11:07:10 -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.6 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; 4 Sep 2008 11:07:10 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 97902 invoked from network); 4 Sep 2008 11:07:05 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 4 Sep 2008 11:07:05 -0000 Received: (qmail 16318 invoked by alias); 4 Sep 2008 11:06:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25605 Received: (qmail 16284 invoked from network); 4 Sep 2008 11:06:54 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 4 Sep 2008 11:06:54 -0000 Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [208.87.233.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 28D66809A17F for ; Thu, 4 Sep 2008 12:24:05 +0200 (CEST) Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly24g.srv.mailcontrol.com (MailControl) with ESMTP id m83AZMmY026763 for ; Wed, 3 Sep 2008 11:35:23 +0100 Received: from news01 ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Wed, 3 Sep 2008 11:35:07 +0100 Date: Wed, 3 Sep 2008 11:35:06 +0100 From: Peter Stephenson To: zsh-workers@sunsite.dk Subject: Re: Something changed about zsh linkage? Message-ID: <20080903113506.71d7eeef@news01> In-Reply-To: <20080825175256.40c1879a@pws-pc> References: <080824135858.ZM16849@torch.brasslantern.com> <20080825175256.40c1879a@pws-pc> Organization: CSR X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.8; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 03 Sep 2008 10:35:07.0036 (UTC) FILETIME=[BBA57DC0:01C90DB0] X-Scanned-By: MailControl A-08-50-13 (www.mailcontrol.com) on 10.71.0.134 X-Virus-Scanned: ClamAV version 0.92.1, clamav-milter version 0.92.1 on bifrost X-Virus-Status: Clean On Mon, 25 Aug 2008 17:52:56 +0100 Peter Stephenson wrote: > On Sun, 24 Aug 2008 13:58:58 -0700 > Bart Schaefer wrote: > > For years now I've been building zsh and running it from the source tree > > for testing. I'm used to this meaning that some modules are not loadable > > when I run "Src/zsh -f" (because the modules haven't been installed yet). > > > > Recently, however, I've started getting an error I never did before -- > > > > schaefer[602] Src/zsh -o noglobalrcs -f > > zsh: failed to load module `zsh/zle': /usr/local/lib/zsh/4.3.6-dev-0/zsh/zle.so: cannot open shared object file: No such file or directory > > I'm missing something, since if you start up a shell interactively it > should try to load zle, shouldn't it? I just tried this, and I get that message where I would expect to: it's trying to load zle because it's got to inputline() and needs to load zsh/zle to read the line since all the conditions for using zle are met: the shell is interactive, shell input is from standard input, and zle hasn't explicitly been turned off. Could it just be the error message is new? I haven't deliberately changed that, but part of the aim of the zleentry() change was consistency, and it's not obviously wrong to show a message the first time you try to load a module and fail., else it may not be obvious why line editing doesn't work. -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070