Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with recent cvs zsh
- X-seq: zsh-workers 23804
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Peter Stephenson" <p.w.stephenson@xxxxxxxxxxxx>
- Subject: Re: Problem with recent cvs zsh
- Date: Tue, 28 Aug 2007 04:30:14 +0200
- Cc: zsh-workers <zsh-workers@xxxxxxxxxx>
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V+9uf1iGxa79pnvzoWL2dADEoexivWROnYhVHOvafm8kCEeKykLEIMoZgPH6GxH2t2Wmx80sDB0jgFPOYcZxpW9a73E4sKHgvR3NBHlDUe6nStDNn2Txtpv0lwnwqZuISI4h0tRzXVBtA9QU6RqOQhlAlfQd7w0184jdnkavHuM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Zyzap/XDUrFeovk/BsS1QVaxFusziU9yKky95VitimxRNBnxLa6mK/QHPyfFY8UoGWbJE8bCTz1Kdaj7TCKKSJnCqXApijPjOxLbuVZzBada5pXn5CfHVyg3Gxyj9XOP4oS+UtqADRCGopIIIy0o7ztj4dZUHgpiaxWqAxEDAHI=
- In-reply-to: <200708272116.l7RLG8cE028288@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <mikachu@xxxxxxxxx> <237967ef0708261708q7b329123l280000a762ad18f1@xxxxxxxxxxxxxx> <200708272116.l7RLG8cE028288@xxxxxxxxxxxxxxxxxxx>
On 27/08/07, Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx> wrote:
> "Mikael Magnusson" wrote:
> > 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
>
> No idea what this could be, since these symbols, at least, are marked
> for export. For some reason it looks like the main shell isn't being
> linked in or doesn't have all the symbols in. Could there by any change
> in shared library configuration? In particular has something changed
> with the setting of zsh_cv_sys_dynamic_execsysms when you run configure
> (it should be in config.log)? Does it still happen if you recompile
> from scratch? What does "nm =zsh | grep errflag" show (where =zsh
> refers to the newly installed zsh)? If it's persistent, you probably
> need to track down which change it came in with.
Hrm, as it turned out I just had to remove my config.cache, I'm sorry
I forgot that's one of the things to check.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author