From nobody@FreeBSD.org  Tue Apr 29 10:12:36 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 10A45545
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Apr 2014 10:12:36 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id F1EBD107F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Apr 2014 10:12:35 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3TACZYK010734
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Apr 2014 10:12:35 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3TACZaa010725;
	Tue, 29 Apr 2014 10:12:35 GMT
	(envelope-from nobody)
Message-Id: <201404291012.s3TACZaa010725@cgiserv.freebsd.org>
Date: Tue, 29 Apr 2014 10:12:35 GMT
From: Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/9base yacc needs to install yaccpar and yaccpars
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189106
>Category:       ports
>Synopsis:       devel/9base yacc needs to install yaccpar and yaccpars
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sbz
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 29 10:20:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Tue Apr 29 10:20:04 UTC 2014
>Originator:     Makoto Kishimoto
>Release:        10.0-RELEASE-p1
>Organization:
privately
>Environment:
FreeBSD norikura.localdomain 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
9base yacc needs external skeleton file, 

$ /usr/local/9/bin/yacc sample.y
 fatal error:cannot open parser /usr/local/9/yacc/yaccpar: No such file or directory

These skeleton files (yaccpar and yaccpars) are in source directory.
$ ls 9base-6/yacc
9yacc
Makefile
yacc.1
yacc.c
yaccpar
yaccpars
>How-To-Repeat:
run 9base yacc
>Fix:
(workaround)
copy skeleton files manually

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sbz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 29 10:20:03 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189106 
>Unformatted:
