Bug 1054707 - fortran symbols missing
Summary: fortran symbols missing
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: cgnslib
Version: 20
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Christopher Meng
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-17 10:36 UTC by furquan2011
Modified: 2015-05-18 13:12 UTC (History)
3 users (show)

Fixed In Version: cgnslib-3.2.1-1.fc20
Clone Of:
Environment:
Last Closed: 2014-07-14 00:53:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description furquan2011 2014-01-17 10:36:13 UTC
Description of problem:
compilation of fortran examples fails with undefined references

Version-Release number of selected component (if applicable):

3.2
How reproducible:

cd /tmp
wget "http://downloads.sourceforge.net/project/cgns/F77_examples/Release%203/F77_examples-3.tar.gz"
tar zxf F77_examples-3.tar.gz
cd F77_examples
sed -i 's#CGNSdir.*=.*#CGNSdir     = /usr#' make.defs
sed -i 's#CGNSlibs.*=.*#CGNSlibs     = -lcgns#' make.defs
make

Actual results:
# cgwrite.F:(.text+0x151): undefined reference to `cg_open_f_'
# ...

Expected results:

compilation successful
Additional info:
nm -D /usr/lib*/libcgns.so | grep "cg_close_f"
gives no fortran symbols

Comment 1 Fedora Admin XMLRPC Client 2014-06-26 10:31:59 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 2 Christopher Meng 2014-07-02 04:12:01 UTC
Confirmed.

Comment 3 Fedora Update System 2014-07-02 06:40:01 UTC
cgnslib-3.2.1-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/cgnslib-3.2.1-1.fc20

Comment 4 Fedora Update System 2014-07-03 04:01:41 UTC
Package cgnslib-3.2.1-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing cgnslib-3.2.1-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-7996/cgnslib-3.2.1-1.fc20
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2014-07-14 00:53:08 UTC
cgnslib-3.2.1-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 furquan2011 2015-05-18 13:12:40 UTC
fine! working now.(In reply to Fedora Update System from comment #4)
> Package cgnslib-3.2.1-1.fc20:
> * should fix your issue,
> * was pushed to the Fedora 20 testing repository,
> * should be available at your local mirror within two days.
> Update it with:
> # su -c 'yum update --enablerepo=updates-testing cgnslib-3.2.1-1.fc20'
> as soon as you are able to.
> Please go to the following url:
> https://admin.fedoraproject.org/updates/FEDORA-2014-7996/cgnslib-3.2.1-1.fc20
> then log in and leave karma (feedback).

fine! working now.


Note You need to log in before you can comment on or make changes to this bug.