Le 2019-12-10 22:37, Frédéric Fauberteau a écrit :
Le 2019-12-10 22:00, Frédéric Fauberteau a écrit :Le 2019-12-10 17:25, Joerg Sonnenberger a écrit : > Please check much earlier in the build why it doesn't build. Failed to build these modules: _ctypes FredBefore and after the change of CPP from '${CC} -E' to 'clang-cpp', I have the same fuzzy message in my build log. Surprisingly, I did not see any error messages or anything else that could explain why the module failed to build. Fred
I was in a totally stupid situation of inconsistency!My pkg_install tools was built to use /var/db/pkg and my /usr/pkg/etc/mk.conf was configured with PKG_DBDIR= /usr/pkg/pkgdb. As a result, libffi was found by the mk framework but it was actually not installed.
Fred