Bug 1505641 - nothing provides libtomcrypt.so.0()(64bit) needed by python2-crypto-2.6.1-17.fc27.s390x
Summary: nothing provides libtomcrypt.so.0()(64bit) needed by python2-crypto-2.6.1-17....
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: libtomcrypt
Version: 27
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Simone Caronni
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-24 03:45 UTC by Randy Barlow
Modified: 2017-10-26 10:02 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-26 10:02:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Randy Barlow 2017-10-24 03:45:42 UTC
I am unable to build Bodhi on Fedora 27[0] due to python2-crypto needing libtomcrypt.so.0 and that not being available.

The same report was made against fedmsg[1], which is part of Bodhi's dependency stack.


[0] https://koji.fedoraproject.org/koji/taskinfo?taskID=22659036
[1] https://github.com/fedora-infra/fedmsg/issues/487

Comment 1 Simone Caronni 2017-10-24 07:14:56 UTC
I've triggered a rebuild and an update of libtomcrypt yesterday, but this seems unrelated. The current libtomcrypt package is still in the repository:

https://koji.fedoraproject.org/koji/buildinfo?buildID=928909

It seems the buildroot is getting the wrong packages. By pulling the udpates that I just pushed I can't reproduce the problem:

https://bodhi.fedoraproject.org/updates/FEDORA-2017-53fedf1c92

$ sudo rpm -Uvh \
  https://kojipkgs.fedoraproject.org//packages/libtomcrypt/1.18.0/1.fc27/x86_64/libtomcrypt-1.18.0-1.fc27.x86_64.rpm \
  https://kojipkgs.fedoraproject.org//packages/python-crypto/2.6.1/19.fc27/x86_64/python2-crypto-2.6.1-19.fc27.x86_64.rpm

Comment 2 Randy Barlow 2017-10-24 23:30:13 UTC
I think you may be correct, as I am able to install python2-crypto in a container:

$ sudo docker run --rm registry.fedoraproject.org/fedora:27 dnf install python2-crypto -y

I've reported it to releng to ask if they know what is going on:

https://pagure.io/releng/issue/7110

Comment 3 Simone Caronni 2017-10-26 10:02:35 UTC
Ok, as explained by Igor, in the end the issue was that the rebuild was pulling in the override I created on libtomcrypt and of course there was no python-crypto override, as no one had the need for it.

The override has expired, so whether the update goes to stable or not it does not matter as the dependencies are satisfied in both cases. Closing this ticket.


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