[Bug 542740] Review Request: f2c - The f2c Fortran to C/C++ conversion program and static libraries

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 2 10:12:15 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=542740





--- Comment #10 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-12-02 05:12:13 EDT ---
f2c-devel.x86_64: W: no-documentation
f2c-libs.x86_64: E: no-ldconfig-symlink /usr/lib64/libf2c.so.0.22
f2c-libs.x86_64: W: shared-lib-calls-exit /usr/lib64/libf2c.so.0.22
exit at GLIBC_2.2.5
f2c-libs.x86_64: W: no-documentation
f2c-libs.x86_64: E: library-without-ldconfig-postin /usr/lib64/libf2c.so.0.22
f2c-libs.x86_64: E: library-without-ldconfig-postun /usr/lib64/libf2c.so.0.22
5 packages and 0 specfiles checked; 3 errors, 3 warnings.

- The post and postun 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
should be
 %post libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig

- I think the no-ldconfig-symlink warning can be fixed by creating
 ln -sf libf2c.so.0.22 %{buildroot}%{_libdir}/libf2c.so.0
Try if this works.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list