You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which architectures were you using or does this bug affect?
x86_64
Which platforms were you using or does this bug affect?
kvm
Relevant log output
`CC libnewlibglue: crypt_r.o
CC libnewlibglue: crypt_sha256.o
CC libnewlibglue: crypt_sha512.o
CC libnewlibglue: encrypt.o
LD libnewlibglue.ld.o
OBJCOPY libnewlibglue.o
CC libsqlite: shell.o
CC libsqlite: sqlite3.o
LD libsqlite.ld.o
OBJCOPY libsqlite.o
CC libpython3: init.unikraft.o
CC libpython3: modules_config.unikraft.o
/home/ubuntu/temp/uk-event-manager/uk_workdir/libs/python3/modules_config.c:293:16: error: ‘PyInit__sqlite3’ undeclared here (not in a function); did you mean ‘PyInit__tkinter’?
293 | {"sqlite", PyInit__sqlite3},
| ^~~~~~~~~~~~~~~
| PyInit__tkinter
/home/ubuntu/temp/uk-event-manager/uk_workdir/libs/python3/modules_config.c:293:5: warning: missing initializer for field ‘initfunc’ of ‘struct _inittab’ [-Wmissing-field-initializers]
293 | {"sqlite", PyInit__sqlite3},
| ^
In file included from /home/ubuntu/temp/uk-event-manager/build/libpython3/origin/Python-3.7.4/Include/Python.h:145,
from /home/ubuntu/temp/uk-event-manager/uk_workdir/libs/python3/include/Python.h:39,
from /home/ubuntu/temp/uk-event-manager/uk_workdir/libs/python3/modules_config.c:20:
/home/ubuntu/temp/uk-event-manager/build/libpython3/origin/Python-3.7.4/Include/import.h:122:17: note: ‘initfunc’ declared here
122 | PyObject* (*initfunc)(void);
| ^~~~~~~~
make[1]: *** [/home/ubuntu/temp/uk-event-manager/uk_workdir/unikraft/support/build/Makefile.build:27: /home/ubuntu/temp/uk-event-manager/build/libpython3/modules_config.unikraft.o] Error 1
make: *** [Makefile:1008: sub-make] Error 2`
The text was updated successfully, but these errors were encountered:
Describe the bug
Cannot compile the unikernel when i enable the sqlite python3 extension
Steps to reproduce
Which architectures were you using or does this bug affect?
x86_64
Which platforms were you using or does this bug affect?
kvm
Relevant log output
The text was updated successfully, but these errors were encountered: