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 1386519 - /usr/bin/python2: symbol lookup error: /lib64/libostree-1.so.1: undefined symbol: g_file_enumerator_iterate
Summary: /usr/bin/python2: symbol lookup error: /lib64/libostree-1.so.1: undefined sym...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: ostree
Version: 7.4
Hardware: x86_64
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Colin Walters
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 1342055
TreeView+ depends on / blocked
 
Reported: 2016-10-19 07:40 UTC by Alex Jia
Modified: 2016-10-19 13:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-19 13:44:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alex Jia 2016-10-19 07:40:50 UTC
Description of problem:
The current atomic commands doesn't work, because the ostree-2016.10-1.atomic.el7.x86_64 doesn't include symbol 'g_file_enumerator_iterate', We need to request a new ostree package and include g_file_enumerator_iterate.

Version-Release number of selected component (if applicable):
# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 7.2 (Maipo)

# rpm -q atomic docker skopeo
atomic-1.13.1-1.el7.x86_64
docker-1.12.2-5.el7.x86_64
skopeo-0.1.17-0.4.git550a480.el7.x86_64


How reproducible:
always

Steps to Reproduce:
1. atomic images list


Actual results:

# atomic images list
/usr/bin/python2: symbol lookup error: /lib64/libostree-1.so.1: undefined symbol: g_file_enumerator_iterate

Expected results:


Additional info:

Comment 2 Alex Jia 2016-10-19 10:29:23 UTC
# nm -nAD /lib64/libostree-1.so.1|grep g_file_enumerator_iterate
/lib64/libostree-1.so.1:                 U g_file_enumerator_iterate

Comment 3 Alex Jia 2016-10-19 10:40:47 UTC
Hi Colin, Could you help see this bug? or any workarround for running atomic CLI. thanks.

Comment 4 Giuseppe Scrivano 2016-10-19 13:00:47 UTC
How did you install ostree on RHEL-7.2?  If you install it manually, please ensure all the dependencies are satisfied.

The version of glib on RHEL 7.2 has not the `g_file_enumerator_iterate` function, while it should work on RHELAH (check for it in /lib64/libgio-2.0.so.0 not /lib64/libostree-1.so.1).

atomic detects when ostree is not installed, as should be the case on RHEL, and not allow to use system containers.

Comment 5 Colin Walters 2016-10-19 13:44:22 UTC
You need to update to the version of glib from 7.3, which Atomic Host includes.


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