Re: [cmake-developers] cmake on AIX

2018-06-19 Thread Brad King
On 06/19/2018 12:17 PM, REIX, Tony wrote: > So, it looks like cmake gets data for the CMAKE_REQUIRED_LIBRARIES > from these 2 aboves places, but it does not transform the " " blank > separators by ";" ?!! It's MariaDB's CMake code that is doing that, not CMake itself. -Brad -- Powered by www.k

Re: [cmake-developers] cmake on AIX

2018-06-19 Thread REIX, Tony
Hi Brad, Thanks for the information! About MariaDB current issue, the only trace I see dealing with the string breaking cmake is: /opt/freeware/src/packages/BUILD/mariadb-10.3.1/64bit/libmariadb/cmake/FindGSSAPI.cmake(94): message(STATUS Found GSSAPI: ${GSSAPI_LIBS} ) -- Found GSSAPI: -L/o

Re: [cmake-developers] cmake on AIX

2018-06-19 Thread Brad King
On 06/19/2018 11:48 AM, REIX, Tony wrote: > However, we've found yet no information about how to: > >    a) run one test, > >    b) get more traces, ctest -R $regex_matching_tests_to_run -V >    c) know where are the logs. See the Testing/* directory. When not running in dashboard client mode

Re: [cmake-developers] cmake on AIX

2018-06-19 Thread REIX, Tony
Hi, We moved to AIX 7.1 . With cmake 3.11.4 . In this environment, we were able to build cmake. However, there are 7 cmake tests which fails. When using this cmake for building MariaDB, it fails with an unclear error message (see below). Any idea ? We'd like to investigate and fix these 7