[MCOL-1231] Get a cmake error while building releases without both Python versions installed instead of a warning Created: 2018-02-23 Updated: 2023-10-26 Resolved: 2018-03-23 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.3 |
| Fix Version/s: | 1.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-05, 2018-06 |
| Description |
|
During the 1.1.3 release there was a slight miscommunication about the packet dependencies required to build the packets for releases. Forcing cmake to check for both Python versions during release should resolve it. Maybe possible to distinguish between release and normal make install. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2018-03-23 ] |
|
Build tested: 1.1.4-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #104 from mariadb-corporation/davidhilldallas-patch-3 update version /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #427 from mariadb-corporation/ Mcol 1225 - fix mysql/lib library path [root@localhost mariadb-columnstore-api]# git show Merge pull request #61 from mariadb-corporation/1.1-mergeup-20180322 Merge develop-1.1 into develop Without Python 3.4 [root@localhost mariadb-columnstore-api]# cmake . -DRPM=centos7 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DTEST_RUNNER=on -DRUN_CPPCHECK=ON CMake Error at python/CMakeLists.txt:62 (MESSAGE): – Configuring incomplete, errors occurred! With Python 3.4 Installed: Complete! |
| Comment by Daniel Lee (Inactive) [ 2018-03-23 ] |
|
Closed per my last night. |