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.
Bug 1759827 - pycparser's yacctab must be updated after python-ply is updated
Summary: pycparser's yacctab must be updated after python-ply is updated
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: python-pycparser
Version: 8.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: Christian Heimes
QA Contact: Kaleem
URL:
Whiteboard:
Depends On: 1747490
Blocks: 1759845 1760850
TreeView+ depends on / blocked
 
Reported: 2019-10-09 08:31 UTC by Christian Heimes
Modified: 2019-11-12 08:14 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-12 08:14:38 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1747490 0 unspecified CLOSED python-ply is not FIPS compatible: local variable 'sig' referenced before assignment 2023-12-15 16:46:50 UTC

Description Christian Heimes 2019-10-09 08:31:32 UTC
Description of problem:
python-ply must be updated to make the package FIPS compliance. The package uses MD5 to generate the signature of the grammar. With the update either the signature changes or both the signature and the yacc tabversion. Either way the pycparser's yacctab will become outdated and must be regenerated with updated ply.

Version-Release number of selected component (if applicable):
python-pycparser-2.14-14.el8

How reproducible:
Always (with updated ply)

Steps to Reproduce:
$ python3
>>> import pycparser
>>> pycparser.CParser().parse("")

Actual results:
WARNING: yacc table file version is out of date


Expected results:
No warning

Additional info:

Comment 1 Christian Heimes 2019-11-12 08:14:38 UTC
I fixed python-ply compatibility issue in #1747490 with new patch build python-ply-3.9-8.el8 instead of a rebase. It is not necessary to rebuild pycparser.


Note You need to log in before you can comment on or make changes to this bug.