Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Hi,
We've rebuilt the mecab package in RHEL-8.6.0, but that shouldn't have any effect on the RHEL-8.3.0 version.
New mecab rpm version is: mecab-0.996-2.module+el8.6.0+16523+5cb0e868
Also, I don't think this is the problem within the mysql-module component you've selected, it looks like something may have been broken in python.
In Fedora:
$ repoquery -q --repo=rawhide -f /usr/bin/mecab-config
mecab-devel-0:0.996-3.fc37.4.i686
mecab-devel-0:0.996-3.fc37.4.x86_64
Hence,t he problem is the mecab package is in appstream, but mecab-devel is missing from CRB.
This is a request to include mecab-devel in some RHEL 8 repository, which I consider quite resonable.
Thank you Cesar for taking the time to report this issue to us. We appreciate the feedback and use reports such as this one to guide our efforts at improving our products. That being said, this bug-tracking system is not a mechanism for requesting support, and we are not able to guarantee the timeliness or suitability of a resolution.
If this issue is critical or in any way time sensitive, please raise a ticket through the regular Red Hat support channels to ensure it receives the proper attention and prioritization to assure a timely resolution.
For information on how to contact the Red Hat production support team, please visit:
https://access.redhat.com/support
Hello Lukas. This bug is not critical for my system as I was able to re-build the mecab package on my own and add mecab-devel to a private repo to fix the issue, however, it'll be nice if the repos get fixed accordingly. I presume, my next deployments will be fixed when I target 8.6. I don't need to request support.
Thanks.
Description of problem: The rpm 'mecab-devel' is missing from the module and the AppStream repository. This causes an issue when I tried to deploy mecab-python3 in a virtualenv, because: ``` " running install", " running build", " running build_py", " creating build", " creating build/lib.linux-x86_64-3.6", " creating build/lib.linux-x86_64-3.6/MeCab", " copying src/MeCab/__init__.py -> build/lib.linux-x86_64-3.6/MeCab", " running build_ext", " error: [Errno 2] No such file or directory: 'mecab-config': 'mecab-config'", ``` Version-Release number of selected component (if applicable): Module stream: mysql-8.0 Rpm version: mecab-0.996-1.module+el8.3.0+242+87d3366a.9.x86_64 How reproducible: Steps to Reproduce: 1. Create virtualenv with default python 3.6 2. install mecab-python3 pip module (pip install mecab-python3) 3. check failure Actual results: ``` " running install", " running build", " running build_py", " creating build", " creating build/lib.linux-x86_64-3.6", " creating build/lib.linux-x86_64-3.6/MeCab", " copying src/MeCab/__init__.py -> build/lib.linux-x86_64-3.6/MeCab", " running build_ext", " error: [Errno 2] No such file or directory: 'mecab-config': 'mecab-config'", ``` Expected results: Package installs successfully Additional info: