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: mecab - Yet Another Part-of-Speech and Morphological Analyzer https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229927 ------- Additional Comments From j.w.r.degoede@xxxxxx 2007-02-26 08:10 EST ------- I just did a 64 bit build and that throws these additional rpmlint errors: E: mecab-base binary-or-shlib-defines-rpath /usr/bin/mecab ['/usr/lib64'] E: mecab-base binary-or-shlib-defines-rpath /usr/libexec/mecab/mecab-dict-gen ['/usr/lib64'] E: mecab-base binary-or-shlib-defines-rpath /usr/libexec/mecab/mecab-system-eval ['/usr/lib64'] E: mecab-base binary-or-shlib-defines-rpath /usr/libexec/mecab/mecab-cost-train ['/usr/lib64'] E: mecab-base binary-or-shlib-defines-rpath /usr/libexec/mecab/mecab-test-gen ['/usr/lib64'] E: mecab-base binary-or-shlib-defines-rpath /usr/libexec/mecab/mecab-dict-index ['/usr/lib64'] Which can and must be fixed by adding the following two lines: sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool after %configure The lack of rpath however will cause %check to fail, this can be fixed by adding: "export LD_LIBRARY_PATH=`pwd`/src/.libs" between %check and cd tests -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review