* [Buildroot] [PATCH 1/1] package/lttng-tools: bump to version 2.13.8
@ 2022-12-08 20:27 Fabrice Fontaine
2022-12-11 13:22 ` Thomas Petazzoni via buildroot
2022-12-21 13:10 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-12-08 20:27 UTC (permalink / raw)
To: buildroot; +Cc: Philippe Proulx, Fabrice Fontaine
This bump will fix the following build failure without NPTL thanks to
https://github.com/lttng/lttng-tools/commit/27f2b8400c9db484cd195c4240c379e845b1413d
which is raised since bump to version 2.13.2 in commit
8e5f2d0f8e8c04e98f8761f3cba683c56bbefc8c and
https://github.com/lttng/lttng-tools/commit/014d7d3b5e9d69989bf776cffb6c21ff7e1d36ff:
In file included from thread.c:10:
../../src/common/compat/pthread.h: In function 'lttng_pthread_setname_np':
../../src/common/compat/pthread.h:63:27: error: 'LTTNG_UST_ABI_PROCNAME_LEN' undeclared (first use in this function)
63 | if (strnlen(name, LTTNG_UST_ABI_PROCNAME_LEN) >= LTTNG_UST_ABI_PROCNAME_LEN) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
https://github.com/lttng/lttng-tools/blob/v2.13.8/ChangeLog
Fixes:
- http://autobuild.buildroot.org/results/bbc8d6621822bb5da7513331e69799ca25a03f66
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/lttng-tools/lttng-tools.hash | 4 ++--
package/lttng-tools/lttng-tools.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/lttng-tools/lttng-tools.hash b/package/lttng-tools/lttng-tools.hash
index 5b5f55da30..b48904d0b9 100644
--- a/package/lttng-tools/lttng-tools.hash
+++ b/package/lttng-tools/lttng-tools.hash
@@ -1,5 +1,5 @@
-# From https://lttng.org/files/lttng-tools/lttng-tools-2.13.2.tar.bz2.sha256
-sha256 ced2ba00020da77fd17ac92b5a53825502409a07e3aeca28f9515d4a844fd7bd lttng-tools-2.13.2.tar.bz2
+# From https://lttng.org/files/lttng-tools/lttng-tools-2.13.8.tar.bz2.sha256
+sha256 b1e959579b260790930b20f3c7aa7cefb8a40e0de80d4a777c2bf78c6b353dc1 lttng-tools-2.13.8.tar.bz2
# Locally computed
sha256 068e55c7dbe597400199aee75ac5e71bdb2ca88c4c9a4cfa8e1fbc61f933eda5 LICENSE
diff --git a/package/lttng-tools/lttng-tools.mk b/package/lttng-tools/lttng-tools.mk
index efa22a52e3..add1f12a8c 100644
--- a/package/lttng-tools/lttng-tools.mk
+++ b/package/lttng-tools/lttng-tools.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LTTNG_TOOLS_VERSION = 2.13.2
+LTTNG_TOOLS_VERSION = 2.13.8
LTTNG_TOOLS_SITE = https://lttng.org/files/lttng-tools
LTTNG_TOOLS_SOURCE = lttng-tools-$(LTTNG_TOOLS_VERSION).tar.bz2
LTTNG_TOOLS_INSTALL_STAGING = YES
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/lttng-tools: bump to version 2.13.8
2022-12-08 20:27 [Buildroot] [PATCH 1/1] package/lttng-tools: bump to version 2.13.8 Fabrice Fontaine
@ 2022-12-11 13:22 ` Thomas Petazzoni via buildroot
2022-12-21 13:10 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-12-11 13:22 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Philippe Proulx, buildroot
On Thu, 8 Dec 2022 21:27:21 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> This bump will fix the following build failure without NPTL thanks to
> https://github.com/lttng/lttng-tools/commit/27f2b8400c9db484cd195c4240c379e845b1413d
> which is raised since bump to version 2.13.2 in commit
> 8e5f2d0f8e8c04e98f8761f3cba683c56bbefc8c and
> https://github.com/lttng/lttng-tools/commit/014d7d3b5e9d69989bf776cffb6c21ff7e1d36ff:
>
> In file included from thread.c:10:
> ../../src/common/compat/pthread.h: In function 'lttng_pthread_setname_np':
> ../../src/common/compat/pthread.h:63:27: error: 'LTTNG_UST_ABI_PROCNAME_LEN' undeclared (first use in this function)
> 63 | if (strnlen(name, LTTNG_UST_ABI_PROCNAME_LEN) >= LTTNG_UST_ABI_PROCNAME_LEN) {
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
>
> https://github.com/lttng/lttng-tools/blob/v2.13.8/ChangeLog
>
> Fixes:
> - http://autobuild.buildroot.org/results/bbc8d6621822bb5da7513331e69799ca25a03f66
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/lttng-tools/lttng-tools.hash | 4 ++--
> package/lttng-tools/lttng-tools.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/lttng-tools: bump to version 2.13.8
2022-12-08 20:27 [Buildroot] [PATCH 1/1] package/lttng-tools: bump to version 2.13.8 Fabrice Fontaine
2022-12-11 13:22 ` Thomas Petazzoni via buildroot
@ 2022-12-21 13:10 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-12-21 13:10 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Philippe Proulx, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> This bump will fix the following build failure without NPTL thanks to
> https://github.com/lttng/lttng-tools/commit/27f2b8400c9db484cd195c4240c379e845b1413d
> which is raised since bump to version 2.13.2 in commit
> 8e5f2d0f8e8c04e98f8761f3cba683c56bbefc8c and
> https://github.com/lttng/lttng-tools/commit/014d7d3b5e9d69989bf776cffb6c21ff7e1d36ff:
> In file included from thread.c:10:
> ../../src/common/compat/pthread.h: In function 'lttng_pthread_setname_np':
> ../../src/common/compat/pthread.h:63:27: error: 'LTTNG_UST_ABI_PROCNAME_LEN' undeclared (first use in this function)
> 63 | if (strnlen(name, LTTNG_UST_ABI_PROCNAME_LEN) >= LTTNG_UST_ABI_PROCNAME_LEN) {
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> https://github.com/lttng/lttng-tools/blob/v2.13.8/ChangeLog
> Fixes:
> - http://autobuild.buildroot.org/results/bbc8d6621822bb5da7513331e69799ca25a03f66
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2022.11.x and 2022.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-21 13:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-08 20:27 [Buildroot] [PATCH 1/1] package/lttng-tools: bump to version 2.13.8 Fabrice Fontaine
2022-12-11 13:22 ` Thomas Petazzoni via buildroot
2022-12-21 13:10 ` Peter Korsgaard
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.