[MDEV-9643] Debian package on Wheezy expects "deb-systemd-helper" to be present Created: 2016-02-26 Updated: 2016-03-01 Resolved: 2016-03-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Debian |
| Affects Version/s: | 10.0.25 |
| Fix Version/s: | 10.0.25, 10.1.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jean Weisbuch | Assignee: | Otto Kekäläinen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
On a Debian Wheezy, the post install script for the package "mariadb-server-10.0" tries to call "deb-systemd-helper" which is part of the package "init-system-helpers" which isnt mandatory. On my wheezy systems, i got this error when doing an upgrade of the packages :
Its just a "visual bug" as this command just tries to unmask the Systemd service "mysql.service" so its not breaking anything on non-systemd systems. Adding a test to check if "deb-systemd-helper" is present on the system before executing the command would be enough. – |
| Comments |
| Comment by Otto Kekäläinen [ 2016-02-29 ] |
|
This would make the warning go away: https://github.com/MariaDB/server/pull/158 |
| Comment by Otto Kekäläinen [ 2016-03-01 ] |
|
All tests but Valgrind passed at: https://buildbot.askmonty.org/buildbot/grid?branch=ok-debpkg-10.0&category=main |