Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Jun 2021 16:33:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256504] games/pysolfc 2.6.4 needs update due to python 3.8 incompatibility.
Message-ID:  <bug-256504-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256504

            Bug ID: 256504
           Summary: games/pysolfc 2.6.4 needs update due to python 3.8
                    incompatibility.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kai@FreeBSD.org
          Reporter: sven.a.jonsson@bahnhof.se
          Assignee: kai@FreeBSD.org
             Flags: maintainer-feedback?(kai@FreeBSD.org)

The current 2.6.4 version of pysolfc crashes at startup on new install of
FreeBSD 13.0 with

pysolfc
Traceback (most recent call last):
  File "/usr/local/bin/pysolfc", line 36, in <module>
    from pysollib.main import main  # noqa: E402,I202
  File "/usr/local/lib/python3.8/site-packages/pysollib/main.py", line 30, =
in
<module>
    from pysollib.app import Application
  File "/usr/local/lib/python3.8/site-packages/pysollib/app.py", line 31, in
<module>
    from pysollib.gamedb import GAME_DB, GI, loadGame
  File "/usr/local/lib/python3.8/site-packages/pysollib/gamedb.py", line 28=
, in
<module>
    from pysollib.mfxutil import Struct, print_err
  File "/usr/local/lib/python3.8/site-packages/pysollib/mfxutil.py", line 1=
46,
in <module>
    uclock =3D time.clock
AttributeError: module 'time' has no attribute 'clock'

This was reported to upstream in
"https://github.com/shlomif/PySolFC/issues/145" as an incompatibility with
python 3.8 and is fixed in newer versions.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256504-7788>