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 1996237 - RFE: Please provide utf8proc-devel in CRB
Summary: RFE: Please provide utf8proc-devel in CRB
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: utf8proc
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: ---
Assignee: Joe Orton
QA Contact: icesalov
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-08-21 01:59 UTC by Orion Poplawski
Modified: 2022-11-08 10:27 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-11-08 09:37:03 UTC
Type: Enhancement
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-94424 0 None None None 2021-08-23 11:15:49 UTC
Red Hat Product Errata RHEA-2022:7543 0 None None None 2022-11-08 09:37:07 UTC

Description Orion Poplawski 2021-08-21 01:59:49 UTC
Description of problem:

We are looking to build julia for EPEL, but this requires utf8proc-devel.  utf8proc is in appstream but utf8proc-devel is not available.  Please make it available.  Thanks!

Version-Release number of selected component (if applicable):
2.1.1-5.module_el8.3.0+703+ba2f61b7

Comment 9 Josh Boyer 2022-04-29 11:55:06 UTC
Orion, apologies for the lack of response.  We've actually been looking into this and delivery is possible, but more complicated that you might expect.

utf8proc is part of the subversion module and the utf8proc-devel subpackage would be in a corresponding subversion-devel module that is not included today.  It might be possible to ship this, but it has implications for anyone that wants to consume it.  Specifically, the CodeReady Builder (RHEL 8) or PowerTools (CentOS Stream 8) repository would need to be enabled, and you would need to explicitly enable the subversion-devel:1.10 module before the packages become avaiable.

E.g.


[root@3e778be44dc1 /]# yum module enable subversion-devel:1.10
Updating Subscription Management repositories.
Unable to read consumer identity
Subscription Manager is operating in container mode.

This system is not registered with an entitlement server. You can use subscription-manager to register.

Last metadata expiration check: 0:03:30 ago on Fri Apr 29 11:36:18 2022.
Dependencies resolved.
================================================================================
 Package           Architecture     Version             Repository         Size
================================================================================
Enabling module streams:
 subversion-devel                   1.10                                       

Transaction Summary
================================================================================

Is this ok [y/N]: y
Complete!
[root@3e778be44dc1 /]# yum install utf8proc-devel
Updating Subscription Management repositories.
Unable to read consumer identity
Subscription Manager is operating in container mode.

This system is not registered with an entitlement server. You can use subscription-manager to register.

Last metadata expiration check: 0:16:49 ago on Fri Apr 29 11:36:18 2022.
Dependencies resolved.
================================================================================
 Package     Arch   Version                              Repository        Size
================================================================================
Installing:
 utf8proc-devel
             x86_64 2.1.1-5.module+el8.3.0+6671+2675c974 subversion-devel  19 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 19 k
Installed size: 29 k
Is this ok [y/N]: 

I'm not aware of how EPEL deals with modular content, but it may require some work on the buildsystem side or for julia to be made a modular package that depends on subversion.  Before we commit to delivering this, I wanted to be sure you were aware of the implications and determine if this was even a viable solution for your goals.

Comment 10 Orion Poplawski 2022-05-04 02:49:27 UTC
I am pretty sure that EPEL flattens modules into the buildroot and so would be available for EPEL builds.  For example the kdesvn build https://koji.fedoraproject.org/koji/buildinfo?buildID=1526019 install subversion-devel just fine.

root.log shows:
DEBUG util.py:623:   subversion-devel            x86_64  1.10.2-2.module+el8.0.0+3900+919b6753 build  342 k

Thank you very much for pursuing this.

Comment 25 Joe Orton 2022-07-14 08:56:01 UTC
This is what it should look like for RHEL 8.7, FYI:

+ dnf repoquery -q --disable-modular-filtering utf8proc\* --qf %\{REPOID\}\ %\{name\}-%\{version\}-%\{release\}.%\{arch\}
appstream8 utf8proc-2.6.1-3.module+el8.7.0+15836+939fe0ca.x86_64
appstream8 utf8proc-2.6.1-3.module+el8.7.0+15837+7cfc8c53.x86_64
crb8 utf8proc-2.6.1-3.module+el8.7.0+15837+7cfc8c53.i686
crb8 utf8proc-devel-2.6.1-3.module+el8.7.0+15837+7cfc8c53.i686
crb8 utf8proc-devel-2.6.1-3.module+el8.7.0+15837+7cfc8c53.x86_64

Josh, thanks a lot for your help with this.

Comment 28 errata-xmlrpc 2022-11-08 09:37:03 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (subversion bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHEA-2022:7543


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