Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  7 Sep 1999 02:48:48 -0700 (PDT)
From:      rmiya@cc.hirosaki-u.ac.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/13613: fixing broken port biology/deft
Message-ID:  <19990907094848.0DEB614CCD@hub.freebsd.org>

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

>Number:         13613
>Category:       ports
>Synopsis:       fixing broken port biology/deft
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep  7 02:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Ryo MIYAMOTO
>Release:        3.2-RELEASE
>Organization:
Hirosaki Univ.
>Environment:
3.3-release package building machine
>Description:
STOP in compiling some sources such as, 

>How-To-Repeat:
make
>Fix:
As shown in error message of the compiler f77, 
do it with the -Nn802 option.

Patch of Makefile is

--- files/Makefile.deft.old     Mon May 24 19:33:15 1999
+++ files/Makefile.deft Tue Sep  7 18:25:03 1999
@@ -2,7 +2,7 @@
 # Makefile for DeFT
 #
 TARGET = DeFT.exec
-FFLAGS ?= -O2 -malign-double -Nn802
+FFLAGS = -O2 -malign-double -Nn802
 LFLAGS = 
 SRCS:sh = ls *.f
 OBJS = $(SRCS:.f=.o)


>Release-Note:
>Audit-Trail:
>Unformatted:
 >Compiler error line 492 of cdgrxx.f: Too many names.
 >Table limit now 401.
 >Try rerunning with the -Nn802 option.
 >
 >*** Error code 1
 >
 >Stop.
 


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?19990907094848.0DEB614CCD>