Details
Description
cmake automatically creates dependencies list for MariaDB packages. But it doesn't work well with packages compiled by ATC: it doesn't "provide" libraries that MariaDB depends on, instead it provides the following:
advance-toolchain-runtime advance-toolchain-at8.0-runtime = 8.0-1 advance-toolchain-at8.0-runtime(ppc-64) = 8.0-1
We should tweak our packages so that they don't depend on libs directly, but instead require advance-toolchain-runtime.
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-6478 MariaDB on Power8
-
- Open
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Implemented scripts to generate proper deps on RPM based systems.