[MCOL-504] CMake Error at storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake:177 (message): Created: 2017-01-12 Updated: 2019-01-16 Resolved: 2017-01-16 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | 1.0.6 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Masaaki Yoshikawa | Assignee: | Andrew Hutchings (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS:centos7 3.10.0-327.36.3.el7.x86_64 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Sprint: | 2017-01 | ||||||||
| Description |
|
CMake Error at storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake:177 (message): storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake's Line 177 is check_cxx_compiler_flag error.
|
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2017-01-12 ] |
|
Hi Masaaki, You appear to be using CentOS/RedHat 6 64bit based on the logs. Can you please let us know what flags you provided cmake when you compiled? |
| Comment by Masaaki Yoshikawa [ 2017-01-12 ] |
|
Dear Andrew Hutchings-san, I'm using default Centos7 env. without customize settings. [myoshika@cent7 work]$ cmake --version and DL mariadb-columnstore-server-columnstore-1.0.6.tar.gz I see README.md's building process refarence. |
| Comment by Andrew Hutchings (Inactive) [ 2017-01-12 ] |
|
Thank you for this information. I'll take a look at this and attempt to reproduce it as soon as possible. |
| Comment by Andrew Hutchings (Inactive) [ 2017-01-12 ] |
|
I'm just about to jump on a plane but have taken another quick look at this. It looks like cmake suddenly mixes up cc and c++ on your system half way through the checks. I'll analyse this next week when I'm back in the office. In the mean time I recommend running a "yum update" you appear to have an older version of GCC and cmake and possibly other dependencies too. You would then need to remove CMakeCache.txt to try again. Alternatively you can use the packages we have built for CentOS 7. |
| Comment by Masaaki Yoshikawa [ 2017-01-13 ] |
|
I missed centos6's boost 1.55 build process. I apologize for the inconvenience of investigation. Summary: |
| Comment by Andrew Hutchings (Inactive) [ 2017-01-16 ] |
|
Glad you got it fixed. Many thanks for letting us know. |