mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] libunwind: Version bump. 1.6.2 -> 1.7.0 (-ish).
@ 2023-07-03  7:46 Christian Melki
  2023-07-08  7:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-07-03  7:46 UTC (permalink / raw)
  To: ptxdist

Yes. This looks funky.
Apparently the developers misnamed the tarball.
They've been made aware about the misnormer, but done nothing about it.

* Change URL. The project doesn't seem to update in the old url.
* Misnormer handling in the URL. Intentional.
* Set a configure option.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libunwind.make | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/rules/libunwind.make b/rules/libunwind.make
index 71286acd9..8a28aa505 100644
--- a/rules/libunwind.make
+++ b/rules/libunwind.make
@@ -14,11 +14,12 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind
 #
 # Paths and names
 #
-LIBUNWIND_VERSION	:= 1.6.2
-LIBUNWIND_MD5		:= f625b6a98ac1976116c71708a73dc44a
+LIBUNWIND_VERSION	:= 1.7.0
+LIBUNWIND_MD5		:= 149e49ae27646e73010df4b76989fbec
 LIBUNWIND		:= libunwind-$(LIBUNWIND_VERSION)
 LIBUNWIND_SUFFIX	:= tar.gz
-LIBUNWIND_URL		:= http://download.savannah.gnu.org/releases/libunwind/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)
+# FIXME: Developers broke tarball name for 1.7.0. Revisit when proper tarballs are available and clean this up.
+LIBUNWIND_URL		:= https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-1.70.$(LIBUNWIND_SUFFIX)
 LIBUNWIND_SOURCE	:= $(SRCDIR)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)
 LIBUNWIND_DIR		:= $(BUILDDIR)/$(LIBUNWIND)
 LIBUNWIND_LICENSE	:= MIT
@@ -42,6 +43,7 @@ LIBUNWIND_CONF_OPT	:= \
 	--disable-documentation \
 	--disable-tests \
 	--enable-weak-backtrace \
+	--enable-unwind-header \
 	--disable-debug \
 	--disable-cxx-exceptions \
 	--enable-debug-frame \
@@ -50,7 +52,8 @@ LIBUNWIND_CONF_OPT	:= \
 	--disable-msabi-support \
 	--disable-minidebuginfo \
 	--enable-zlibdebuginfo \
-	--disable-per-thread-cache
+	--disable-per-thread-cache \
+	--without-testdriver
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libunwind: Version bump. 1.6.2 -> 1.7.0 (-ish).
  2023-07-03  7:46 [ptxdist] [PATCH v2] libunwind: Version bump. 1.6.2 -> 1.7.0 (-ish) Christian Melki
@ 2023-07-08  7:02 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-07-08  7:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 89da9178a5c54ba6417fe4be67308a67cc13899b.

Michael

[sent from post-receive hook]

On Sat, 08 Jul 2023 09:02:52 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Yes. This looks funky.
> Apparently the developers misnamed the tarball.
> They've been made aware about the misnormer, but done nothing about it.
> 
> * Change URL. The project doesn't seem to update in the old url.
> * Misnormer handling in the URL. Intentional.
> * Set a configure option.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230703074653.2527647-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libunwind.make b/rules/libunwind.make
> index 71286acd94f1..8a28aa505d16 100644
> --- a/rules/libunwind.make
> +++ b/rules/libunwind.make
> @@ -14,11 +14,12 @@ PACKAGES-$(PTXCONF_LIBUNWIND) += libunwind
>  #
>  # Paths and names
>  #
> -LIBUNWIND_VERSION	:= 1.6.2
> -LIBUNWIND_MD5		:= f625b6a98ac1976116c71708a73dc44a
> +LIBUNWIND_VERSION	:= 1.7.0
> +LIBUNWIND_MD5		:= 149e49ae27646e73010df4b76989fbec
>  LIBUNWIND		:= libunwind-$(LIBUNWIND_VERSION)
>  LIBUNWIND_SUFFIX	:= tar.gz
> -LIBUNWIND_URL		:= http://download.savannah.gnu.org/releases/libunwind/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)
> +# FIXME: Developers broke tarball name for 1.7.0. Revisit when proper tarballs are available and clean this up.
> +LIBUNWIND_URL		:= https://github.com/libunwind/libunwind/releases/download/v1.7.0/libunwind-1.70.$(LIBUNWIND_SUFFIX)
>  LIBUNWIND_SOURCE	:= $(SRCDIR)/$(LIBUNWIND).$(LIBUNWIND_SUFFIX)
>  LIBUNWIND_DIR		:= $(BUILDDIR)/$(LIBUNWIND)
>  LIBUNWIND_LICENSE	:= MIT
> @@ -42,6 +43,7 @@ LIBUNWIND_CONF_OPT	:= \
>  	--disable-documentation \
>  	--disable-tests \
>  	--enable-weak-backtrace \
> +	--enable-unwind-header \
>  	--disable-debug \
>  	--disable-cxx-exceptions \
>  	--enable-debug-frame \
> @@ -50,7 +52,8 @@ LIBUNWIND_CONF_OPT	:= \
>  	--disable-msabi-support \
>  	--disable-minidebuginfo \
>  	--enable-zlibdebuginfo \
> -	--disable-per-thread-cache
> +	--disable-per-thread-cache \
> +	--without-testdriver
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



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

end of thread, other threads:[~2023-07-08  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-03  7:46 [ptxdist] [PATCH v2] libunwind: Version bump. 1.6.2 -> 1.7.0 (-ish) Christian Melki
2023-07-08  7:02 ` [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