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 1370105 - poezio doesn't start because of missing aiodns
Summary: poezio doesn't start because of missing aiodns
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: poezio
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthieu Saulnier
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1383107
TreeView+ depends on / blocked
 
Reported: 2016-08-25 10:36 UTC by Frederik Holden
Modified: 2018-05-19 03:36 UTC (History)
5 users (show)

Fixed In Version: poezio-0.11-1.fc28 poezio-0.11-1.fc26 poezio-0.11-1.fc27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-05-19 02:00:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Frederik Holden 2016-08-25 10:36:18 UTC
Description of problem:
When trying to start poezio, it crashes with the following output:

Traceback (most recent call last):
  File "/usr/bin/poezio", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 3141, in <module>
    @_call_aside
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 3127, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 3154, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 640, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 941, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 828, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'aiodns' distribution was not found and is required by poezio

Version-Release number of selected component (if applicable):
poezio-0.9-0.5.dfd6042.fc24.x86_64

How reproducible:
100%

Steps to Reproduce:
1. Install poezio
2. Run poezio from the command line
3. Observe the crash

Actual results:
Poezio doesn't start

Expected results:
Poezio starts

Additional info:
N/A

Comment 1 Fedora End Of Life 2017-07-25 22:38:21 UTC
This message is a reminder that Fedora 24 is nearing its end of life.
Approximately 2 (two) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 24. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '24'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 24 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 2 Frederik Holden 2017-08-08 12:04:02 UTC
Still present in current Fedora versions.

Comment 3 Fedora End Of Life 2017-08-08 16:48:00 UTC
Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 4 Frederik Holden 2017-08-08 18:52:50 UTC
Still present, so reopening.

Comment 5 Matthieu Saulnier 2017-10-02 20:03:39 UTC
Just for information, I planned to package aiodns and its dependancies this month.
It will come, it will come...

Comment 6 Jan Kratochvil 2017-12-07 10:41:21 UTC
Still present in F-27: poezio-0.9-0.10.dfd6042.fc27.x86_64

Comment 7 Fedora End Of Life 2018-05-03 08:02:32 UTC
This message is a reminder that Fedora 26 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 26. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '26'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 26 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 8 Frederik Holden 2018-05-03 12:44:23 UTC
Changed version to F27. python3-aiodns is packaged now, so poezio should require it. If you install it, it still fails to start because of missing slixmpp, which is packaged as python3-slixmpp but has no versions released yet.

Comment 9 Matthieu Saulnier 2018-05-06 08:38:48 UTC
(In reply to Frederik Holden from comment #8)
> Changed version to F27. python3-aiodns is packaged now, so poezio should
> require it. If you install it, it still fails to start because of missing
> slixmpp, which is packaged as python3-slixmpp but has no versions released
> yet.

python3-slixmpp is actually in testing repository for f28, f27, f26 and will request stable today.

https://bodhi.fedoraproject.org/updates/FEDORA-2018-f82aa08235
https://bodhi.fedoraproject.org/updates/FEDORA-2018-ab2902cfe0
https://bodhi.fedoraproject.org/updates/FEDORA-2018-0d826cd39b

Comment 10 Fedora Update System 2018-05-07 16:49:24 UTC
poezio-0.11-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-7b0bc01721

Comment 11 Fedora Update System 2018-05-07 16:50:02 UTC
poezio-0.11-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-7e6165ad87

Comment 12 Fedora Update System 2018-05-07 16:50:46 UTC
poezio-0.11-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-813a66196e

Comment 13 Fedora Update System 2018-05-09 22:27:24 UTC
poezio-0.11-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-813a66196e

Comment 14 Fedora Update System 2018-05-09 23:30:20 UTC
poezio-0.11-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-7e6165ad87

Comment 15 Fedora Update System 2018-05-10 01:28:24 UTC
poezio-0.11-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-7b0bc01721

Comment 16 Fedora Update System 2018-05-19 02:00:08 UTC
poezio-0.11-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.

Comment 17 Fedora Update System 2018-05-19 03:07:04 UTC
poezio-0.11-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 18 Fedora Update System 2018-05-19 03:36:36 UTC
poezio-0.11-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.


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