| Summary: | Review Request: mariadb-mroonga - A fast fulltext searchable storage engine for MariaDB | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kentaro Hayashi <kenhys> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | hhorak, i, misc |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-13 20:48:11 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 201449 | ||
|
Description
Kentaro Hayashi
2013-09-29 16:58:02 UTC
There are some errors, but they are derived from mariadb. $ rpmlint -i RPMS/x86_64/mariadb-mroonga-*|grep E: mariadb-mroonga-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mariadb-5.5.32/sql/multi_range_read.h mariadb-mroonga-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mariadb-5.5.32/sql/sql_lifo_buffer.h mariadb-mroonga-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mariadb-5.5.32/sql/gcalc_slicescan.h mariadb-mroonga-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mariadb-5.5.32/include/maria.h mariadb-mroonga-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mariadb-5.5.32/sql/sql_join_cache.h mariadb-mroonga-debuginfo.x86_64: E: incorrect-fsf-address /usr/src/debug/mariadb-5.5.32/sql/gcalc_tools.h There are some warnings, but they are derived from sphix bundled javascript. $ rpmlint -i RPMS/x86_64/mariadb-mroonga-*|grep W: mariadb-mroonga.x86_64: W: spelling-error Summary(en_US) fulltext -> full text, full-text, teletext mariadb-mroonga.x86_64: W: spelling-error Summary(en_US) searchable -> search able, search-able, unsearchable mariadb-mroonga.x86_64: W: spelling-error %description -l en_US fulltext -> full text, full-text, teletext mariadb-mroonga.x86_64: W: spelling-error %description -l en_US searchable -> search able, search-able, unsearchable mariadb-mroonga.x86_64: W: spelling-error %description -l en_US groonga -> grooming mariadb-mroonga.x86_64: W: spelling-error %description -l en_US Groonga -> Grooming mariadb-mroonga.x86_64: W: obsolete-not-provided mysql-groonga mariadb-mroonga-doc.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mariadb-mroonga-doc-3.08/ja/html/_static/jquery.js mariadb-mroonga-doc.x86_64: W: wrong-file-end-of-line-encoding /usr/share/doc/mariadb-mroonga-doc-3.08/en/html/_static/jquery.js [vagrant@fedora19-amd64 rpmbuild]$ You should mark doc package as noarch, same to bug 1013375 (In reply to Christopher Meng from comment #2) > You should mark doc package as noarch, same to bug 1013375 Thanks Christopher! Here is the updated spec and SRPM. Spec URL: http://kenhys.fedorapeople.org/mroonga/mariadb-mroonga.spec SRPM URL: http://kenhys.fedorapeople.org/mroonga/mariadb-mroonga-3.08-2.fc19.src.rpm - add BuildArch tag - remove redundant clean section. curl --output ../../SRPMS/$srpm %{mariadb_download_base_url}/$srpm
rpm -Uvh ../../SRPMS/$srpm
this part is not gonna work in koji.
mroonga is now part of mariadb-server package, so closing this bug. |