| Summary: | Bug: misc/kwatch fails to build if autoconf or automake is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | SASAKI Katuhiro <sahiro> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->kde over to maintainer State Changed From-To: open->closed This was fixed with the update to 2.3.0 two months ago by alane. |
If devel/autoconf port or devel/automake port is already installed on the system on which make runs, misc/kwtch (kwatch-2.2.0) port fails to build as shown below. Fix: Apply a patch below to skeleton of misc/kwatch. How-To-Repeat: # cd ${PORTSDIR}/deve/autoconf && make install ... # cd ${PORTSDIR}/deve/automake && make install ... # cd ${PORTSDIR}/misc/kwatch && make ... ===> Building for kwatch-2.2.0 cd . && make -f admin/Makefile.common configure.in ; cd . && aclocal cd . && autoheader ./aclocal.m4:2509: error: m4_defn: undefined macro: _m4_divert_diversion acfunctions.m4:1108: AM_FUNC_OBSTACK is expanded from... ./aclocal.m4:2509: the top level autoconf: tracing failed *** Error code 1 ...