Change in osmo-ci[master]: coverity: ensure the systemd install directory is /tmp

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Sep 18 15:23:46 UTC 2018


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/11017


Change subject: coverity: ensure the systemd install directory is /tmp
......................................................................

coverity: ensure the systemd install directory is /tmp

Because the systemd install directory does not use --prefix as
base. For this reason, the build failed before, because installing
to /lib/systemd failed.

Change-Id: I39b491fc09f0db0efd8d9d09e8f4cba4ba49cdde
---
M coverity/build_Osmocom.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/17/11017/1

diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 920c0b9..485355a 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -12,7 +12,7 @@
 
 do_build() {
 	autoreconf --install --force
-	./configure --prefix="$prefix" $*
+	./configure --prefix="$prefix" --with-systemdsystemunitdir=/tmp/ $*
 
 	make $PARALLEL_MAKE
 	make install

-- 
To view, visit https://gerrit.osmocom.org/11017
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I39b491fc09f0db0efd8d9d09e8f4cba4ba49cdde
Gerrit-Change-Number: 11017
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180918/5363e8a8/attachment.htm>


More information about the gerrit-log mailing list