Bug 35594

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:
Description Flags
file.diff none

Description SASAKI Katuhiro 2002-03-06 15:40:00 UTC
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
...
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-09-18 05:08:37 UTC
Responsible Changed
From-To: freebsd-ports->kde

over to maintainer
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2002-11-08 20:35:12 UTC
State Changed
From-To: open->closed

This was fixed with the update to 2.3.0 two months ago by alane.