[MCOL-143] build/bootstrap tries to create /include directory Created: 2016-06-15  Updated: 2016-08-30  Resolved: 2016-08-30

Status: Closed
Project: MariaDB ColumnStore
Component/s: Build
Affects Version/s: 1.0.1
Fix Version/s: 1.0.1

Type: Bug Priority: Major
Reporter: Valerii Kravchuk Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Environment:

CentOS 6



 Description   

I am trying to build mariadb-columnstore-engine from GitHub source on fully upgraded CentOS 6.8. I did the following as non root user:

[openxs@centos mariadb-columnstore-engine]$ git checkout build-fixes
Previous HEAD position was 7421e16... [MCOL-69] autotools fixes
Branch build-fixes set up to track remote branch build-fixes from origin.
Switched to a new branch 'build-fixes'
[openxs@centos mariadb-columnstore-engine]$ git pull
Already up-to-date.
 
[openxs@centos mariadb-columnstore-engine]$ build/bootstrap
Generating version header
mkdir: cannot create directory `/include': Permission denied
Running GNU autotools to generate build environment
...

Process continued and I've got ./configure working and make is also in progress after that, but question remains:

Why build/bootstrap tries to create /include directory (note absolute path)?



 Comments   
Comment by Justin Swanhart (Inactive) [ 2016-06-20 ]

To fix:
Comment out the no longer needed mkdir $prefix/include in the script.

Generated at Thu Feb 08 02:18:50 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.