Patch Set 3: (1 comment)
When I read this, I still have a question. So we install to separate dirs, then stow creates symlinks to combine the installed files in one dir again? But then we need to pass only one LD_LIBRARY_PATH and one PKG_CONFIG_PATH with the symlinks? So how then does it make us find errors like forgotten dep dirs? Or otherwise, why the symlinks? https://gerrit.osmocom.org/#/c/2691/3/scripts/osmo-build-dep.sh File scripts/osmo-build-dep.sh: Line 54: mkdir -p "$inst/stow" I still don't understand why a separate 'stow' subdir is needed. $inst is an empty directory intended for storing installation files. Does stow put things in "$STOW_DIR/.." or why the extra path element? -- To view, visit https://gerrit.osmocom.org/2691 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8f5012419495a656912b7b71e4f76ce102c6b63a Gerrit-PatchSet: 3 Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Owner: Alexander Huemer <[email protected]> Gerrit-Reviewer: Alexander Huemer <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Holger Freyther <[email protected]> Gerrit-Reviewer: Neels Hofmeyr <[email protected]> Gerrit-Reviewer: neels <[email protected]> Gerrit-HasComments: Yes
