mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
At least on Debian8, mk-build-deps -i silently finishes with return code 0 even it fails to install dependencies. To prevent this, we should manually install the metapackage generated by mk-build-deps using gdebi. Fixes #2445 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1496737502-10737-2-git-send-email-syuu@scylladb.com>