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 1842095 - mnemosyne fails to build with Python 3.9: No module named 'xml.etree.cElementTree'
Summary: mnemosyne fails to build with Python 3.9: No module named 'xml.etree.cElement...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: mnemosyne
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 1845698 (view as bug list)
Depends On:
Blocks: F33FTBFS F33FailsToInstall PYTHON39
TreeView+ depends on / blocked
 
Reported: 2020-05-30 17:32 UTC by Igor Raits
Modified: 2023-09-12 03:17 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-07-21 17:16:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Igor Raits 2020-05-30 17:32:50 UTC
Hello,

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

Your package (mnemosyne) Fails To Install in Fedora 33:

can't install mnemosyne:
  - nothing provides python(abi) = 3.8 needed by mnemosyne-2.6.1-5.fc33.noarch
  
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-06-05 08:49:24 UTC
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/nose/case.py", line 381, in setUp
    try_run(self.inst, ('setup', 'setUp'))
  File "/usr/lib/python3.9/site-packages/nose/util.py", line 471, in try_run
    return func()
  File "/builddir/build/BUILD/Mnemosyne-2.6.1/tests/test_tsv_import.py", line 47, in setup
    self.mnemosyne.initialise(os.path.abspath("dot_test"), automatic_upgrades=False)
  File "/builddir/build/BUILD/Mnemosyne-2.6.1/mnemosyne/libmnemosyne/__init__.py", line 183, in initialise
    self.register_components()
  File "/builddir/build/BUILD/Mnemosyne-2.6.1/mnemosyne/libmnemosyne/__init__.py", line 248, in register_components
    importlib.import_module(module_name), class_name)
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 790, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/builddir/build/BUILD/Mnemosyne-2.6.1/mnemosyne/libmnemosyne/file_formats/mnemosyne1_xml.py", line 7, in <module>
    from xml.etree import cElementTree
ImportError: cannot import name 'cElementTree' from 'xml.etree' (/usr/lib/python3.9/xml/etree/__init__.py)


See https://docs.python.org/3.9/whatsnew/3.9.html#removed

"The xml.etree.cElementTree module has been removed, use the xml.etree.ElementTree module instead. Since Python 3.3 the xml.etree.cElementTree module has been deprecated, the xml.etree.ElementTree module uses a fast implementation whenever available."

Comment 2 Igor Raits 2020-06-08 07:00:42 UTC
Hello,

This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs).

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.

Comment 3 Fedora Admin user for bugzilla script actions 2020-06-12 02:50:20 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 4 Igor Raits 2020-06-12 17:19:32 UTC
Hello,

This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs).

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.

Comment 5 Igor Raits 2020-06-30 06:51:34 UTC
This package has been orphaned.

You can pick it up at https://src.fedoraproject.org/rpms/zypper by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution.

Comment 6 Igor Raits 2020-06-30 09:33:33 UTC
This package has been orphaned.

You can pick it up at https://src.fedoraproject.org/rpms/mnemosyne by clicking button "Take". If nobody picks it up, it will be retired and removed from a distribution.

Comment 7 Miro Hrončok 2020-07-11 18:06:37 UTC
*** Bug 1845698 has been marked as a duplicate of this bug. ***

Comment 8 Miro Hrončok 2020-07-21 17:16:23 UTC
Automation has figured out the package is retired in rawhide.

If you like it to be unretired, please open a ticket at https://pagure.io/releng/new_issue?template=package_unretirement

Comment 9 Red Hat Bugzilla 2023-09-12 03:17:19 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


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