ports/58479: mSQL does not compile using bison(1)

Heinrich Zacher zacher at uni-trier.de
Fri Oct 24 08:50:20 UTC 2003


>Number:         58479
>Category:       ports
>Synopsis:       mSQL does not compile using bison(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 24 01:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Heinrich Zacher
>Release:        FreeBSD 4.8-STABLE and 5.1-STABLE i386
>Organization:
Universität Trier
>Environment:
System: FreeBSD zacher02.uni-trier.de 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Jul 15 10:20:53 CEST 2003 root at zacher02.uni-trier.de:/usr/obj/usr/src/sys/ZACHER02 i386

>Description:
	The grammar file src/lang-common/parser.y does not compile with
	GNU bison(1).  The problem is fixed using the standard yacc(1) as
	supplied with FreeBSD 4.x and 5.x using the patch below.
	
>How-To-Repeat:
	Simply 'make' the port.
>Fix:

*** configure.orig	Fri Oct 24 10:21:18 2003
--- configure	Fri Oct 24 10:21:36 2003
***************
*** 759,765 ****
    echo "$ac_t""no" 1>&6
  fi
  
! for ac_prog in 'bison -y' byacc
  do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2
--- 759,765 ----
    echo "$ac_t""no" 1>&6
  fi
  
! for ac_prog in yacc 'bison -y' byacc
  do
  # Extract the first word of "$ac_prog", so it can be a program name with args.
  set dummy $ac_prog; ac_word=$2



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



More information about the freebsd-ports-bugs mailing list