[Bug 253815] lang/python38: switch default version of python from 3.7 to 3.8

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 14 10:54:07 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253815

--- Comment #49 from commit-hook at 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 onwards.

  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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list