| Summary: | Doing a 'make install' for bash2 gets install-info error | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Garance A Drosehn <gad> |
| Component: | Individual Port(s) | Assignee: | Andrey A. Chernov <ache> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | gad |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports->ache Over to maintainer. State Changed From-To: open->closed Duplicate of ports/12746. I'll commit a fix for it shortly. |
I went to /usr/ports/shells/bash2 did a make, make install and the 'make install' got an error (which was ignored) because install-info was executed with '--defentry=' in the Makefile for work/bash-2.03/doc/Makefile. Apparently the install-info which is currently part of 3.2-STABLE does not recognize that option. Fix: What I did was just delete the line with '--defentry=' from the Makefile, but I imagine the real fix is to get a newer version of install-info that recognizes that option. How-To-Repeat: See description.