Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2003 17:18:16 +0100 (CET)
From:      Andreas Schulz <ats@first.fraunhofer.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46690: ports/math/oleo error in one file
Message-ID:  <200301021618.h02GIGiK059355@freebsd.first.gmd.de>

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

>Number:         46690
>Category:       ports
>Synopsis:       ports/math/oleo error in one file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 02 08:20:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Schulz
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
FRAUNHOFER-FIRST
>Environment:
System: FreeBSD freebsd.first.gmd.de 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu Oct 17 17:17:08 CEST 2002 root@freebsd.first.gmd.de:/usr/src/sys/compile/FREEBSD i386
>Description:
	The file posixtm.y in oleo-1.99.16/src has an error, which is
	uncovered by the new bison-1.75. It is missing a semicolon at
	line 89/90 just in front of "year : digitpair {". 
>How-To-Repeat:
	install the new bison-1.75 from ports and try to compile oleo :-).
>Fix:
	freebsd# diff -c posixtm.y /usr/ports/math/oleo/work/oleo-1.99.16/src/posixtm.y  
*** posixtm.y   Sat Jul 22 08:13:16 2000
--- /usr/ports/math/oleo/work/oleo-1.99.16/src/posixtm.y        Thu Jan  2 16:57:41 2003
***************
*** 85,90 ****
--- 85,91 ----
                   YYABORT;
                 }
               }
+       ;
  
  year : digitpair {
                     t.tm_year = $1;


>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?200301021618.h02GIGiK059355>