Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2003 17:52:23 -0700 (PDT)
From:      Geoffrey Mainland <mainland@apeiron.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54296: palm/plucker build fails when latex2html-2002.2.1 is installed
Message-ID:  <200307100052.h6A0qNru015973@anaximander.apeiron.net>
Resent-Message-ID: <200307100100.h6A10ONs072288@freefall.freebsd.org>

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

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



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