Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 22:30:01 -0500
From:      "Andrew Lankford" <arlankfo@141.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44736: teTeX fails to compile because of apparent bug
Message-ID:  <20021030033004.JAVD4740.out005.verizon.net@verizon.net>

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

>Number:         44736
>Category:       ports
>Synopsis:       teTeX fails to compile because of apparent bug
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 29 19:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     root
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
None
>Environment:
System: FreeBSD bogushost2 4.7-STABLE FreeBSD 4.7-STABLE #7: Tue Oct 29 01:01:40 EST 2002 root@bogushost2:/usr/obj/usr/src/sys/ARLKERNEL i386


>Description:
    Build chokes at line 139 of work/teTeX-1.0/texk/web2c/web2c/web2c.y.

>How-To-Repeat:
      cd /usr/ports/print/teTeX ; make

>Fix:
      
    I know next to nothing about  yacc/bison, but it looks like the problem
    is simply a missing semicolon.  This makes the port compile anyway.
 
--- patch_teTeXsrc_web2c_y begins here ---
--- web2c.y.orig	Tue Oct 29 22:04:34 2002
+++ web2c.y	Tue Oct 29 22:07:45 2002
@@ -135,6 +135,7 @@
 /* program statement.  Ignore any files.  */
 PROGRAM_HEAD:
 	  program_tok undef_id_tok PROGRAM_FILE_PART ';'
+	;
 
 PROGRAM_FILE_PART:
 	  '(' PROGRAM_FILE_LIST ')'
--- patch_teTeXsrc_web2c_y ends here ---


>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?20021030033004.JAVD4740.out005.verizon.net>