ports/54296: palm/plucker build fails when latex2html-2002.2.1 is installed

Geoffrey Mainland mainland at apeiron.net
Thu Jul 10 01:00:25 UTC 2003


>Number:         54296
>Category:       ports
>Synopsis:       palm/plucker build fails when latex2html-2002.2.1 is installed
>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:   Wed Jul 09 18:00:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Geoffrey Mainland
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD anaximander.apeiron.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Jun 5 17:05:25 PDT 2003 toor at hamilton.apeiron.net:/.amd_mnt/zeno/home01/freebsd/4-obj/.amd_mnt/zeno/home01/freebsd/4-src/sys/APEIRON i386

>Description:
	plucker won't build when latex2html-2002.2.1 is installed because its
	attempt to build documentation fails.
	
	===>  Building for plucker-1.2_1
	cd viewer ; gmake;
	gmake[1]: Entering directory `/usr/ports/palm/plucker/work/plucker-1.2/viewer'
	gmake[1]: Nothing to be done for `all'.
	gmake[1]: Leaving directory `/usr/ports/palm/plucker/work/plucker-1.2/viewer'
	cd parser ; gmake pyplucker;
	gmake[1]: Entering directory `/usr/ports/palm/plucker/work/plucker-1.2/parser'
	cd python ; gmake
	gmake[2]: Entering directory `/usr/ports/palm/plucker/work/plucker-1.2/parser/python'
	all done
	gmake[2]: Leaving directory `/usr/ports/palm/plucker/work/plucker-1.2/parser/python'
	gmake[1]: Leaving directory `/usr/ports/palm/plucker/work/plucker-1.2/parser'
	gmake[1]: Entering directory `/usr/ports/palm/plucker/work/plucker-1.2/docs'
	gmake[1]: *** No rule to make target `Plucker_Doc.tex', needed by `Plucker_Doc'.  Stop.
	gmake[1]: Leaving directory `/usr/ports/palm/plucker/work/plucker-1.2/docs'
	gmake: *** [manual] Error 2
	*** Error code 2
	
	Stop in /usr/ports/palm/plucker.

>How-To-Repeat:
	install latex2html-2002.2.1 and then try to install plucker

>Fix:
Index: Makefile
===================================================================
RCS file: /home/freebsd/cvs/ports/palm/plucker/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile    23 Feb 2003 23:29:46 -0000      1.9
+++ Makefile    10 Jul 2003 00:49:40 -0000
@@ -36,7 +36,8 @@
                --disable-desktopbuild \
                --disable-unpluck \
                --disable-explode \
-               --disable-palmosbuild
+               --disable-palmosbuild \
+               --disable-docbuild
 MAN1=          pluck-comics.1 plucker-build.1 plucker-decode.1 \
                plucker-dump.1 plucker-setup.1
 FIND?=         find



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list