Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1422808 - undefined symbol: solvable_matchesdep
Summary: undefined symbol: solvable_matchesdep
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libsolv
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: rpm-software-management
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-16 10:14 UTC by Kamil Páral
Modified: 2017-02-17 20:52 UTC (History)
4 users (show)

Fixed In Version: libsolv-0.6.26-1.fc24 libsolv-0.6.26-1.fc25
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-17 20:49:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Kamil Páral 2017-02-16 10:14:36 UTC
Description of problem:

$ python
>>> import solv
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib64/python2.7/site-packages/solv.py", line 17, in <module>
    _solv = swig_import_helper()
  File "/usr/lib64/python2.7/site-packages/solv.py", line 16, in swig_import_helper
    return importlib.import_module('_solv')
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: /usr/lib64/python2.7/site-packages/_solv.so: undefined symbol: solvable_matchesdep


This worked fine with python2-solv-0.6.24-1.fc25.x86_64.

This is a major problem for Taskotron depcheck task, because it's currently crashing in 100% cases.

Also, this is something extremely easy to test. Why don't you add a basic sanity test into a testsuite and run it during %check? We really need to avoid this happening in the future.


Version-Release number of selected component (if applicable):
libsolv-0.6.25-1.fc25.x86_64
lpsolve-5.5.2.0-13.fc24.x86_64
python2-solv-0.6.25-1.fc25.x86_64


How reproducible:
always

Steps to Reproduce:
1. import solv

Comment 1 Fedora Update System 2017-02-16 10:27:53 UTC
libsolv-0.6.26-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-8ab81f2397

Comment 2 Fedora Update System 2017-02-16 10:28:02 UTC
libsolv-0.6.26-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-7d95e93b75

Comment 3 Fedora Update System 2017-02-17 00:52:00 UTC
libsolv-0.6.26-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-7d95e93b75

Comment 4 Fedora Update System 2017-02-17 15:26:38 UTC
libsolv-0.6.26-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-8ab81f2397

Comment 5 Fedora Update System 2017-02-17 20:49:53 UTC
libsolv-0.6.26-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2017-02-17 20:52:14 UTC
libsolv-0.6.26-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.


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