Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Mercurial is broken
@ 2021-12-13 17:56 rapha8l
  2021-12-13 18:19 ` Chocimier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rapha8l @ 2021-12-13 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2075 bytes --]

New issue by rapha8l on void-packages repository

https://github.com/void-linux/void-packages/issues/34514

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
Void 5.15.7_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFF

* package:  
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>``
mercurial-5.9.3_1

```
hg
Traceback (most recent call last):
  File "/usr/bin/hg", line 61, in <module>
    dispatch.run()
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/mercurial/dispatch.py", line 21, in <module>
    from .i18n import _
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "/usr/lib/python3.10/site-packages/mercurial/i18n.py", line 15, in <module>
    from .pycompat import getattr
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "/usr/lib/python3.10/site-packages/mercurial/pycompat.py", line 145, in <module>
    getargspec = inspect.getfullargspec
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "/usr/lib/python3.10/inspect.py", line 901, in <module>
    class _ClassFinder(ast.NodeVisitor):
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "/usr/lib/python3.10/ast.py", line 30, in <module>
    from enum import IntEnum, auto
ImportError: cannot import name 'auto' from 'enum' (/usr/lib/python3.10/site-packages/enum/__init__.py)

```


Thanks


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mercurial is broken
  2021-12-13 17:56 [ISSUE] Mercurial is broken rapha8l
@ 2021-12-13 18:19 ` Chocimier
  2021-12-13 20:08 ` rapha8l
  2021-12-13 20:08 ` [ISSUE] [CLOSED] " rapha8l
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-12-13 18:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/34514#issuecomment-992745234

Comment:
You have installed an `enum` package that hides standard one. It does not come from any Void package.
Remove it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mercurial is broken
  2021-12-13 17:56 [ISSUE] Mercurial is broken rapha8l
  2021-12-13 18:19 ` Chocimier
@ 2021-12-13 20:08 ` rapha8l
  2021-12-13 20:08 ` [ISSUE] [CLOSED] " rapha8l
  2 siblings, 0 replies; 4+ messages in thread
From: rapha8l @ 2021-12-13 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by rapha8l on void-packages repository

https://github.com/void-linux/void-packages/issues/34514#issuecomment-992844780

Comment:
Indeed
Thanks and sorry for the noise

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] Mercurial is broken
  2021-12-13 17:56 [ISSUE] Mercurial is broken rapha8l
  2021-12-13 18:19 ` Chocimier
  2021-12-13 20:08 ` rapha8l
@ 2021-12-13 20:08 ` rapha8l
  2 siblings, 0 replies; 4+ messages in thread
From: rapha8l @ 2021-12-13 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2078 bytes --]

Closed issue by rapha8l on void-packages repository

https://github.com/void-linux/void-packages/issues/34514

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
Void 5.15.7_1 x86_64 GenuineIntel uptodate rrrmFFFFFFFFFFF

* package:  
  *affected package(s) including the version*: ``xbps-query -p pkgver <pkgname>``
mercurial-5.9.3_1

```
hg
Traceback (most recent call last):
  File "/usr/bin/hg", line 61, in <module>
    dispatch.run()
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.10/site-packages/mercurial/dispatch.py", line 21, in <module>
    from .i18n import _
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "/usr/lib/python3.10/site-packages/mercurial/i18n.py", line 15, in <module>
    from .pycompat import getattr
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "/usr/lib/python3.10/site-packages/mercurial/pycompat.py", line 145, in <module>
    getargspec = inspect.getfullargspec
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "/usr/lib/python3.10/inspect.py", line 901, in <module>
    class _ClassFinder(ast.NodeVisitor):
  File "/usr/lib/python3.10/importlib/util.py", line 247, in __getattribute__
    self.__spec__.loader.exec_module(self)
  File "/usr/lib/python3.10/ast.py", line 30, in <module>
    from enum import IntEnum, auto
ImportError: cannot import name 'auto' from 'enum' (/usr/lib/python3.10/site-packages/enum/__init__.py)

```


Thanks


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-13 20:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-13 17:56 [ISSUE] Mercurial is broken rapha8l
2021-12-13 18:19 ` Chocimier
2021-12-13 20:08 ` rapha8l
2021-12-13 20:08 ` [ISSUE] [CLOSED] " rapha8l

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).