ports/71573: print/foomatic-db-engine doesnt build (needs to run aclocal)

Juergen Lock nox at jelal.kn-bremen.de
Fri Sep 10 21:10:23 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list