-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
backlogIssues for upcoming releases (to be done soon)Issues for upcoming releases (to be done soon)buildprio5
Description
First, several facts
- GCC from the base repository on CentOS 6 is GCC 4.4.7.
- We recently switched from devtoolset-6 to devtoolset-7, because the former seems to be gone.
devtoolset-7-gccon CentOS 6 does not providegcc(it seems,devtoolset-6-gccdid, but I don't know how to verify).- The
tarantool-mysqlpackage depends ongcc >= 4.5.
The problem
Now packaging for CentOS 6 fails with the following messages:
Getting requirements for tarantool-mysql-0.0.1-1.el6.src
--> Already installed : cmake-2.8.12.2-4.el6.x86_64
Error: No Package found for gcc >= 4.5
Proposed solution
Eliminate the dependency on gcc on CentOS 6, just how it is implemented tarantool.
Metadata
Metadata
Assignees
Labels
backlogIssues for upcoming releases (to be done soon)Issues for upcoming releases (to be done soon)buildprio5