Change in libosmocore[master]: fix tests linking: don't use system installed libs

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Wed Sep 12 08:09:38 UTC 2018


Vadim Yanitskiy has posted comments on this change. ( https://gerrit.osmocom.org/5844 )

Change subject: fix tests linking: don't use system installed libs
......................................................................


Patch Set 6:

Doing the following:

> $ cd libosmocore/tests/
> $ ldd gb/.libs/bssgp_fc_test | grep osmo

results in the following:

> libosmocore.so.11 => /usr/local/lib/libosmocore.so.11 (0x00007fd995723000)
> libosmogb.so.6 => /usr/local/lib/libosmogb.so.6 (0x00007fd9952fb000)
> libosmovty.so.4 => /usr/local/lib/libosmovty.so.4 (0x00007fd994b0e000)
> libosmogsm.so.10 => /usr/local/lib/libosmogsm.so.10 (0x00007fd9948b5000)

but there is also an 'lt-*' version, so:

> $ ldd gb/.libs/lt-bssgp_fc_test | grep osmo

results in:

> libosmocore.so.11 => /opt/osmocom/libosmocore/src/.libs/libosmocore.so.11 (0x00007fab7bd22000)
> libosmogb.so.6 => /opt/osmocom/libosmocore/src/gb/.libs/libosmogb.so.6 (0x00007fab7b8fa000)
> libosmovty.so.4 => /opt/osmocom/libosmocore/src/vty/.libs/libosmovty.so.4 (0x00007fab7b10d000)
> libosmogsm.so.10 => /opt/osmocom/libosmocore/src/gsm/.libs/libosmogsm.so.10 (0x00007fab7aeb4000)


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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id084e6e6efd25cd62b1bd7a4fc7c5985c39130c6
Gerrit-Change-Number: 5844
Gerrit-PatchSet: 6
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Comment-Date: Wed, 12 Sep 2018 08:09:38 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180912/03a1e749/attachment.htm>


More information about the gerrit-log mailing list