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 2219982 - F39FailsToInstall: electron-cash
Summary: F39FailsToInstall: electron-cash
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: electron-cash
Version: 39
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jonny Heggheim
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F40FailsToInstall PYTHON3.12
TreeView+ depends on / blocked
 
Reported: 2023-07-05 19:03 UTC by Fedora Fails To Install
Modified: 2023-11-29 10:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-29 10:18:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github Electron-Cash Electron-Cash issues 2661 0 None open Fails to build on Python 3.12 2023-07-18 18:31:58 UTC
Github Electron-Cash Electron-Cash issues 2704 0 None open Make a release that works with Python 3.12 2023-10-02 16:25:27 UTC

Description Fedora Fails To Install 2023-07-05 19:03:47 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (electron-cash) Fails To Install in Fedora 39:

can't install electron-cash:
  - nothing provides python3.11dist(requests) needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python3.11dist(certifi) needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python3.11dist(qrcode) needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python3.11dist(jsonrpclib-pelix) needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python3.11dist(pathvalidate) needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python(abi) = 3.11 needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python3.11dist(dnspython) >= 2 needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides (python3.11dist(protobuf) < 4~~ with python3.11dist(protobuf) >= 3.19.6) needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python3.11dist(ecdsa) >= 0.9 needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python3.11dist(pysocks) >= 1.6.6 needed by electron-cash-4.3.1-1.fc39.noarch
  - nothing provides python3.11dist(python-dateutil) < 2.9~~ needed by electron-cash-4.3.1-1.fc39.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. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-39-x86_64 --config-opts mirrored=False install electron-cash


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/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Fedora Fails To Install 2023-07-13 11:39:34 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

This package fails to install and maintainers are advised to take one of the following actions:

 - Fix this bug and close this bugzilla once the update makes it to the repository.
   (The same script that posted this comment will eventually close this bugzilla
   when the fixed package reaches the repository, so you don't have to worry about it.)

or

 - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet.

or

 - Orphan the package if you no longer plan to maintain it.


If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue.
This package may be orphaned in 7+ weeks.
This is the first reminder (step 3) from the policy.

Don't hesitate to ask for help on devel.org if you are unsure how to fix this bug.

Comment 2 Jonny Heggheim 2023-07-18 18:31:58 UTC
Reported upstream

Comment 3 Fedora Release Engineering 2023-08-16 07:15:44 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle.
Changing version to 39.

Comment 4 Ben Beasley 2023-09-18 14:16:26 UTC
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -sP'
Traceback (most recent call last):
  File "/builddir/build/BUILD/Electron-Cash-4.3.1/setup.py", line 10, in <module>
    import imp
ModuleNotFoundError: No module named 'imp'

“Deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib.”

https://docs.python.org/3/library/imp.html

Comment 5 Ben Beasley 2023-09-18 14:18:42 UTC
Looks like there is a patch available upstream for at least the imp removal:

https://github.com/Electron-Cash/Electron-Cash/commit/f98c8b274f532196c16a9fc3b7c1e2e1ea21e26b

Further Python 3.12 fixes are in:

https://github.com/Electron-Cash/Electron-Cash/pull/2662

You may find it best to package a post-release snapshot.

Comment 6 Jonny Heggheim 2023-09-18 14:37:38 UTC
Yes, the patch have been applied to rawhide https://src.fedoraproject.org/rpms/electron-cash/c/0c568c92847488295b5c018a00c3a8b1b49e9581?branch=rawhide

I hoped that upstream would soon release a new version with fixes for Python 3.12 for runtime.

Comment 7 Jonny Heggheim 2023-09-18 16:02:19 UTC
I have asked upstream if they can do a release.

Comment 8 Jonny Heggheim 2023-10-02 16:25:27 UTC
Still waiting for upstream to make a release, maybe the release of Python 3.12 will help speedup a release. If not then I will package master before Fedora 39 is released.

Comment 9 Ben Beasley 2023-10-02 16:33:59 UTC
(In reply to Jonny Heggheim from comment #8)
> Still waiting for upstream to make a release, maybe the release of Python
> 3.12 will help speedup a release. If not then I will package master before
> Fedora 39 is released.

Just to make sure you know, the Fedora 39 Final Freeze is tomorrow.

Comment 10 Fedora Fails To Install 2023-11-05 19:27:36 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

All subpackages of a package against which this bug was filled are now installable or removed from Fedora 39.

Thanks for taking care of it!

Comment 11 Fedora Fails To Install 2023-11-29 10:18:46 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

All subpackages of a package against which this bug was filled are now installable or removed from Fedora 40.

Thanks for taking care of it!


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