[MDEV-12751] Oqgraph tests fail on kvm-deb-trusty-ppc64le due to missing libjudy Created: 2017-05-09 Updated: 2020-08-27 Resolved: 2020-08-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Daniel Bartholomew |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The builder kvm-deb-xenial-ppc64le builds the Oqgraph package and installs it for tests. It turns out that long time ago, rather than making libjudy a dependency, we pre-installed it on our install VMs, see
I assume there was a good reason for this, I don't know/don't remember what it was. If it still exists, then the library needs to be installed on the new VMs as well. Otherwise, the dependency should be added to the oqgraph package (then it will probably have to wait till 10.3). |
| Comments |
| Comment by Daniel Bartholomew [ 2017-05-10 ] | |||
|
The kvm-deb-xenial-ppc64le install VM already has a valid libjudydebian1 installed (at least, libJudy.so.1 is present). If tests are failing, it's not because libJudy.so.1 is missing. It's there.
The kvm-deb-trusty-ppc64le install VM did not have a valid libjudydebian1 installed, so I just now installed the one from Debian Jessie. I have also added a rule to my repository prep script to add that same deb package to our trusty-ppc64el repository. | |||
| Comment by Elena Stepanova [ 2017-05-10 ] | |||
|
Indeed, it was only trusty, not xenial. I must have looked at a wrong name, sorry about that. I've updated the summary field. | |||
| Comment by Daniel Bartholomew [ 2020-08-27 ] | |||
|
Closing old issues. Nothing to be done here, and trusty is deprecated anyway. |