From owner-freebsd-ports Wed Jul 21 16: 1:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DABA15596 for ; Wed, 21 Jul 1999 16:01:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA21738; Wed, 21 Jul 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fed-ef1.frb.gov (fed.frb.gov [132.200.32.32]) by hub.freebsd.org (Postfix) with ESMTP id 016CE14C33 for ; Wed, 21 Jul 1999 15:50:35 -0700 (PDT) (envelope-from seth@freebie.dp.ny.frb.org) Received: by fed-ef1.frb.gov; id SAA20459; Wed, 21 Jul 1999 18:48:28 -0400 (EDT) Received: from m1pmdf.frb.gov(192.168.3.38) by fed.frb.gov via smap (V4.2) id xma020420; Wed, 21 Jul 99 18:48:18 -0400 Message-Id: <199907212248.SAA75811@freebie.dp.ny.frb.org> Date: Wed, 21 Jul 1999 18:48:08 -0400 (EDT) From: Seth Reply-To: seth@freebie.dp.ny.frb.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12746: problem with bash-2.03(1) port (/usr/ports/shells/bash2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12746 >Category: ports >Synopsis: problem with bash-2.03(1) port (/usr/ports/shells/bash2) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 21 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Seth >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: ports-stable as of 7/15/1999 >Description: freebie# make install ===> Installing for bash-2.03 install -c -s -o root -g wheel -m 555 -m 0755 bash /usr/local/bin/bash /usr/bin/install -c -o root -g wheel -m 0755 bashbug /usr/local/bin/bashbug ( cd ./doc ; make man1dir=/usr/local/man/man1 man1ext=1 man3dir=/usr/local/man/man3 man3ext=3 infodir=/usr/local/info install ) test -d /usr/local/man/man1 || /bin/sh ../support/mkdirs /usr/local/man/man1 test -d /usr/local/info || /bin/sh ../support/mkdirs /usr/local/info install -c -o root -g wheel -m 444 ./bash.1 /usr/local/man/man1/bash.1 install -c -o root -g wheel -m 444 ./bashbug.1 /usr/local/man/man1/bashbug.1 install -c -o root -g wheel -m 444 ./bashref.info /usr/local/info/bash.info if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then install-info --defentry="* BASH: (bash). Bash Reference Manual." --dir-file=/usr/local/info/dir /usr/local/info/bash.info; else true; fi install-info: unrecognized option `--defentry=* BASH: (bash). Bash Reference Manual.' Try `install-info --help' for a complete list of options. *** Error code 1 Stop. *** Error code 1 (ignored) ===> Generating temporary packing list /bin/cp /etc/shells /etc/shells.bak (/usr/bin/grep -v /usr/local/bin/bash /etc/shells.bak; echo /usr/local/bin/bash) >/etc/shells /bin/rm /etc/shells.bak /bin/mkdir -p /usr/local/share/doc/bash install -c -o root -g wheel -m 444 /usr/ports-dist/ports-stable/shells/bash2/work/doc/article.ps /usr/ports-dist/ports-stable/shells/bash2/work/doc/bashref.ps /usr/local/share/doc/bash install -c -o root -g wheel -m 444 /usr/ports-dist/ports-stable/shells/bash2/work/doc/article.txt /usr/local/share/doc/bash /usr/bin/gzip -nf -9 /usr/local/share/doc/bash/*.ps ===> Compressing manual pages for bash-2.03 ===> Registering installation for bash-2.03 >How-To-Repeat: Repeated successfully on 'make install' >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message