deb/rpm packages for galera builds
(MDEV-507)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.28a-galera |
| Type: | Technical task | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Alexey Botchkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian Squeeze 64-bit clean VM |
||
| Issue Links: |
|
||||
| Description |
|
I am trying to install packages from http://hasky.askmonty.org/archive/pack/5.5-hf/build-2791/kvm-deb-debian6-amd64/debs/binary/ on a fresh VM with Debian Squeeze and am getting the following error:
On the same machine, the standard mariadb-server installs normally. After mariadb-server was installed, installation of mariadb-galera-server also works. As Kristian found out, it is somehow related to requesting a root password for the newly installed server, and buildbot does not show the problem because it uses a trick for unattended installation, see https://kb.askmonty.org/en/buildbot-setup-for-virtual-machines-general-principles/#myseed . To reproduce,
|
| Comments |
| Comment by Elena Stepanova [ 2012-11-29 ] |
|
On behalf of Kristian: <quote> As far as I could determine, the problem is that this script: debian/mariadb-galera-server-5.5.config fails during --unpack with exit code 10. Maybe there is some pre-depends: dependency missing, but it's just a guess, I suspect the whole set of dependencies need to be looked through properly. </quote> |