pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/50612 (shells/zsh: module "zsh/terminfo" not available)



> It looks like the "zsh/terminfo" module of zsh is not installed:

> However I can see terminfo.so file been compiled during installing, and if I copy the compiled terminfo.so to `$PKG/lib/zsh/5.2/zsh` then everything works fine. Didn't look further as I'm not familiar with the makefiles.

It works fine to me with the latest pkgsrc on OS X 10.11.2 (Darwin 15.2.0/x86_64).
Could you try with the latest pkgsrc?

% bmake install

[snip]

/usr/bin/install -c  -o yyamano -g staff -m 755  termcap.so /pkgsrc/shells/zsh/work/.destdir/opt/pkg/lib/zsh/5.2/zsh/termcap.so
/bin/sh ../../mkinstalldirs /pkgsrc/shells/zsh/work/.destdir/opt/pkg/lib/zsh/5.2/zsh
/usr/bin/install -c  -o yyamano -g staff -m 755  terminfo.so /pkgsrc/shells/zsh/work/.destdir/opt/pkg/lib/zsh/5.2/zsh/terminfo.so

[snip]

% /opt/pkg/bin/zsh
clip% zmodload
zsh/compctl
zsh/complete
zsh/main
zsh/zle
clip% zmodload 'zsh/terminfo'
clip% zmodload               
zsh/compctl
zsh/complete
zsh/main
zsh/terminfo
zsh/zle


Home | Main Index | Thread Index | Old Index