Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 5.0.2-test-1 is available



Hi,

On Wed, Nov 06, 2013 at 08:23:21PM +0000, Peter Stephenson wrote:
> I've uploaded a test version 5.0.2-test-1 prior to releasing 4.0.3.
> You'll find it at http://www.zsh.org/pub/development or
> ftp://ftp.zsh.org/pub/development.
> 
> It's also tagged in git as zsh-5.0.2-test-1 if you don't mind building
> from scratch.

A Debian package based on 5.0.2 packaging plus 5.0.2-test-1 sources
builds fine.

But when using it with my setup, it issues the following error message:

/home/abe/.zsh/grml-etc-core/etc/zsh/zshrc:zmodload:984: failed to add builtin `zstat'

/usr/lib/x86_64-linux-gnu/zsh/5.0.2-test-1/zsh/stat.so exists:
-rw-r--r-- 1 root root 14904 Nov  7 15:09 /usr/lib/x86_64-linux-gnu/zsh/5.0.2-test-1/zsh/stat.so

The corresponding code lines are:

    982 # autoload zsh modules when they are referenced
    983 if is4 ; then
    984     zmodload -a  zsh/stat    zstat
    985     zmodload -a  zsh/zpty    zpty
    986     zmodload -ap zsh/mapfile mapfile
    987 fi

The other two zmodload lines (985 + 986) work fine, only 984 throws
this error reproducibly.

Otherwise zsh 5.0.2-test-1 works fine on a first glance. Will continue
to use it on my development system to see if anything further pops up.

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@xxxxxxxxxxxxxxx  (Mail)
 X   See http://www.asciiribbon.org/              | abe@xxxxxxxxx (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)



Messages sorted by: Reverse Date, Date, Thread, Author