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)



The following reply was made to PR pkg/50612; it has been noted by GNATS.

From: Yuji Yamano <yyamano%kt.rim.or.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost, yyamano%NetBSD.org@localhost
Cc: macos-pkg-people%netbsd.org@localhost, darwin-pkg-people%netbsd.org@localhost,
 pkgsrc-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd.org%yegle.net@localhost
Subject: Re: pkg/50612 (shells/zsh: module "zsh/terminfo" not available)
Date: Thu, 21 Jan 2016 11:39:53 +0900 (JST)

 > 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