mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] stress-ng: version bump 0.11.15 -> 0.14.06
@ 2022-11-04 11:13 Michael Tretter
  2022-11-11 14:31 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2022-11-04 11:13 UTC (permalink / raw)
  To: ptxdist; +Cc: mtr

Fix the build with glibc 2.36:

	stress-context.c:38:16: error: variably modified 'stack_sig' at file scope
	make[1]: *** [Makefile:360: stress-context.o] Error 1

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/stress-ng.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/stress-ng.make b/rules/stress-ng.make
index 1a6377b9bdc9..189fe29a41e5 100644
--- a/rules/stress-ng.make
+++ b/rules/stress-ng.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_STRESS_NG) += stress-ng
 #
 # Paths and names
 #
-STRESS_NG_VERSION	:= 0.11.15
-STRESS_NG_MD5		:= 1a716cde5a5a063fa3caa9b7d8aa1e70
+STRESS_NG_VERSION	:= 0.14.06
+STRESS_NG_MD5		:= 641d3be771a0350d0234d89cbab8834d
 STRESS_NG		:= stress-ng-$(STRESS_NG_VERSION)
 STRESS_NG_SUFFIX	:= tar.gz
 STRESS_NG_URL		:= https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V$(STRESS_NG_VERSION).$(STRESS_NG_SUFFIX)
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] stress-ng: version bump 0.11.15 -> 0.14.06
  2022-11-04 11:13 [ptxdist] [PATCH] stress-ng: version bump 0.11.15 -> 0.14.06 Michael Tretter
@ 2022-11-11 14:31 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-11-11 14:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as f0901f51088189b1006b339977c74003f91042df.

Michael

[sent from post-receive hook]

On Fri, 11 Nov 2022 15:31:27 +0100, Michael Tretter <m.tretter@pengutronix.de> wrote:
> Fix the build with glibc 2.36:
> 
> 	stress-context.c:38:16: error: variably modified 'stack_sig' at file scope
> 	make[1]: *** [Makefile:360: stress-context.o] Error 1
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20221104111313.1666403-1-m.tretter@pengutronix.de>
> [mol: select or disable additional dependencies]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/stress-ng.in b/rules/stress-ng.in
> index d5c71196ae5d..1450dd7b3b1d 100644
> --- a/rules/stress-ng.in
> +++ b/rules/stress-ng.in
> @@ -6,6 +6,8 @@ config STRESS_NG
>  	select GCCLIBS_ATOMIC
>  	select LIBAIO
>  	select LIBBSD
> +	select LIBJPEG
> +	select XXHASH
>  	select ZLIB
>  	help
>  	  stress-ng will stress test a computer system in various selectable
> diff --git a/rules/stress-ng.make b/rules/stress-ng.make
> index 1a6377b9bdc9..610a82b551f0 100644
> --- a/rules/stress-ng.make
> +++ b/rules/stress-ng.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_STRESS_NG) += stress-ng
>  #
>  # Paths and names
>  #
> -STRESS_NG_VERSION	:= 0.11.15
> -STRESS_NG_MD5		:= 1a716cde5a5a063fa3caa9b7d8aa1e70
> +STRESS_NG_VERSION	:= 0.14.06
> +STRESS_NG_MD5		:= 641d3be771a0350d0234d89cbab8834d
>  STRESS_NG		:= stress-ng-$(STRESS_NG_VERSION)
>  STRESS_NG_SUFFIX	:= tar.gz
>  STRESS_NG_URL		:= https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V$(STRESS_NG_VERSION).$(STRESS_NG_SUFFIX)
> @@ -29,6 +29,14 @@ STRESS_NG_LICENSE	:= GPL-2.0-or-later
>  
>  STRESS_NG_CONF_TOOL	:= NO
>  
> +$(STATEDIR)/stress-ng.prepare:
> +	@$(call targetinfo)
> +	@mkdir -p $(STRESS_NG_DIR)/configs
> +	@: > $(STRESS_NG_DIR)/configs/HAVE_LIB_KMOD
> +	@: > $(STRESS_NG_DIR)/configs/HAVE_LIB_EGL
> +	@$(call touch)
> +
> +
>  # ----------------------------------------------------------------------------
>  # Compile
>  # ----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-11 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04 11:13 [ptxdist] [PATCH] stress-ng: version bump 0.11.15 -> 0.14.06 Michael Tretter
2022-11-11 14:31 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox