[Bug 1861050] Re: FTBFS with python 3.8

2020-01-28 Thread Andreas Hasenack
** 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

[Bug 1861050] Re: FTBFS with python 3.8

2020-01-27 Thread Andreas Hasenack
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.

[Bug 1861050] Re: FTBFS with python 3.8

2020-01-27 Thread Andreas Hasenack
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 |