<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/11017">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">coverity: ensure the systemd install directory is /tmp<br><br>Because the systemd install directory does not use --prefix as<br>base. For this reason, the build failed before, because installing<br>to /lib/systemd failed.<br><br>Change-Id: I39b491fc09f0db0efd8d9d09e8f4cba4ba49cdde<br>---<br>M coverity/build_Osmocom.sh<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/17/11017/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh</span><br><span>index 920c0b9..485355a 100755</span><br><span>--- a/coverity/build_Osmocom.sh</span><br><span>+++ b/coverity/build_Osmocom.sh</span><br><span>@@ -12,7 +12,7 @@</span><br><span> </span><br><span> do_build() {</span><br><span>    autoreconf --install --force</span><br><span style="color: hsl(0, 100%, 40%);">-    ./configure --prefix="$prefix" $*</span><br><span style="color: hsl(120, 100%, 40%);">+   ./configure --prefix="$prefix" --with-systemdsystemunitdir=/tmp/ $*</span><br><span> </span><br><span>    make $PARALLEL_MAKE</span><br><span>  make install</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11017">change 11017</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/11017"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I39b491fc09f0db0efd8d9d09e8f4cba4ba49cdde </div>
<div style="display:none"> Gerrit-Change-Number: 11017 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>