Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#60515 - tmuxp 1.5.0a1 no longer runs

Attached to Project: Community Packages
Opened by Samuel (swalladge) - Sunday, 21 October 2018, 04:45 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 04 November 2018, 00:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Tmuxp depends on python-colorama v0.3.9 ( https://github.com/tmux-python/tmuxp/blob/v1.5.0a/Pipfile#L28 ). Current version of python-colorama in Community is 0.4.0. This prevents tmuxp installed via the official repositories from working.

Additional info:

Traceback:

```
❯ tmuxp
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 578, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 895, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (colorama 0.4.0 (/usr/lib/python3.7/site-packages), Requirement.parse('colorama==0.3.9'), {'tmuxp'})

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/tmuxp", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3112, in <module>
@_call_aside
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3096, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3125, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 580, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 593, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 781, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'colorama==0.3.9' distribution was not found and is required by tmuxp
```

Steps to reproduce:

`sudo pacman -Syu tmuxp`. Attempt to run. See traceback as above.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 04 November 2018, 00:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  tmuxp 1.5.0a-2

Loading...