From: "Zhang, Liyin (CN)" <liyin.zhang.cn@windriver.com>
To: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [OE-core] [PATCH] lttng-ust: backport patch to fix cmake-multiple-shared-libraries build error
Date: Tue, 19 Nov 2024 09:32:17 +0800 [thread overview]
Message-ID: <7a80e2e2-622a-419d-8ea6-7c29e2a2a992@windriver.com> (raw)
In-Reply-To: <ZzX0di8r1p4zh_PO@bootlin-mathieu>
On 11/14/2024 9:00 PM, Mathieu Dubois-Briand wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
> On Thu, Nov 14, 2024 at 07:18:29PM +0800, Zhang, Liyin (CN) via lists.openembedded.org wrote:
>> From: Bin Lan <bin.lan.cn@windriver.com>
>>
>> There are the following error when building doc/examples/cmake-multiple-shared-libraries:
>> ld: warning: liblttng-ust-common.so.1, needed by lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
>> ld: warning: liblttng-ust-tracepoint.so.1, needed by lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
>> ld: warning: liblttng-ust-common.so.1, needed by lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
>> ld: warning: liblttng-ust-tracepoint.so.1, needed by lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
>> ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_common_alloc_tls'
>> ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_urcu_after_fork_parent'
>> ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_urcu_after_fork_child'
>> ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_urcu_after_fork_parent'
>> ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp_probe_unregister_queue_release'
>> ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_cancelstate_disable_pop'
>> collect2: error: ld returned 1 exit status
>>
>> This change set removes the old patch file 0001-Makefile.am-update-rpath-link.patch,
>> adds a new patch file 0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch.
>>
>> Signed-off-by: Bin Lan <bin.lan.cn@windriver.com>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>>
>> (From OE-Core rev: 89394da1cbe98652e1d0bd59c762ff7da2d6a113)
>>
>> Signed-off-by: Liyin Zhang <liyin.zhang.cn@windriver.com>
> Hi,
>
> This patch looks like the same as the patch merged last week:
> https://git.openembedded.org/openembedded-core/commit/?id=89394da1cbe98652e1d0bd59c762ff7da2d6a113
>
> Is there any difference ?
Sorry, I forgot branch name. Please merge it into [scarthgap].
Thanks.
>
> --
> Mathieu Dubois-Briand, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
next prev parent reply other threads:[~2024-11-19 1:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-14 11:18 [PATCH] lttng-ust: backport patch to fix cmake-multiple-shared-libraries build error liyin.zhang.cn
2024-11-14 13:00 ` [OE-core] " Mathieu Dubois-Briand
2024-11-19 1:32 ` Zhang, Liyin (CN) [this message]
2024-11-19 12:55 ` Mathieu Dubois-Briand
2024-11-19 14:32 ` Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7a80e2e2-622a-419d-8ea6-7c29e2a2a992@windriver.com \
--to=liyin.zhang.cn@windriver.com \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.