Bug 67507

Summary: Programs compiled with ifc coudn't create files
Product: Ports & Packages Reporter: Alexander Usov <usov>
Component: Individual Port(s)Assignee: Maho Nakata <maho>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexander Usov 2004-06-03 02:20:14 UTC
Programs compiles with new ifc 8.0.046 port are unable to create new  files. I suspect a new open(2) wrapper, but didn't have a chance to check it yet.

How-To-Repeat: Try to compile & run the folloving program:
        PROGRAM test

        open (unit=55, name='test.out')

        stop
        end

It will produce the run-time error:
forrtl: No such file or directory
forrtl: info: Fortran error message number is 29.
forrtl: warning: Could not open message catalog: ifcore_msg.cat.
forrtl: info: Check environment variable NLSPATH and protection 
of /usr/lib/ifcore_msg.cat.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-06-03 17:59:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->maho

Over to maintainer of lang/ifc. 

Note to submitter: it helps if you include the full name of the port 
in the Synopsis line, and also Cc: the maintainer of the port.
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2004-07-06 11:09:25 UTC
State Changed
From-To: open->closed

Fixed, thanks!