Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2002 11:04:17 -0800 (PST)
From:      Erik Änggård <erik.anggard@packetfront.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/35928: ports/cad/pcb broken
Message-ID:  <200203151904.g2FJ4Hs46577@freefall.freebsd.org>

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

>Number:         35928
>Category:       ports
>Synopsis:       ports/cad/pcb broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 15 11:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erik Änggård
>Release:        4.4-STABLE
>Organization:
>Environment:
FreeBSD erka.int.packetfront.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Sep 24 13:01:06 CEST 2001     eriang@erka.int.packetfront.com:/usr/obj/usr/src/sys/ERKA  i386
>Description:
There are 2 problems (at least).

The following line in /usr/ports/cad/pcb/Makefile:
                texti2html:${PORTSDIR}/textproc/texi2html
should probably be:
                texi2html:${PORTSDIR}/textproc/texi2html
(one 't' to many in texi2html)

There are still problems after this has been corrected,
make install in /usr/ports/cad/pcb failes with the following output:

<snip>

creating pcb.html file
Unknown option: glossary
Try 'texi2html -help' for usage instructions.
*** Error code 255

Stop in /usr/ports/cad/pcb/work/pcb-1.7/doc.
*** Error code 1

Stop in /usr/ports/cad/pcb/work/pcb-1.7.
*** Error code 1

Stop in /usr/ports/cad/pcb.
*** Error code 1

Stop in /usr/ports/cad/pcb.
*** Error code 1

Stop in /usr/ports/cad/pcb.

>How-To-Repeat:
# cd /usr/ports/cad/pcb
# make install
>Fix:
My guess is that pcb uses some older or newer version of texi2html that has an option "glossary" not present in the version of texi2html in the ports tree (1.64).

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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