From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7332 invoked from network); 27 Aug 2007 00:08:49 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) 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.1 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 27 Aug 2007 00:08:49 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 8864 invoked from network); 27 Aug 2007 00:08:41 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Aug 2007 00:08:41 -0000 Received: (qmail 14745 invoked by alias); 27 Aug 2007 00:08:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23800 Received: (qmail 14735 invoked from network); 27 Aug 2007 00:08:37 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Aug 2007 00:08:37 -0000 Received: (qmail 8573 invoked from network); 27 Aug 2007 00:08:37 -0000 Received: from nz-out-0506.google.com (64.233.162.224) by a.mx.sunsite.dk with SMTP; 27 Aug 2007 00:08:29 -0000 Received: by nz-out-0506.google.com with SMTP id r28so889506nza for ; Sun, 26 Aug 2007 17:08:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=t6ZkTHnJD13JEwzGToJT0M9Dx07Dy+2TbMmDqx3wKYMH35tg31k6CqHTyAipsK6tzK98+Cm1OHo4xeqY4aqlEUO9jPqsYQ89Hg+hfOP8g+rKYuvJlUtVFAOy6UTf9hW746bqGYaThusexg8vlJl95hyyAGGhhGOCDRL0fphKgJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jJ/q+VJGhz/lb6ounyv5/Ll6YcIeb2iilb+sZIhCuPviy608qyJ1KDMIbr44HayrSvpTlsFO2G/NvlA4zg90A7oINcLFjeN1/h026KkXJNyaeGtou5nhfd3+96onbk++pxvyDL7z5c5dwiBRDAQLS2jUuuEKnqWnUKWQLQ7xU1o= Received: by 10.143.162.8 with SMTP id p8mr484891wfo.1188173307126; Sun, 26 Aug 2007 17:08:27 -0700 (PDT) Received: by 10.142.79.11 with HTTP; Sun, 26 Aug 2007 17:08:27 -0700 (PDT) Message-ID: <237967ef0708261708q7b329123l280000a762ad18f1@mail.gmail.com> Date: Mon, 27 Aug 2007 02:08:27 +0200 From: "Mikael Magnusson" To: zsh-workers Subject: Problem with recent cvs zsh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, When using zsh from cvs i get the following errors upon startup (and some more like them) /home/mikaelh/.zshrc:135: failed to load module `zsh/mathfunc': /usr/local/lib/zsh/4.3.4-dev-1/zsh/mathfunc.so: undefined symbol: errflag /home/mikaelh/.zshrc:136: failed to load module `zsh/zle': /usr/local/lib/zsh/4.3.4-dev-1/zsh/zle.so: undefined symbol: nullstrsetfn /home/mikaelh/.zshrc:137: failed to load module `zsh/zle': /usr/local/lib/zsh/4.3.4-dev-1/zsh/zle.so: undefined symbol: nullstrsetfn /home/mikaelh/.zshrc:138: failed to load module `zsh/zle': /usr/local/lib/zsh/4.3.4-dev-1/zsh/zle.so: undefined symbol: nullstrsetfn /home/mikaelh/.zshrc:139: failed to load module `zsh/datetime': /usr/local/lib/zsh/4.3.4-dev-1/zsh/datetime.so: undefined symbol: stdunsetfn /home/mikaelh/.zshrc:140: failed to load module `zsh/pcre': /usr/local/lib/zsh/4.3.4-dev-1/zsh/pcre.so: undefined symbol: opts /home/mikaelh/.zshrc:147: failed to load module `zsh/zle': /usr/local/lib/zsh/4.3.4-dev-1/zsh/zle.so: undefined symbol: nullstrsetfn They go away if I ./configure --disable-dynamic and everything works as expected. This has happened for some time now, not sure since when. -- Mikael Magnusson