** Changed in: sssd (Ubuntu)
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1861050
Title:
FTBFS with python 3.8
To manage notifications about this bu
It's a somewhat incorrect sed being applied in configure:
python_lib_path="` $PYTHON_CONFIG --ldflags | grep -o -- '-L/[^ ]*' | sed -e
's/^-L//'`"
That is what generates the two lines, on purpose apparently:
$ python3.8-config --ldflags | grep -o -- '-L/[^ ]*' | sed -e 's/^-L//'
/usr/lib/python3.
Error seems to be this extra newline:
| #define PYTHON_DLOPEN_LIB "/usr/lib/python3.8/config-3.8-x86_64-linux-gnu
| /usr/lib/libpython3.8.so"
conftest.c:170:27: warning: missing terminating " character
170 | #define PYTHON_DLOPEN_LIB
"/usr/lib/python3.8/config-3.8-x86_64-linux-gnu
|