Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2004 23:16:14 +0200 (CEST)
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71573: print/foomatic-db-engine doesnt build (needs to run aclocal)
Message-ID:  <200409102116.i8ALGEl90368@saturn.kn-bremen.de>
Resent-Message-ID: <200409102110.i8ALAMuJ030788@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71573
>Category:       ports
>Synopsis:       print/foomatic-db-engine doesnt build (needs to run aclocal)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 10 21:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Juergen Lock
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
me?  organized??
>Environment:
System: FreeBSD neptun 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #3: Wed Aug 25 01:36:22 CEST 2004     nox@neptun:/usr/src/sys/i386/compile/NEPTUN  i386


>Description:

	port build fails with:

===>  Configuring for foomatic-db-engine-20031213_2
configure.in:20: error: possibly undefined macro: AM_PATH_XML2
configure.in:205: error: possibly undefined macro: AC_PATH_DIRS
*** Error code 1

	(does the ports freeze apply to bugfixes as well?
this port seems to be needed to use several printers with cups)

>How-To-Repeat:

	cd /usr/ports/print/foomatic-db-engine && make

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/print/foomatic-db-engine/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	3 Aug 2004 22:36:51 -0000	1.15
+++ Makefile	10 Sep 2004 20:20:32 -0000
@@ -72,6 +72,9 @@
 #pre-configure:
 #	@cd ${WRKSRC} && ${SETENV} ${SCRIPTS_ENV} ./make_configure
 
+pre-configure:
+	@cd ${WRKSRC} && ${ACLOCAL} -I ${ACLOCAL_DIR} -I .
+
 post-build:
 	@${CHMOD} +x ${WRKSRC}/mkinstalldirs
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409102116.i8ALGEl90368>