diff options
| author | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-01-12 12:25:34 +0000 |
|---|---|---|
| committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2026-01-12 12:25:34 +0000 |
| commit | 8a712f40160ee5090c5029d7f184541558830d2b (patch) | |
| tree | 08141fa502fda67cd61011c215cad2a4b493c0ff /lang/gcc13/ssh:/git@gitrepo.FreeBSD.org/ports.git | |
| parent | b8fd079420edece65bcc8eb7c7b3e579b9e18e58 (diff) | |
This is temporary workaround for build error:
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.50/src/libs/xpcom18a4/python/src/VariantUtils.cpp:197:7: error: use of undeclared identifier 'PyUnicode_GET_SIZE'; did you mean 'PyDict_GET_SIZE'?
if (PyUnicode_GET_SIZE(val_use) == 0) {
^~~~~~~~~~~~~~~~~~
PyDict_GET_SIZE
/usr/local/include/python3.12/cpython/dictobject.h:53:26: note: 'PyDict_GET_SIZE' declared here
static inline Py_ssize_t PyDict_GET_SIZE(PyObject *op) {
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.50/src/libs/xpcom18a4/python/src/VariantUtils.cpp:501:38: error: use of undeclared identifier 'PyUnicode_AS_UNICODE'
FILL_SIMPLE_POINTER( PRUnichar, *PyUnicode_AS_UNICODE(val_use) );
^
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-6.1.50/src/libs/xpcom18a4/python/src/VariantUtils.cpp:829:8: error: use of undeclared identifier 'PyUnicode_GetSize'
if (PyUnicode_GetSize(ob) == 0) {
^
Support for the python 3.12+ was added in the VirtualBox 7.0.
Maybe I'll partially port this in older VirtualBox ports later.
PR: 292189 285957
Diffstat (limited to 'lang/gcc13/ssh:/git@gitrepo.FreeBSD.org/ports.git')
0 files changed, 0 insertions, 0 deletions
