Attention is currently required from: pespin.
osmith has posted comments on this change by osmith. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934?usp=email )
Change subject: sccp: testenv: fix run with asan + latest binaries
......................................................................
Patch Set 1:
(1 comment)
File _testenv/testenv/podman_install.py:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934/comment/ba0046d0_7e99…
:
PS1, Line 141: configure_cmd = ["./configure",
"--enable-static", "--disable-shared"]
Without this I had:
/home/user/.cache/osmo-ttcn3-testenv/git/build_against_osmocom:latest/libosmo-sigtran/examples/.libs/sccp_demo_user:
error while loading shared libraries: libosmo-sigtran.so.11: cannot open shared object
file: No such file or directory
I investigated, and it was caused by the libtool script not setting LD_LIBRARY_PATH
correctly when there is a : in the directory (as in osmocom:latest). I've replaced the
: instead and added a comment about it.
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39934?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I5307125560694feae9f0978ebd27607a77ed8675
Gerrit-Change-Number: 39934
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Mon, 07 Apr 2025 07:05:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>