Debian Patches

Status for ivar/1.4.3+dfsg-2

Patch Description Author Forwarded Bugs Origin Last update
Fix-warning.patch Initialise array in testfile explicitly to empty string array Nilesh Patra <nilesh@debian.org> no 2021-08-28
forward-build-options.patch inject Debian build options Étienne Mollier <emollier@debian.org> not-needed 2021-08-28
privacy-breach.patch fix privacy-breach-generic in cookbookpage.html The document refers to a diagram hosted on github, but there is a local copy
readily available for use, so lets use this one.
.
The file layout is somewhat odd, so I refrained to forward upstream.
Étienne Mollier <emollier@debian.org> not-needed 2021-09-16
gcc-13.patch fix build failure with gcc-13 Attempting to build ivar up to version 1.4.1 with Gcc 13 will result with the
following errors:
.
primer_bed.h:13:3: error: ‘uint32_t’ does not name a type
13 | uint32_t start; // 0 based
| ^~~~~~~~
primer_bed.h:6:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
5 | #include <vector>
+++ |+#include <cstdint>
6 |
.
parse_gff.h:47:3: error: ‘uint64_t’ does not name a type
47 | uint64_t get_start();
| ^~~~~~~~
parse_gff.h:6:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
5 | #include <regex>
+++ |+#include <cstdint>
6 | #include <sstream>
.
Per the hints, this patch will resolve the build problem with the newer
compiler version.
Étienne Mollier <emollier@debian.org> yes debian 2023-07-20
gcc-13-2.patch Remove -std=c++11 to fix autopkgtest failure with gcc 13 Adrian Bunk <bunk@debian.org> no debian 2023-08-04

All known versions for source package 'ivar'

Links