Bug 2021902 - nyx fails to build with Python 3.11: AttributeError: module 'stem.util.log' has no attribute 'LogBuffer'
Summary: nyx fails to build with Python 3.11: AttributeError: module 'stem.util.log' h...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: nyx
Version: 36
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Juan Orti
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 2098759 (view as bug list)
Depends On:
Blocks: PYTHON3.11 F37FTBFS F37FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2021-11-10 12:11 UTC by Tomáš Hrnčiar
Modified: 2022-07-04 09:17 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-07-04 09:17:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github torproject nyx issues 49 0 None open nyx fails to build with Python 3.11.0a2 2021-11-10 19:18:46 UTC

Description Tomáš Hrnčiar 2021-11-10 12:11:11 UTC
nyx fails to build with Python 3.11.0a2.

+ /usr/bin/python3 run_tests.py
Traceback (most recent call last):
  File "/builddir/build/BUILD/nyx-2.1.0/run_tests.py", line 80, in <module>
    main()
    ^^^^^^
  File "/usr/lib/python3.11/site-packages/stem/util/conf.py", line 288, in wrapped
    if 'config' in inspect.getargspec(func).args:
                   ^^^^^^^^^^^^^^^^^^
AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?

Removed from the inspect module:
    the getargspec function, deprecated since Python 3.0; use
    inspect.signature() or inspect.getfullargspec() instead.

https://bugs.python.org/issue45320
https://docs.python.org/3.11/whatsnew/3.11.html


For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.11/fedora-rawhide-x86_64/02939363-nyx/

For all our attempts to build nyx with Python 3.11, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/package/nyx/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.11:
https://copr.fedorainfracloud.org/coprs/g/python/python3.11/

Let us know here if you have any questions.

Python 3.11 is planned to be included in Fedora 37. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.11.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Ben Cotton 2022-02-08 21:30:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 36 development cycle.
Changing version to 36.

Comment 2 Miro Hrončok 2022-06-20 10:15:29 UTC
*** Bug 2098759 has been marked as a duplicate of this bug. ***

Comment 3 Miro Hrončok 2022-06-27 14:52:27 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 4 Juan Orti 2022-06-28 06:03:22 UTC
I've submitted python-stem-1.8.0^20220627git4e3917c-16.fc37 which will allow to build nyx

Comment 5 Tomáš Hrnčiar 2022-06-28 11:54:58 UTC
I've tried to build it, but it seems like there is also some another error in nyx.

+ /usr/bin/python3 run_tests.py
Traceback (most recent call last):
  File "/builddir/build/BUILD/nyx-2.1.0/run_tests.py", line 18, in <module>
    import nyx
    ^^^^^^^^^^
  File "/builddir/build/BUILD/nyx-2.1.0/nyx/__init__.py", line 767, in <module>
    import nyx.panel.log
    ^^^^^^^^^^^^^^^^^^^^
  File "/builddir/build/BUILD/nyx-2.1.0/nyx/panel/log.py", line 69, in <module>
    NYX_LOGGER = log.LogBuffer(log.Runlevel.DEBUG, yield_records = True)
                 ^^^^^^^^^^^^^
AttributeError: module 'stem.util.log' has no attribute 'LogBuffer'

https://kojipkgs.fedoraproject.org//work/tasks/2436/88842436/build.log

Comment 6 Miro Hrončok 2022-07-04 09:17:04 UTC
Hello,

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

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

Thanks for taking care of it!


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