| Summary: | problem with bash-2.03(1) port (/usr/ports/shells/bash2) | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | seth <seth> |
| Component: | Individual Port(s) | Assignee: | Andrey A. Chernov <ache> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports->ache Over to maintainer. State Changed From-To: open->closed Fixed, thanks! |
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'