Re: [cmake-developers] cmake on AIX

2018-06-25 Thread REIX, Tony
From: Rolf Eike Beer To: cmake-developers@cmake.org Subject: Re: [cmake-developers] cmake on AIX Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed Am 2018-06-22 14:11, schrieb REIX, Tony: > Hi Brad, > > > Still investigating why MariaDB does not build. > > >

Re: [cmake-developers] cmake on AIX

2018-06-22 Thread Rolf Eike Beer
Am 2018-06-22 14:11, schrieb REIX, Tony: Hi Brad, Still investigating why MariaDB does not build. We have the following trace: CMake Error at /opt/freeware/src/packages/BUILD/mariadb-10.3.7/64bit/CMakeFiles/CMakeTmp/CMakeLists.txt:14 cmake_minimum_required(VERSION 3.11.4.0) set(CMAKE_MODUL

Re: [cmake-developers] cmake on AIX

2018-06-22 Thread REIX, Tony
de Provence - 38432 Échirolles - France www.atos.net<https://mail.ad.bull.net/owa/redir.aspx?C=PvphmPvCZkGrAgHVnWGsdMcDKgzl_dEIsM6rX0g4u4v8V81YffzBGkWrtQeAXNovd3ttkJL8JIc.&URL=http%3a%2f%2fwww.atos.net%2f> De : Brad King Envoyé : mardi 19 juin 2018 19:27:17 À : REIX, Tony; cmake-developers@cmake.org Cc : APEKE, SE

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
les - France www.atos.net<https://mail.ad.bull.net/owa/redir.aspx?C=PvphmPvCZkGrAgHVnWGsdMcDKgzl_dEIsM6rX0g4u4v8V81YffzBGkWrtQeAXNovd3ttkJL8JIc.&URL=http%3a%2f%2fwww.atos.net%2f> De : Brad King Envoyé : mardi 19 juin 2018 17:57:54 À : REIX, Tony; cmake-developer

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
e-developers@cmake.org Cc : APEKE, SENA (ext) Objet : RE:[cmake-developers] cmake on AIX Hi Brad, With cmake 3.2.3 , Séna is able to build MariaDB. However, with version 3.11.1 , we have issues (core or hang of cmake, and other issues). Investigating. We'll move to 3.11.3 asap in order to see

Re: [cmake-developers] cmake on AIX

2018-06-13 Thread REIX, Tony
SENA (ext) Objet : Re: [cmake-developers] cmake on AIX On 06/12/2018 09:36 AM, REIX, Tony wrote: > I never saw any package built on AIX using pthread or ppc64/pthread > We have to understand why cmake is different. We use C++11 std::thread. It requires GCC's -pthread flag on AIX, and t

Re: [cmake-developers] cmake on AIX

2018-06-12 Thread Brad King
On 06/12/2018 09:36 AM, REIX, Tony wrote: > I never saw any package built on AIX using pthread or ppc64/pthread > We have to understand why cmake is different. We use C++11 std::thread. It requires GCC's -pthread flag on AIX, and that flag changes the standard library that is used. -Brad -- Po

Re: [cmake-developers] cmake on AIX

2018-06-12 Thread REIX, Tony
Hi Brad, You said: > I think that should solve any problems with running CMake in environments > different than it was built. Yes. Tests may be OK though cmake does not work with complex package to build. > The LIBPATH is > > /opt/freeware/lib/gcc/powerpc-ibm-aix7.2.0.0/7.2.0/pthread:/opt/f

Re: [cmake-developers] cmake on AIX

2018-06-12 Thread Brad King
On 06/12/2018 03:38 AM, REIX, Tony wrote: > Did you use cmake built on AIX for building a project with it? > cmake tests are 98% OK here though that does not work with mariaDB. The test suite passes and that is mostly made up of project-like tests. It's also built using an existing CMake/CTest on

Re: [cmake-developers] cmake on AIX

2018-06-12 Thread REIX, Tony
: APEKE, SENA (ext) Objet : Re: [cmake-developers] cmake on AIX On 06/11/2018 11:16 AM, REIX, Tony wrote: > We are building cmake now only with GCC (6.3.0 for now) on AIX 6.1 . > Which GCC compiler version are you using on AIX ? GCC 7.2. We previously tested with 6.1 and that worked too. &g

Re: [cmake-developers] cmake on AIX

2018-06-11 Thread Brad King
On 06/11/2018 11:16 AM, REIX, Tony wrote: > We are building cmake now only with GCC (6.3.0 for now) on AIX 6.1 . > Which GCC compiler version are you using on AIX ? GCC 7.2. We previously tested with 6.1 and that worked too. > It appears that the cmake executable has been built so that it looks

Re: [cmake-developers] cmake on AIX

2018-06-11 Thread REIX, Tony
6:06 À : REIX, Tony; cmake-developers@cmake.org Cc : APEKE, SENA (ext) Objet : Re: [cmake-developers] cmake on AIX On 06/08/2018 11:56 AM, REIX, Tony wrote: > We'd like to know if cmake has already been ported on AIX. Yes, it has long worked on AIX. We have nightly testing on AIX 7.2 with b

Re: [cmake-developers] cmake on AIX

2018-06-11 Thread Brad King
On 06/08/2018 11:56 AM, REIX, Tony wrote: > We'd like to know if cmake has already been ported on AIX. Yes, it has long worked on AIX. We have nightly testing on AIX 7.2 with both GCC 7.2 and XL 13.1. A couple of tests are disabled for those builds but it works in general. Since CMake 3.10 we r