[MCOL-1316] centos 6 mariadb columnstore server fails to build in 1.1.4 Created: 2018-03-30 Updated: 2018-05-07 Resolved: 2018-05-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | 1.1.4 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | David Hill (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
centos 6 |
||
| Description |
|
building using develop-1.1 branch, server fails to compile on centos 6. compiles on centos 7 Submodule 'libmariadb' (https://github.com/MariaDB/mariadb-connector-c) registered for path 'libmariadb' this show up on centos 7 builds, which is new == Configuring MariaDB Connector/C /home/builder/mariadb-columnstore-server/storage/tokudb/PerconaFT/xz/src/build_lzma/build-aux/missing: line 52: aclocal-1.11: command not found |
| Comments |
| Comment by David Hill (Inactive) [ 2018-04-02 ] |
|
on local centos 6 builder machine, got a successful build after I did the following. trying that on the buildbot next.. yum -y update |
| Comment by David Hill (Inactive) [ 2018-04-02 ] |
|
but it upgrade to 6.9... so still investigating if 6.7 will build or not |
| Comment by David Hill (Inactive) [ 2018-04-03 ] |
|
continuing wierdness with the server centos 6.7 build... I dont know when this started or if its the issue, but the build is trying to do a submodule into the Mariadb server github, it seems... [root@ip-10-0-0-13 mariadb-columnstore-server]# cmake . -DWITH_READLINE=1 -DRPM=centos7 -DPLUGIN_CONNECT=NO -DINSTALL_LAYOUT=RPM -DWITH_WSREP=OFF -DCMAKE_INSTALL_PREFIX=/usr/local/mariadb/columnstore/mysql -DCPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION=/usr/local fatal: HTTP request failed git submodule update --init Then restart the build. Call Stack (most recent call first): – Configuring incomplete, errors occurred! Merge pull request #104 from mariadb-corporation/davidhilldallas-patch-3 update version |
| Comment by David Thompson (Inactive) [ 2018-05-07 ] |
|
This was fixed obviously |