Bug 67507 - Programs compiled with ifc coudn't create files
Summary: Programs compiled with ifc coudn't create files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-03 02:20 UTC by Alexander Usov
Modified: 2004-07-06 11:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!