Closed
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-gcc
on CentOS 6 does not providegcc
(it seems,devtoolset-6-gcc
did, but I don't know how to verify).- The
tarantool-mysql
package 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.