[med-svn] [Git][med-team/vg][master] 3 commits: Added patch from upstream to fix gcc-10 FTBFS

Michael R. Crusoe gitlab at salsa.debian.org
Wed Jan 27 12:05:22 GMT 2021



Michael R. Crusoe pushed to branch master at Debian Med / vg


Commits:
35ab3917 by Michael R. Crusoe at 2021-01-27T12:26:56+01:00
Added patch from upstream to fix gcc-10 FTBFS

- - - - -
4154b1d4 by Michael R. Crusoe at 2021-01-27T13:02:47+01:00
i386 never worked, lets not waste buildd time with it

- - - - -
7d3ee737 by Michael R. Crusoe at 2021-01-27T13:02:48+01:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/gcc-10
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,14 +1,14 @@
-vg (1.30.0+ds-1) UNRELEASED; urgency=medium
+vg (1.30.0+ds-1) unstable; urgency=medium
 
   * Try out mips64el
   * Re-enable tests on avx.
   * New upstream version
   * Refresh patches. No longer uses rocksdb.
   * Added patch to fix include path for vgio's libhandlegraph copy
+  * Added patch from upstream to fix gcc-10 FTBFS
+  * i386 never worked, lets not waste buildd time with it
 
-    TODO: compilation error needs fixing: https://github.com/vgteam/vg/issues/3170
-
- -- Michael R. Crusoe <crusoe at debian.org>  Wed, 20 Jan 2021 16:33:05 +0100
+ -- Michael R. Crusoe <crusoe at debian.org>  Wed, 27 Jan 2021 12:28:32 +0100
 
 vg (1.29.0+ds-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -73,7 +73,7 @@ Rules-Requires-Root: no
 
 Package: vg
 Built-Using: ${simde:Built-Using}
-Architecture: amd64 i386 arm64 ppc64el mips64el s390x riscv64 x32
+Architecture: amd64 arm64 ppc64el mips64el s390x riscv64 x32
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Conflicts: cgvg


=====================================
debian/patches/gcc-10
=====================================
@@ -0,0 +1,22 @@
+From 6bcc455c305d491d5fe3aaa7f0c9964da8c979f4 Mon Sep 17 00:00:00 2001
+From: Adam Novak <anovak at soe.ucsc.edu>
+Date: Tue, 26 Jan 2021 15:32:01 -0800
+Subject: [PATCH] Make sure std::runtime_error is available
+
+This should fix #3170, unless there are more problems on very new GCC.
+---
+ src/index_registry.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/index_registry.hpp b/src/index_registry.hpp
+index 5bdecc2cb6..105d16ac35 100644
+--- a/src/index_registry.hpp
++++ b/src/index_registry.hpp
+@@ -7,6 +7,7 @@
+ #include <functional>
+ #include <string>
+ #include <memory>
++#include <stdexcept>
+ 
+ namespace vg {
+ 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
+gcc-10
 use_packaged_libdeflate
 use_packaged_jemalloc
 use_packaged_libbackward-cpp



View it on GitLab: https://salsa.debian.org/med-team/vg/-/compare/2c0905c2364639713f7b72fbbe3a7b4403546214...7d3ee737e287d9aa04b09618ac77dafa1f016d28

-- 
View it on GitLab: https://salsa.debian.org/med-team/vg/-/compare/2c0905c2364639713f7b72fbbe3a7b4403546214...7d3ee737e287d9aa04b09618ac77dafa1f016d28
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210127/3bd4e3a0/attachment-0001.html>


More information about the debian-med-commit mailing list