[MDEV-9360] 10.1 does not install on SLES11, installation test fails in buildbot Created: 2016-01-05 Updated: 2016-06-21 Resolved: 2016-06-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 10.1.11 | ||||||||
| Description |
|
We should do something about it – if we actually need these packages to work. Build without jemalloc maybe? Or link statically? Or something else, whatever makes it work? |
| Comments |
| Comment by Sergei Golubchik [ 2016-01-24 ] | ||||
|
It's because sles11sp1 build image has libjemalloc.so.2 compiled from sources — something we should never do in our VMs.
| ||||
| Comment by Daniel Bartholomew [ 2016-01-25 ] | ||||
|
There is no jemalloc available from Suse for SLES 11, so we'll have to go with your second option. | ||||
| Comment by Daniel Bartholomew [ 2016-01-27 ] | ||||
|
I removed the libjemalloc.so* libraries from but we're still getting the same error. http://buildbot.askmonty.org/buildbot/builders/kvm-zyp-sles11sp1-amd64/builds/132 serg: Anything else I can try? | ||||
| Comment by Sergei Golubchik [ 2016-01-28 ] | ||||
|
This comes, apparently, from 10.1.10 packages in our repository. Now, when packages are 10.1.11 recent builds show this error:
So
| ||||
| Comment by Sergei Golubchik [ 2016-01-28 ] | ||||
|
reassigning to nirbhay_c to look at galera issue | ||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-01-28 ] | ||||
|
Since, new galera packages (starting v3.12) are now being built on buildbot's regular build images (besides a few exceptions), I am hoping that this should get resolved after dbart refreshes the galera packages. | ||||
| Comment by Elena Stepanova [ 2016-02-01 ] | ||||
|
nirbhay_c, does dbart know he should refresh something, should the issue maybe be reassigned to him? | ||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-01 ] | ||||
|
I just noticed that its only failing on SP1. At the moment we do not have a galera build for it. I will add one. | ||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-01 ] | ||||
|
There is some problem with sp1 networking. Besides, its has an old gcc (4.3). | ||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-10 ] | ||||
|
We now have a galera builder for SLES11-SP1 in place. | ||||
| Comment by Daniel Bartholomew [ 2016-02-10 ] | ||||
|
The first run of the sles11sp1 builder using the new Galera 25.3.14 package from the new galera test repository has completed. MariaDB actually installs and runs, and the galera package installs, but the test has trouble when it tries to load the galera library. The library doesn't appear to be where it is expected to be. nirbhay_c: Is this something you need to look into? Or is there something I should do here? Thanks. | ||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-10 ] | ||||
|
The library is there, but for some reason the server is not able to open it. @dbart: I will look into this. | ||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-10 ] | ||||
|
From the error log :
| ||||
| Comment by Nirbhay Choubey (Inactive) [ 2016-02-11 ] | ||||
|
The new package worked well. | ||||
| Comment by Daniel Bartholomew [ 2016-06-21 ] | ||||
|
with the new package from nirbhay, this issue is fixed |