Bug 2130713

Summary: Please branch and build sip6 for EPEL8/9
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: sip6Assignee: Scott Talbert <swt>
Status: CLOSED ERRATA QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jonathan, swt
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: sip6-6.5.1-1.el8 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-16 01:51:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2092182    

Description Orion Poplawski 2022-09-28 22:38:59 UTC
Please branch and build sip6 in epel 8 and 9.

If you do not wish to maintain sip6 in epel,
or do not think you will be able to do this in a timely manner,
the EPEL Packagers SIG would be happy to be a co-maintainer of the package;
please add the epel-packagers-sig group through
https://src.fedoraproject.org/rpms/sip6>/addgroup
and grant it commit access, or collaborator access on epel* branches.

I would also be happy to be a co-maintainer (FAS: orion).

Comment 1 Scott Talbert 2022-10-04 23:00:48 UTC
There are a couple of problems here:

1) On EL8, sip6 6.6.2 doesn't work with Python 3.6:

+ /usr/bin/python3 -c 'import sipbuild, sipbuild.distinfo, sipbuild.module, sipbuild.tools'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/builddir/build/BUILDROOT/sip6-6.6.2-2.el8.x86_64/usr/lib64/python3.6/site-packages/sipbuild/__init__.py", line 27, in <module>
    from .bindings import Bindings
  File "/builddir/build/BUILDROOT/sip6-6.6.2-2.el8.x86_64/usr/lib64/python3.6/site-packages/sipbuild/bindings.py", line 32, in <module>
    from .generator import parse
  File "/builddir/build/BUILDROOT/sip6-6.6.2-2.el8.x86_64/usr/lib64/python3.6/site-packages/sipbuild/generator/__init__.py", line 25, in <module>
    from .parser import parse
  File "/builddir/build/BUILDROOT/sip6-6.6.2-2.el8.x86_64/usr/lib64/python3.6/site-packages/sipbuild/generator/parser/__init__.py", line 25, in <module>
    from .parser import parse
  File "/builddir/build/BUILDROOT/sip6-6.6.2-2.el8.x86_64/usr/lib64/python3.6/site-packages/sipbuild/generator/parser/parser.py", line 24, in <module>
    from .parser_manager import ParserManager
  File "/builddir/build/BUILDROOT/sip6-6.6.2-2.el8.x86_64/usr/lib64/python3.6/site-packages/sipbuild/generator/parser/parser_manager.py", line 32, in <module>
    from ..python_slots import invalid_global_slot, slot_name_detail_map
  File "/builddir/build/BUILDROOT/sip6-6.6.2-2.el8.x86_64/usr/lib64/python3.6/site-packages/sipbuild/generator/python_slots.py", line 24, in <module>
    from .specification import PySlot
  File "/builddir/build/BUILDROOT/sip6-6.6.2-2.el8.x86_64/usr/lib64/python3.6/site-packages/sipbuild/generator/specification.py", line 24, in <module>
    from dataclasses import dataclass, field
ModuleNotFoundError: No module named 'dataclasses'

(dataclasses is new in Python 3.7)

2) On EL9, sip6 is already part of EL9 (or at least CentOS stream and might not have made it into RHEL yet).

Comment 2 Jonathan Wright 2023-01-06 03:20:08 UTC
Version 6.5 will build properly on EL8.  The only thing I had to do from commit 7c8cb812596ac2af1afdabbc72b4127e8878569a was add the "packaging" module to BRs.

https://koji.fedoraproject.org/koji/taskinfo?taskID=95790684

Can you please build this for EPEL8 or add myself (jonathanspw) and/or "orion" and we can tackle it.

Comment 3 Fedora Update System 2023-01-07 02:49:31 UTC
FEDORA-EPEL-2023-5952af2af7 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-5952af2af7

Comment 4 Fedora Update System 2023-01-08 01:40:26 UTC
FEDORA-EPEL-2023-5952af2af7 has been pushed to the Fedora EPEL 8 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2023-5952af2af7

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2023-01-16 01:51:04 UTC
FEDORA-EPEL-2023-5952af2af7 has been pushed to the Fedora EPEL 8 stable repository.
If problem still persists, please make note of it in this bug report.