Bug#1037882: vart: ftbfs with GCC-13

2024-08-30 Thread Jonathan Bergh
Not that I am aware of - I submitted quite a few fixing similar issues when
GCC was upgraded but only a handful were taken up, I think there are still
a whole bunch that were not applied ... :shrug

On Thu, Aug 29, 2024 at 7:17 AM Petter Reinholdtsen  wrote:

> Is there something wrong with this patch?  It seem to solve a RC
> problem and has been lingering in BTS for a year.
>
> --
> Happy hacking
> Petter Reinholdtsen
>


Bug#1037909: yubioath-desktop: ftbfs with GCC-13

2023-09-16 Thread Jonathan Bergh
Control: tags -1 + patch

Fixes 1037909 due to upgrade with gcc-13


patch1.debdiff
Description: Binary data


Bug#1037903: xrt: ftbfs with GCC-13

2023-09-16 Thread Jonathan Bergh
Control: tags -1 + patch

Fixes 1037903 due to upgrade to gcc-13


patch1.debdiff
Description: Binary data


Bug#1037902: xneur: ftbfs with GCC-13

2023-09-16 Thread Jonathan Bergh
Control: tags -1 + patch

Fixes 1037902 with change to gcc-13.
I believe this is a documented false positive from gcc.


patch1.debdiff
Description: Binary data


Bug#1037799: opencollada: ftbfs with GCC-13

2023-09-16 Thread Jonathan Bergh
Control: tags -1 + patch

Fixes 1037799 due to change to gcc-13


patch1.debdiff
Description: Binary data


Bug#1037699: intel-mediasdk: ftbfs with GCC-13

2023-09-16 Thread Jonathan Bergh
Control: tags -1 + patch

Fixes FTBFS due to gcc-13 upgrade and closes #1037699


patch1.debdiff
Description: Binary data


Bug#1037570: afnix: ftbfs with GCC-13

2023-09-16 Thread Jonathan Bergh
Control: tags -1 + patch

Fixes FTBFS with gcc-13 and closes 1037570


patch1.debdiff
Description: Binary data


Bug#1037629: dublin-traceroute: ftbfs with GCC-13

2023-09-09 Thread Jonathan Bergh
Control: tags 1037629 + patch

Patch to update to use gcc-13


patch1.debdiff
Description: Binary data


Bug#1037734: libpappsomspp: ftbfs with GCC-13

2023-09-09 Thread Jonathan Bergh
Control: tags 1037734 + patch

Patch attached for 1037734
regards
Jonathan


patch1.debdiff
Description: Binary data


Bug#1037752: lief: ftbfs with GCC-13

2023-09-09 Thread Jonathan Bergh
Control: tags 1037752 + patch

Hi, patch which closes the above #1037752

Regards
Jonathan


patch1.debdiff
Description: Binary data


Bug#1037840: Fwd: regina-normal: ftbfs with GCC-13

2023-09-06 Thread Jonathan Bergh
Control: tags 1037840 + patch

Resending with corrected control tag


patch.debdiff
Description: Binary data


Bug#1037907: yrmcds: ftbfs with GCC-13

2023-09-06 Thread Jonathan Bergh
Control: tags 1037907 + patch

Fix FTBFS for 1037907


patch.debdiff
Description: Binary data


Bug#1037882: vart: ftbfs with GCC-13

2023-09-06 Thread Jonathan Bergh
Control: tags 1037882 + patch

patch attached to deal with change to gcc-13


patch.debdiff
Description: Binary data


Bug#1037901: xir: ftbfs with GCC-13

2023-09-06 Thread Jonathan Bergh
Control: tags 1037901 + patch

Patch for the above bug attached.
Regards
Jonathan


patch.debdiff
Description: Binary data


Bug#1037840: regina-normal: ftbfs with GCC-13

2023-09-06 Thread Jonathan Bergh
tags: control -1 + patch

Hi, please find a patch intended to resolve the above FTBFS.


patch.debdiff
Description: Binary data


Bug#1037692: horizon-eda: ftbfs with GCC-13

2023-09-05 Thread Jonathan Bergh
Control: tags 1037692 + patch

Hi, patch attached for the above bug.


patch.debdiff
Description: Binary data


Bug#1037606: subject: clog: ftbfs with GCC-13

2023-09-05 Thread Jonathan Bergh
Control: tags 1037606 + patch

Hello. Patch attached which seems to solve the above FTBFS with gcc-13.


patch1.debdiff
Description: Binary data


Bug#1037569: aflplusplus: ftbfs with GCC-13

2023-08-17 Thread Jonathan Bergh

Control: tags -1 + patch

Hi,

This seems to fix the FTBFS for aflplusplus by updating the 
debian/control deps to the latest gcc-13 dependencies.


diff -Nru aflplusplus-4.07c/debian/control aflplusplus-4.07c/debian/control
--- aflplusplus-4.07c/debian/control  2023-06-20 22:46:27.0 +0200
+++ aflplusplus-4.07c/debian/control  2023-08-17 23:06:53.0 +0200
@@ -9,7 +9,7 @@
  clang-14,
  debhelper-compat (= 13),
  dh-buildinfo,
- gcc-12-plugin-dev,
+ gcc-13-plugin-dev,
  gcc-multilib [amd64 s390x],
  lld-14 [!s390x],
  llvm-14-dev,



Bug#1037682: gr-gsm: ftbfs with GCC-13

2023-08-17 Thread Jonathan Bergh

On Wed, 26 Jul 2023 15:53:15 +0200 Bastian Germann wrote:
> Control: status -1 important
>
> On Wed, 14 Jun 2023 09:25:16 + Matthias Klose wrote:
> > <<< Welcome to GNU Radio Companion Compiler 3.10.5.1 >>>
> >
> > Block paths:
> > /<>/grc
> > /usr/share/gnuradio/grc/blocks
> >
> > >>> Loading: /<>/apps/grgsm_livemon_headless.grc
> > >>> Load Error: /<>/apps/grgsm_livemon_headless.grc: Flowgraph invalid
> > **
> > 4 errors from flowgraph:
> > Param - Cell allocation(cell_allocation):
> > Value "[arfcn.downlink2arfcn(fc)]" cannot be evaluated:
> > name 'arfcn' is not definedParam - Cell allocation(cell_allocation):
>
> I cannot reproduce this. Maybe some other upload has fixed this in the
> mean time.
>
>

Likewise, I cannot reproduce this error. The issue appears to have been 
fixed in the meantime.


Bug#1013616: esys-particle: FTBFS: ! Undefined control sequence. \link ->\htmladdnormallink

2022-09-23 Thread Jonathan Bergh
Hi there,

Please find a patch for the issue above where esys-particle was breaking
during the latex documentation build part.

\htmladdnormallink has been removed from the latest version of TexLive and
is effectively a link to \href, so we have done a search and replace as
well as switched the command arguments around as required.

Regards
Jonathan
ᐧ


fix_FTBFS_htmladdnormallink.patch
Description: Binary data