Date: Mon, 16 Apr 2001 23:53:05 -0700 (PDT) From: atallam@talarian.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26635: zephyr port broke Message-ID: <20010417065305.20AC92B1@moya.talarian.com>
next in thread | raw e-mail | index | archive | help
>Number: 26635 >Category: ports >Synopsis: The zephyr port won't build >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 17 00:00:04 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Ajay Tallam >Release: FreeBSD 4.2-RELEASE i386 >Organization: >Environment: Nothing really relevant/important here. >Description: Whoever was last mucking around in this port broke it, trying to build it complains about unknown structure tv. Also, bison?? >How-To-Repeat: cd /usr/ports/net/zephyr; make >Fix: This seems to have been intentional. If you look at the files zephyr.h zephyr.h.orig in work/zephyr/h/zephyr/ you'll notice the only change was the notorious tv structure was removed. So I just took line 68 from .orig and put it as line 69 in zephyr.h. I didn't see if zephyr needs its existing line 68, and I don't know why it was changed. On another note, why is this port using bison when it doesn't depend on it, and when it's not a default install? bison -y -d ./parser.y bison:No such file or directory *** Error code 1 Stop in /usr/ports/net/zephyr/work/zephyr/zwgc. That is very annoying. You should probably use yacc instead, since it is a default install. >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?20010417065305.20AC92B1>