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 2137366 - GTK 3 directly depends on libsoup 2
Summary: GTK 3 directly depends on libsoup 2
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: tracker
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Carlos Garnacho
QA Contact: Tomas Pelka
URL:
Whiteboard:
Depends On:
Blocks: 2141023 2141024
TreeView+ depends on / blocked
 
Reported: 2022-10-24 15:54 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2023-03-06 15:10 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2141023 2141024 (view as bug list)
Environment:
Last Closed: 2023-03-06 15:10:18 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-137450 0 None None None 2022-10-24 16:10:20 UTC

Description Ignacio Casal Quinteiro (nacho) 2022-10-24 15:54:43 UTC
Description of problem:

If we see the output of ldd in gtk3 we can see that it end ups depending on libsoup 2. This dependency comes from tracker-sparql. By having this direct dependency we avoid applications like DCV from running on RHEL 9 since DCV depends on libsoup 3.

RHEL version: 9.0
tracker version: libtracker-sparql-3.1.2-2.el9.x86_64

ldd /lib64/libgtk-3.so.0 |grep soup
        libsoup-2.4.so.1 => /lib64/libsoup-2.4.so.1 (0x00007fcecb8b5000)

ldd /lib64/libtracker-sparql-3.0.so.0|grep soup
        libsoup-2.4.so.1 => /lib64/libsoup-2.4.so.1 (0x00007fadd2273000)

Comment 11 Carlos Garnacho 2022-11-22 23:32:44 UTC
tracker-3.1.2-3.el9 has the backports necessary to make libsoup support based on loadable modules.

Comment 20 Ignacio Casal Quinteiro (nacho) 2022-11-25 08:26:41 UTC
We tested the new rpms and they work like a charm for us


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