This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/23286 )
Change subject: osmo-msc-latest: centos8: add libdbi-dbd-sqlite
......................................................................
osmo-msc-latest: centos8: add libdbi-dbd-sqlite
The missing dependency is being added to osmo-msc master's
contrib/osmo-msc.spec.in file. Until the next release is done, which
contains the patch, install the library explicitly to fix:
<0009> db.c:648 Failed to create database connection to sqlite3 db 'sms.db';
Is the sqlite3 database driver for libdbi installed on this system?
Related: https://gerrit.osmocom.org/c/osmo-msc/+/23284
Change-Id: I27d4573de22a8e013623ec606e056d348102abd1
---
M osmo-msc-latest/Dockerfile
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
osmith: Verified
diff --git a/osmo-msc-latest/Dockerfile b/osmo-msc-latest/Dockerfile
index d2c1107..29e932a 100644
--- a/osmo-msc-latest/Dockerfile
+++ b/osmo-msc-latest/Dockerfile
@@ -4,6 +4,7 @@
# Arguments used after FROM must be specified again
ARG DISTRO
+# libdbi-dbd-sqlite can be removed after osmo-msc > 1.7.0 release
RUN case "$DISTRO" in \
debian*) \
apt-get update && \
@@ -13,6 +14,7 @@
;; \
centos*) \
dnf install -y \
+ libdbi-dbd-sqlite \
osmo-msc \
;; \
esac
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23286
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I27d4573de22a8e013623ec606e056d348102abd1
Gerrit-Change-Number: 23286
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210310/9ececaf8/attachment.htm>