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
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Confirmed.
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
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).
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.
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.