Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: zfstream - C++ iostream like access to compressed files https://bugzilla.redhat.com/show_bug.cgi?id=438588 ------- Additional Comments From tibbs@xxxxxxxxxxx 2008-05-11 00:23 EST ------- I noticed the following troubling rpmlint complaints; it looks like this library isn't linked against libbz2 but is linked against libm even though it doesn't need to be. The latter is easily fixed with the trick in the unused-direct-shlib-dependency section of http://fedoraproject.org/wiki/PackageMaintainers/CommonRpmlintIssues. zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 inflateEnd zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 gzopen zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 gzclose zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 deflate zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 BZ2_bzwrite zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 inflateInit2_ zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 inflate zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 BZ2_bzopen zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 gzwrite zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 crc32 zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 deflateEnd zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 BZ2_bzclose zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 deflateInit2_ zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 gzread zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 BZ2_bzread zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 get_crc_table zfstream.x86_64: W: undefined-non-weak-symbol /usr/lib64/libzfstream.so.0.0.0 BZ2_bzerror zfstream.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libzfstream.so.0.0.0 /lib64/libm.so.6 -- 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, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review