Date: Wed, 21 Jul 1999 18:48:08 -0400 (EDT) From: Seth <seth@freebie.dp.ny.frb.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12746: problem with bash-2.03(1) port (/usr/ports/shells/bash2) Message-ID: <199907212248.SAA75811@freebie.dp.ny.frb.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907212248.SAA75811>