[Bug 259997] shells/zsh fails to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Nov 2021 17:03:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259997

            Bug ID: 259997
           Summary: shells/zsh fails to build
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bapt@FreeBSD.org
          Reporter: khb.dev@gmail.com
             Flags: maintainer-feedback?(bapt@FreeBSD.org)
          Assignee: bapt@FreeBSD.org

When pulling from git, zsh does not build. Not sure what the error message
means here, but: 

install  -s -m 555  zleparameter.so
/usr/ports/shells/zsh/work/stage/usr/local/lib/zsh/5.8/zsh/zleparameter.so
if test x/usr/local/share/zsh/5.8/functions != x && test
x/usr/local/share/zsh/5.8/functions != xno; then  test xno != xno &&  /bin/sh
./mkinstalldirs /usr/ports/shells/zsh/work/stageno;  sdir_top="."
fndir="/usr/local/share/zsh/5.8/functions" dir_top="." 
scriptdir="/usr/local/share/zsh/5.8/scripts"
runhelpdir="/usr/local/share/zsh/5.8/help"  FUNCTIONS_SUBDIRS="yes" 
INSTALL_DATA="install  -m 0644"  INSTALL_PROGRAM="install  -s -m 555" 
DESTDIR="/usr/ports/shells/zsh/work/stage" VERSION="5.8"  /bin/sh
./Config/installfns.sh || exit 1;  fi;  exit 0
/bin/sh ../mkinstalldirs /usr/ports/shells/zsh/work/stage/usr/local/man/man1
for file in zsh.1 zshbuiltins.1 zshcalsys.1 zshcompctl.1 zshcompwid.1
zshcompsys.1  zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1  zshoptions.1
zshparam.1 zshroadmap.1 zshtcpsys.1 zshzftpsys.1 zshzle.1  zshall.1; do  test
-s $file || exit 1;  install  -m 0644 $file
/usr/ports/shells/zsh/work/stage/usr/local/man/man1/`echo $file | sed
's|zsh|zsh|'` || exit 1;  done
if test x"/usr/local/share/zsh/5.8/help" != x""; then  /bin/sh ../mkinstalldirs
/usr/ports/shells/zsh/work/stage/usr/local/share/zsh/5.8/help;  install  -m
0644 help/* /usr/ports/shells/zsh/work/stage/usr/local/share/zsh/5.8/help; 
while read from to; do  rm -f
/usr/ports/shells/zsh/work/stage/usr/local/share/zsh/5.8/help/$to || : ;  ln -s
$from /usr/ports/shells/zsh/work/stage/usr/local/share/zsh/5.8/help/$to;  done
< help.txt;  fi
/bin/mkdir -p
/usr/ports/shells/zsh/work/stage/usr/local/share/zsh/site-functions
/bin/ln -f /usr/ports/shells/zsh/work/stage/usr/local/bin/zsh
/usr/ports/shells/zsh/work/stage/usr/local/bin/rzsh
(/usr/ports/shells/zsh/work/stage/usr/local/bin/zsh -fc '  setopt extendedglob
nomark_dirs;  cd /usr/ports/shells/zsh/work/stage//usr/local/share/zsh/5.8 ; 
rm -f functions/**/*.orig ;  for i in functions/**/*(/) ; do  zcompile -U -M
$i.zwc $i/*~*.zwc(^/) ;  /bin/chmod 644 $i.zwc ;  done')
*** Signal 10

Stop.
make[1]: stopped in /usr/ports/shells/zsh
*** Error code 1

Stop.
make: stopped in /usr/ports/shells/zsh

-- 
You are receiving this mail because:
You are the assignee for the bug.