Github messages for voidlinux
 help / color / mirror / Atom feed
From: kruceter <kruceter@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Syncplay crashes when attempting to join server with python 3.11
Date: Sat, 12 Nov 2022 02:21:25 +0100	[thread overview]
Message-ID: <20221112012125.pnJUQWtEH9DVarB3lbgfnB1WoxOHyK3qMzOLC0ezI6s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40475@inbox.vuxu.org>

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/issues/40475#issuecomment-1312300309

Comment:
I could reproduce this traceback.

The fault lays with the outdated python3-automat (symlink to python-automat).

Updating it to 22.10.0 solved this issue for me.

@mtroberts, you can use the patch below to build that package locally until it is updated in the repository:

```diff
diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template
index 8b3f99f196..42efed39d3 100644
--- a/srcpkgs/python-automat/template
+++ b/srcpkgs/python-automat/template
@@ -1,7 +1,7 @@
 # Template file for 'python-automat'
 pkgname=python-automat
-version=20.2.0
-revision=5
+version=22.10.0
+revision=1
 build_style=python-module
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools python-attrs python-six"
@@ -11,7 +11,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"
 homepage="https://github.com/glyph/Automat"
 distfiles="${PYPI_SITE}/A/Automat/Automat-${version}.tar.gz"
-checksum=7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33
+checksum=e56beb84edad19dcc11d30e8d9b895f75deeb5ef5e96b84a467066b3b84bb04e
 alternatives="automat:automat-visualize:/usr/bin/automat-visualize2"
 
 pre_build() {
```

  reply	other threads:[~2022-11-12  1:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-12  0:26 [ISSUE] " mtroberts
2022-11-12  1:21 ` kruceter [this message]
2022-11-12  1:24 ` TinfoilSubmarine
2022-11-12 21:36 ` [ISSUE] [CLOSED] " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221112012125.pnJUQWtEH9DVarB3lbgfnB1WoxOHyK3qMzOLC0ezI6s@z \
    --to=kruceter@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).