Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL)
-
CentOS, RHEL (all RPM based distributions?)
Description
The Knowledge Base article on "why we don't have SRPMs" says:
"We are currently investigating using a source RPM generator as documented via a macro."
I couldn't find any related Jira issue though, thus I've now submitted this one.
Reason for this is that I'm missing the ability to say
yum-builddep MariaDB-server
|
to pull in all build dependencies required to compile MySQL from source.
I don't even plan to build from SRPMs, but being able to install all required packages in a single step is pretty convenient even when building from source tarballs or directly from bzr / git ...
Attachments
Issue Links
- relates to
-
MDEV-14954 Build environment information seriously lacking
-
- Closed
-
- links to
On CentOS 7 this currently has the effect that when following our build environment setup instructions from
https://mariadb.com/kb/en/library/Build_Environment_Setup_for_Linux
you'd actually end up with the build dependencies for MariaDB 5.5 being installed instead of those for current 10.x versions, as CentOS actually provides a source RPM, but still only comes with MariaDB 5.5 by default.
This is even still true whe setting up MariaDB.(org|com) yum repositories. As there's no source RPM to fetch build dependencies from in our repositories yum-builddep will still use the 5.5 source RPM from the CentOS repository