| Summary: | devel/libtool15 build failure with WITHOUT_INFO=yes | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Olivier <olivier> |
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Olivier
2008-03-02 18:10:03 UTC
I also had to remove the line 'INFO?= libtool' from the
port's Makefile in order to be able to "make install". Else :
Making install in doc
test -z "/usr/local/info/" || .././install-sh -c -d "/usr/local/info/"
install -o root -g wheel -m 444 './libtool.info'
'/usr/local/info//libtool.info'
Making install in tests
install-info --quiet /usr/local/info/libtool.info /usr/local/info/dir
install-info:No such file or directory
*** Error code 1
Stop in /usr/ports/devel/libtool15.
*** Error code 1
--
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: olivier@gid0.org - against HTML email & vCards X
www: http://www.gid0.org - against proprietary attachments / \
"Il y a seulement 10 sortes de gens dans le monde :
ceux qui comprennent le binaire,
et ceux qui ne le comprennent pas."
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs reassign to ports team Responsible Changed From-To: freebsd-ports-bugs->ade Over to maintainer(s). State Changed From-To: open->closed Building word with various WITHOUT_* knobs (particularly WITHOUT_INFO) will break a considerable number of ports, not just libtool, that make use of makeinfo et al. -- ie: this is not libtool-specific. A case could possibly be made for some extra logic within Mk/bsd.port.mk where a port defines INFO, and then suitable checks are made for either a base-supplied makeinfo, or fallback to BUILD_DEPENDS on the texinfo port, but that is outside of the scope of this PR. |