Bug 46057 - databases/unixODBC fails to build 2.2.3
Summary: databases/unixODBC fails to build 2.2.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-07 12:10 UTC by Aries
Modified: 2002-12-10 17:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aries 2002-12-07 12:10:02 UTC
I've tried to compile it, but I got the following errors:

bison -y  -d yac.y && mv y.tab.c yac.c
yac.y:216.2-218.13: type clash (`strval' `') on default action
yac.y:218.14: parse error, unexpected ":", expecting ";" or "|"
yac.y:219.35-66: $1 of `y_escape' has no declared type
yac.y:219.35-72: $3 of `y_escape' has no declared type
yac.y:220.37-68: $1 of `y_escape' has no declared type
yac.y:220.37-74: $3 of `y_escape' has no declared type
yac.y:223.22-65: $1 of `y_escape' has no declared type
*** Error code 1

Stop in /tmp/usr/ports/databases/unixODBC/work/unixODBC-2.2.3/sqp.
*** Error code 1

Stop in /tmp/usr/ports/databases/unixODBC/work/unixODBC-2.2.3.
*** Error code 1

Stop in /usr/ports/databases/unixODBC.
*** Error code 1

Fix: 

Just put a semicolon at line 217 in yac.y
How-To-Repeat: Everytime when I try to compile it.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-12-10 17:39:49 UTC
State Changed
From-To: open->closed

Committed thanks