Date: Tue, 23 Nov 2021 17:03:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 259997] shells/zsh fails to build Message-ID: <bug-259997-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259997 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:=20 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 !=3D x && test x/usr/local/share/zsh/5.8/functions !=3D xno; then test xno !=3D xno && /= bin/sh ./mkinstalldirs /usr/ports/shells/zsh/work/stageno; sdir_top=3D"." fndir=3D"/usr/local/share/zsh/5.8/functions" dir_top=3D"."=20 scriptdir=3D"/usr/local/share/zsh/5.8/scripts" runhelpdir=3D"/usr/local/share/zsh/5.8/help" FUNCTIONS_SUBDIRS=3D"yes"=20 INSTALL_DATA=3D"install -m 0644" INSTALL_PROGRAM=3D"install -s -m 555"=20 DESTDIR=3D"/usr/ports/shells/zsh/work/stage" VERSION=3D"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 te= st -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" !=3D x""; then /bin/sh ../mkinsta= lldirs /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;= =20 while read from to; do rm -f /usr/ports/shells/zsh/work/stage/usr/local/share/zsh/5.8/help/$to || : ; l= n -s $from /usr/ports/shells/zsh/work/stage/usr/local/share/zsh/5.8/help/$to; d= one < 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 extendedg= lob nomark_dirs; cd /usr/ports/shells/zsh/work/stage//usr/local/share/zsh/5.8 = ;=20 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259997-7788>