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 1901575

Summary: F34FailsToInstall: python3-pymc3
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-pymc3Assignee: Sergio Pascual <sergio.pasra>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: sergio.pasra
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-01-12 01:42:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1868279    

Description Miro Hrončok 2020-11-25 15:09:07 UTC
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok).

Your package (python-pymc3) Fails To Install in Fedora 34:

can't install python3-pymc3:
  - nothing provides python3.9dist(theano) >= 1.0.5 needed by python3-pymc3-3.9.3-2.fc34.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.

P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors.

P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/

Thanks!

Comment 1 Miro Hrončok 2020-12-18 10:10:29 UTC
*** Bug 1909080 has been marked as a duplicate of this bug. ***

Comment 2 Miro Hrončok 2020-12-18 10:11:22 UTC
Sergio, this does not appear to be fixed. What was the attempted fix?

Comment 3 Sergio Pascual 2020-12-18 17:44:31 UTC
It was problem with a dependency, python3-theano. The maintainer changed upstream from theano proper (that is unmaintained) to Theano-PyMC, a fork maintained by the pymc3 developers.

But the new theano RPM package provides python3.9dist(theano-pymc3) instead of python3.9dist(theano). This Provide is automatically computed from the name of the package, is that correct?


To fix python3-theano, can I add the following to python3-theano?

Provides: %{py3_dist theano}

Comment 4 Miro Hrončok 2020-12-18 19:01:02 UTC
(In reply to Sergio Pascual from comment #3)
> It was problem with a dependency, python3-theano. The maintainer changed
> upstream from theano proper (that is unmaintained) to Theano-PyMC, a fork
> maintained by the pymc3 developers.
> 
> But the new theano RPM package provides python3.9dist(theano-pymc3) instead
> of python3.9dist(theano).

What new theano RPM package?

> This Provide is automatically computed from the
> name of the package, is that correct?

From the name of the **Python package**.

> To fix python3-theano, can I add the following to python3-theano?
> 
> Provides: %{py3_dist theano}

Please don't. That package should not provide python3dist(theano). Instead, the pymc3 package might be patched to require theano-pymc3 instead of theano.

Comment 5 Sergio Pascual 2021-01-12 01:42:33 UTC
It's fixed

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