Date: Sun, 14 Mar 2021 10:54:06 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 253815] lang/python38: switch default version of python from 3.7 to 3.8 Message-ID: <bug-253815-21822-2TausuujX0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253815-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-253815-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253815 --- Comment #49 from commit-hook@FreeBSD.org --- A commit references this bug: Author: kai Date: Sun Mar 14 10:53:05 UTC 2021 New revision: 568377 URL: https://svnweb.freebsd.org/changeset/ports/568377 Log: games/adonthell: Fix linking with Python 3.8 and onwards * Link against libpython via the "--embed" flag for Python 3.8 and onward= s. Excerpt from the log: main.o: In function `main': main.cc:(.text+0x1af): undefined reference to `PyImport_AppendInittab' main.cc:(.text+0x1c2): undefined reference to `Py_DecodeLocale' main.cc:(.text+0x1cf): undefined reference to `Py_SetProgramName' main.cc:(.text+0x4e9): undefined reference to `PyModule_GetDict' [...] PR: 253815 Changes: head/games/adonthell/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253815-21822-2TausuujX0>