On Thu, 7 Jun 2018 21:36:40 +0300 Alexander Turenko <totktonada...@gmail.com> wrote: > On Sun, 12 Nov 2017 11:15:19 +0200 Adrian Bunk <b...@debian.org> wrote: > > Source: tarantool > > Version: 1.7.5.46.gd98815384-1 > > Severity: serious > > > > > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/tarantool.html > > > > ... > > dh_systemd_enable -ptarantool --name=tarantool tarantool.service > > dh_systemd_enable: Requested unit "tarantool.service" but it was not > found in any package acted on. > > dh_systemd_enable: Could not handle all of the requested services > > /usr/share/cdbs/1/rules/debhelper.mk:233: recipe for target > 'binary-install/tarantool' failed > > make: *** [binary-install/tarantool] Error 2 > > > > > > < nthykier> tarantool: Tries to enable the service in a package that > does not ship the service => bug in tarantool > > < nthykier> Failing call "dh_systemd_enable -ptarantool --name=tarantool > tarantool.service" - a bit further up, there is a successful call > > "dh_systemd_enable -ptarantool-common --name=tarantool > tarantool.service" > > < nthykier> (note the -p argument differs) > > > > > > Fixed in mainstream tarantool 1.9 and 1.10. > > https://github.com/tarantool/tarantool/commit/8925b8622f381378684de633e917229051e3482f > > Don't know how to proceed with 1.7 package Debian has. It seems to be out of > the scope of my responsibility. > > WBR, Alexander Turenko.
It was fixed partially by the commit above, so another patch is necessary: https://github.com/tarantool/tarantool/commit/e38d2762cd1950ed3bbb70306350cbc441c2a938 Now it is really fixed in 1.9, 1.10 and 2.0. WBR, Alexander Turenko.