All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/kmsxx: fix build with gcc 10
@ 2020-08-15 14:14 Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-08-15 14:14 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=d82fa9e022f7f7781df8f1124430aa31688bf827
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
 - http://autobuild.buildroot.org/results/7777cd9496e8f8cdb093c3f82c550eebedda0b5d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 .../0001-fix-compiler-errors-with-gcc-10.patch     | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/package/kmsxx/0001-fix-compiler-errors-with-gcc-10.patch b/package/kmsxx/0001-fix-compiler-errors-with-gcc-10.patch
new file mode 100644
index 0000000000..6ec080af97
--- /dev/null
+++ b/package/kmsxx/0001-fix-compiler-errors-with-gcc-10.patch
@@ -0,0 +1,35 @@
+From aa54634ce7cbbfc844de945e73a9f34cdcb9bb12 Mon Sep 17 00:00:00 2001
+From: Peter Trompeter <christoph@zen.fritz.box>
+Date: Fri, 15 May 2020 15:20:47 +0200
+Subject: [PATCH] fix compiler errors with gcc 10
+
+[Retrieved from:
+https://github.com/tomba/kmsxx/commit/aa54634ce7cbbfc844de945e73a9f34cdcb9bb12]
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+---
+ kms++/inc/kms++/pixelformats.h | 1 +
+ kms++util/src/opts.cpp         | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/kms++/inc/kms++/pixelformats.h b/kms++/inc/kms++/pixelformats.h
+index 784717d..4e73d5d 100644
+--- a/kms++/inc/kms++/pixelformats.h
++++ b/kms++/inc/kms++/pixelformats.h
+@@ -2,6 +2,7 @@
+ 
+ #include <cstdint>
+ #include <string>
++#include <stdexcept>
+ 
+ namespace kms
+ {
+diff --git a/kms++util/src/opts.cpp b/kms++util/src/opts.cpp
+index afef452..5a14b84 100644
+--- a/kms++util/src/opts.cpp
++++ b/kms++util/src/opts.cpp
+@@ -1,4 +1,5 @@
+ #include <algorithm>
++#include <stdexcept>
+ 
+ #include <unistd.h>
+ #include <getopt.h>

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

* [Buildroot] [git commit] package/kmsxx: fix build with gcc 10
@ 2020-12-01 21:47 Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-12-01 21:47 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=eefebfe5dfd6dd34f3142c633a44ea1fe21c1ec7
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
 - http://autobuild.buildroot.org/results/59f70fb725c2f07e27dc818839e02f2788ee490c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 ...g-to-card.h-to-follow-gcc10-porting-guide.patch | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/package/kmsxx/0002-added-include-string-to-card.h-to-follow-gcc10-porting-guide.patch b/package/kmsxx/0002-added-include-string-to-card.h-to-follow-gcc10-porting-guide.patch
new file mode 100644
index 0000000000..a326577b04
--- /dev/null
+++ b/package/kmsxx/0002-added-include-string-to-card.h-to-follow-gcc10-porting-guide.patch
@@ -0,0 +1,25 @@
+From b53f9d383c9189a897c44cd88a8fc1b871fdc8a2 Mon Sep 17 00:00:00 2001
+From: Tobias Off <sebastianoff@web.de>
+Date: Thu, 8 Oct 2020 22:37:55 +0200
+Subject: [PATCH] added #include <string> to card.h to follow gcc10 porting
+ guide
+
+[Retrieved (and backported) from:
+https://github.com/tomba/kmsxx/commit/b53f9d383c9189a897c44cd88a8fc1b871fdc8a2]
+Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
+---
+ kms++/inc/kms++/card.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/kms++/inc/kms++/card.h b/kms++/inc/kms++/card.h
+index 0a7eaaf..f60b184 100644
+--- a/kms++/inc/kms++/card.h
++++ b/kms++/inc/kms++/card.h
+@@ -4,6 +4,7 @@
+ #include <cstdint>
+ #include <vector>
+ #include <map>
++#include <string>
+ 
+ #include "decls.h"
+ #include "pipeline.h"

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

end of thread, other threads:[~2020-12-01 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-15 14:14 [Buildroot] [git commit] package/kmsxx: fix build with gcc 10 Thomas Petazzoni
2020-12-01 21:47 Thomas Petazzoni

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.