All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libsigsegv: bump to version 2.14
@ 2022-04-16 15:06 Fabrice Fontaine
  2022-04-21 20:52 ` Arnout Vandecappelle
  2022-05-24 12:52 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-04-16 15:06 UTC (permalink / raw)
  To: buildroot; +Cc: Simon Dawson, Fabrice Fontaine

This bump will fix the following build failure on or1k and microblazeel:

In file included from handler.c:20:
handler-unix.c: In function 'sigsegv_handler':
handler-unix.c:194:28: error: 'struct vma_struct' has no member named 'is_near_this'
  194 |                       : vma.is_near_this (addr, &vma))
      |                            ^

https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=blob;f=NEWS;h=4d012f8b6cd9b2c1eccbf266a10aae56b0e79978;hb=9ad117adabd223b79e037575e071855c2b8b35c0
https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=blob;f=ChangeLog;h=c52b227aae190ba9b161282efaa5f33cb4a127f9;hb=9ad117adabd223b79e037575e071855c2b8b35c0

Fixes:
 - http://autobuild.buildroot.org/results/c693fafb8f1f68be30a281313fb1f0890cc08b1e
 - http://autobuild.buildroot.org/results/ecde11129d102e3321b2aaef407697c29311c705

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libsigsegv/libsigsegv.hash | 4 ++--
 package/libsigsegv/libsigsegv.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libsigsegv/libsigsegv.hash b/package/libsigsegv/libsigsegv.hash
index c827e6b866..13978da398 100644
--- a/package/libsigsegv/libsigsegv.hash
+++ b/package/libsigsegv/libsigsegv.hash
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-# https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.13.tar.gz.sig
-sha256  be78ee4176b05f7c75ff03298d84874db90f4b6c9d5503f0da1226b3a3c48119  libsigsegv-2.13.tar.gz
+# https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.14.tar.gz.sig
+sha256  cdac3941803364cf81a908499beb79c200ead60b6b5b40cad124fd1e06caa295  libsigsegv-2.14.tar.gz
 # Locally calculated
 sha256  8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde  COPYING
diff --git a/package/libsigsegv/libsigsegv.mk b/package/libsigsegv/libsigsegv.mk
index 87a5d7a124..98bcd55c8c 100644
--- a/package/libsigsegv/libsigsegv.mk
+++ b/package/libsigsegv/libsigsegv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBSIGSEGV_VERSION = 2.13
+LIBSIGSEGV_VERSION = 2.14
 LIBSIGSEGV_SITE = $(BR2_GNU_MIRROR)/libsigsegv
 LIBSIGSEGV_INSTALL_STAGING = YES
 LIBSIGSEGV_CONF_ENV = sv_cv_fault_posix=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/libsigsegv: bump to version 2.14
  2022-04-16 15:06 [Buildroot] [PATCH 1/1] package/libsigsegv: bump to version 2.14 Fabrice Fontaine
@ 2022-04-21 20:52 ` Arnout Vandecappelle
  2022-05-24 12:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-04-21 20:52 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Simon Dawson



On 16/04/2022 17:06, Fabrice Fontaine wrote:
> This bump will fix the following build failure on or1k and microblazeel:
> 
> In file included from handler.c:20:
> handler-unix.c: In function 'sigsegv_handler':
> handler-unix.c:194:28: error: 'struct vma_struct' has no member named 'is_near_this'
>    194 |                       : vma.is_near_this (addr, &vma))
>        |                            ^
> 
> https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=blob;f=NEWS;h=4d012f8b6cd9b2c1eccbf266a10aae56b0e79978;hb=9ad117adabd223b79e037575e071855c2b8b35c0
> https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=blob;f=ChangeLog;h=c52b227aae190ba9b161282efaa5f33cb4a127f9;hb=9ad117adabd223b79e037575e071855c2b8b35c0
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/c693fafb8f1f68be30a281313fb1f0890cc08b1e
>   - http://autobuild.buildroot.org/results/ecde11129d102e3321b2aaef407697c29311c705
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/libsigsegv/libsigsegv.hash | 4 ++--
>   package/libsigsegv/libsigsegv.mk   | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/libsigsegv/libsigsegv.hash b/package/libsigsegv/libsigsegv.hash
> index c827e6b866..13978da398 100644
> --- a/package/libsigsegv/libsigsegv.hash
> +++ b/package/libsigsegv/libsigsegv.hash
> @@ -1,5 +1,5 @@
>   # Locally calculated after checking pgp signature
> -# https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.13.tar.gz.sig
> -sha256  be78ee4176b05f7c75ff03298d84874db90f4b6c9d5503f0da1226b3a3c48119  libsigsegv-2.13.tar.gz
> +# https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.14.tar.gz.sig
> +sha256  cdac3941803364cf81a908499beb79c200ead60b6b5b40cad124fd1e06caa295  libsigsegv-2.14.tar.gz
>   # Locally calculated
>   sha256  8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde  COPYING
> diff --git a/package/libsigsegv/libsigsegv.mk b/package/libsigsegv/libsigsegv.mk
> index 87a5d7a124..98bcd55c8c 100644
> --- a/package/libsigsegv/libsigsegv.mk
> +++ b/package/libsigsegv/libsigsegv.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBSIGSEGV_VERSION = 2.13
> +LIBSIGSEGV_VERSION = 2.14
>   LIBSIGSEGV_SITE = $(BR2_GNU_MIRROR)/libsigsegv
>   LIBSIGSEGV_INSTALL_STAGING = YES
>   LIBSIGSEGV_CONF_ENV = sv_cv_fault_posix=yes
_______________________________________________
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/libsigsegv: bump to version 2.14
  2022-04-16 15:06 [Buildroot] [PATCH 1/1] package/libsigsegv: bump to version 2.14 Fabrice Fontaine
  2022-04-21 20:52 ` Arnout Vandecappelle
@ 2022-05-24 12:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-05-24 12:52 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Simon Dawson, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > This bump will fix the following build failure on or1k and microblazeel:
 > In file included from handler.c:20:
 > handler-unix.c: In function 'sigsegv_handler':
 > handler-unix.c:194:28: error: 'struct vma_struct' has no member named 'is_near_this'
 >   194 |                       : vma.is_near_this (addr, &vma))
 >       |                            ^

 > https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=blob;f=NEWS;h=4d012f8b6cd9b2c1eccbf266a10aae56b0e79978;hb=9ad117adabd223b79e037575e071855c2b8b35c0
 > https://git.savannah.gnu.org/gitweb/?p=libsigsegv.git;a=blob;f=ChangeLog;h=c52b227aae190ba9b161282efaa5f33cb4a127f9;hb=9ad117adabd223b79e037575e071855c2b8b35c0

 > Fixes:
 >  - http://autobuild.buildroot.org/results/c693fafb8f1f68be30a281313fb1f0890cc08b1e
 >  - http://autobuild.buildroot.org/results/ecde11129d102e3321b2aaef407697c29311c705

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 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-05-24 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16 15:06 [Buildroot] [PATCH 1/1] package/libsigsegv: bump to version 2.14 Fabrice Fontaine
2022-04-21 20:52 ` Arnout Vandecappelle
2022-05-24 12:52 ` 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.