osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/31134 )
Change subject: coverity: osmo-remsim: fix install errors
......................................................................
coverity: osmo-remsim: fix install errors
Set usbdropdir and serialconfdir to fix:
/usr/bin/mkdir -p
'/usr/lib/pcsc/drivers/libifd-osmo-remsim-client.bundle/Contents'
/usr/bin/mkdir: cannot create directory ‘/usr/lib/pcsc’: Permission denied
Change-Id: I08e72bb06a823752154fe3e2011a42c144c657c4
---
M coverity/build_Osmocom.sh
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 6a411d8..fe22351 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -130,4 +130,6 @@
build_default osmo-upf
build_default osmo-isdntap
build_default osmo-uecups
-build_default osmo-remsim
+build_default osmo-remsim \
+ --with-usbdropdir=$prefix/usr/lib/pcsc/drivers \
+ --with-serialconfdir=$prefix/etc/reader.conf.d
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/31134
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I08e72bb06a823752154fe3e2011a42c144c657c4
Gerrit-Change-Number: 31134
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged