[MDEV-7449] RHEL7 packages built by ATC for PPC64 are not installable Created: 2015-01-13 Updated: 2015-01-29 Resolved: 2015-01-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 5.5.41, 10.0.15, 10.1.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| 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:
We should tweak our packages so that they don't depend on libs directly, but instead require advance-toolchain-runtime. |
| Comments |
| Comment by Sergey Vojtovich [ 2015-01-29 ] |
|
Implemented scripts to generate proper deps on RPM based systems. |