[MXS-2366] Wrong tarball RPATH Created: 2019-03-06 Updated: 2020-08-25 Resolved: 2019-05-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Packaging |
| Affects Version/s: | 2.2.19, 2.3.4 |
| Fix Version/s: | 2.2.21, 2.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | Timofey Turenko |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-81 |
| Description |
|
The RPATH in the tarballs should have a relative path to the libmaxscale-common.so library but instead it has the default RPATH. |
| Comments |
| Comment by markus makela [ 2019-03-06 ] | |||||||||||||
|
This seems to at least partially fix it in 2.2:
With this change the RPATH looks like this:
| |||||||||||||
| Comment by Timofey Turenko [ 2019-04-29 ] | |||||||||||||
|
package_tgz.cmake is called after generation of binaries. So, all RPATH settings do not have any effect. Fix is prepared. | |||||||||||||
| Comment by markus makela [ 2019-04-30 ] | |||||||||||||
|
Fix looks OK to ship, only a few minor details to change. | |||||||||||||
| Comment by Timofey Turenko [ 2019-05-03 ] | |||||||||||||
|
pushed to 2.2, merged to 2.3 and develop |