From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 7 17:40:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 991D5106566C for ; Sat, 7 Feb 2009 17:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5AA548FC1C for ; Sat, 7 Feb 2009 17:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n17He3FP052642 for ; Sat, 7 Feb 2009 17:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n17He3aa052641; Sat, 7 Feb 2009 17:40:03 GMT (envelope-from gnats) Resent-Date: Sat, 7 Feb 2009 17:40:03 GMT Resent-Message-Id: <200902071740.n17He3aa052641@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ralph Zitz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFAB5106566C for ; Sat, 7 Feb 2009 17:36:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9EDC78FC13 for ; Sat, 7 Feb 2009 17:36:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n17Ha3bq011467 for ; Sat, 7 Feb 2009 17:36:03 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n17Ha3kE011465; Sat, 7 Feb 2009 17:36:03 GMT (envelope-from nobody) Message-Id: <200902071736.n17Ha3kE011465@www.freebsd.org> Date: Sat, 7 Feb 2009 17:36:03 GMT From: Ralph Zitz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/131467: shells/zsh fails to install properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2009 17:40:03 -0000 >Number: 131467 >Category: ports >Synopsis: shells/zsh fails to install properly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 07 17:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ralph Zitz >Release: FreeBSD 8.0 amd64 (current) >Organization: SDU >Environment: >Description: The installation of zsh appears to be broken. Completion in the shell appears to be broken, perhaps because of the following: Just before the installation ends the completion scripts are supposed to be precompiled, ie. the post-install part of the Makefile contains: @${ECHO_MSG} "Updating ${SHELLS}" @${CP} ${SHELLS} ${SHELLS}.bak @(${GREP} -v ${PREFIX}/bin/zsh ${SHELLS}.bak; \ ${ECHO_CMD} ${PREFIX}/bin/zsh) > ${SHELLS} @${RM} ${SHELLS}.bak @${PREFIX}/bin/zsh -fc ' \ setopt extendedglob; \ for i in ${DATADIR}/${ZSH_VER}/functions/**/*(/) ; do \ zcompile -U -M $$i.zwc $$i/*~*.zwc(^/) ; \ chmod 644 $$i.zwc ; \ done' This is the generated output by the above when installing: .... Updating /etc/shells zsh:1: no matches found: /usr/local/share/zsh/4.3.9/functions/**/*(/) install-info --quiet /usr/local/info/zsh.info /usr/local/info/dir ...etc Indicating a broken for-loop. >How-To-Repeat: Install zsh on a new system. >Fix: >Release-Note: >Audit-Trail: >Unformatted: