public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/files/
@ 2022-08-02  9:31 Alfredo Tupone
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2022-08-02  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     13b65d9818c00d785c957612a8e22d82dcd12e43
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 09:31:13 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 09:31:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b65d98

sci-libs/gloo: possibly fix missing header

Closes: https://bugs.gentoo.org/862708
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
index 41a1ace42dc7..e445dc9effdb 100644
--- a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
+++ b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
@@ -62,3 +62,13 @@
    endif()
  endif()
  
+--- a/gloo/transport/tcp/device.cc	2022-08-02 11:25:32.404166606 +0200
++++ b/gloo/transport/tcp/device.cc	2022-08-02 11:25:48.706963018 +0200
+@@ -12,6 +12,7 @@
+ #include <netdb.h>
+ #include <netinet/in.h>
+ #include <string.h>
++#include <array>
+ 
+ #include "gloo/common/linux.h"
+ #include "gloo/common/logging.h"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/files/
@ 2022-10-04 19:27 Alfredo Tupone
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2022-10-04 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8b7ccb82d57e650d8a4e35a345ea3561461d34a2
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 19:26:39 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 19:26:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7ccb82

sci-libs/gloo: fix build

Closes: https://bugs.gentoo.org/873307

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch | 30 ++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
index e445dc9effdb..09f7588a1858 100644
--- a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
+++ b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
@@ -72,3 +72,33 @@
  
  #include "gloo/common/linux.h"
  #include "gloo/common/logging.h"
+--- a/gloo/transport/tcp/tls/pair.cc	2022-10-04 21:14:04.099150060 +0200
++++ b/gloo/transport/tcp/tls/pair.cc	2022-10-04 21:14:22.330886610 +0200
+@@ -17,6 +17,7 @@
+ 
+ #include <cstring>
+ #include <poll.h>
++#include <array>
+ 
+ namespace gloo {
+ namespace transport {
+--- a/gloo/common/linux.cc	2022-10-04 21:20:21.401691929 +0200
++++ b/gloo/common/linux.cc	2022-10-04 21:23:13.924192100 +0200
+@@ -198,7 +198,7 @@
+   } ecmd;
+   int rv;
+ 
+-  ifr->ifr_data = (__caddr_t)&ecmd;
++  ifr->ifr_data = (char *)&ecmd;
+   memset(&ecmd, 0, sizeof(ecmd));
+   ecmd.req.cmd = ETHTOOL_GLINKSETTINGS;
+ 
+@@ -226,7 +226,7 @@
+   struct ethtool_cmd edata;
+   int rv;
+ 
+-  ifr->ifr_data = (__caddr_t)&edata;
++  ifr->ifr_data = (char *)&edata;
+   memset(&edata, 0, sizeof(edata));
+   edata.cmd = ETHTOOL_GSET;
+ 


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

end of thread, other threads:[~2022-10-04 19:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02  9:31 [gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/files/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2022-10-04 19:27 Alfredo Tupone

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