• Bug#1065969: ike-scan: FTBFS on arm{el,hf}: configure: error: cannot de

    From Steve Langasek@21:1/5 to All on Wed Apr 10 23:50:01 2024
    This is a multi-part MIME message sent by reportbug.


    Package: ike-scan
    Followup-For: Bug #1065969
    User: ubuntu-devel@lists.ubuntu.com
    Usertags: origin-ubuntu noble ubuntu-patch
    Control: tags -1 patch

    Please find attached a patch for this issue that has been uploaded to
    Ubuntu.

    --
    Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer https://www.debian.org/ slangasek@ubuntu.com vorlon@debian.org

    diff -Nru ike-scan-1.9.5/debian/patches/no-implicit-declarations.patch ike-scan-1.9.5/debian/patches/no-implicit-declarations.patch
    --- ike-scan-1.9.5/debian/patches/no-implicit-declarations.patch 1969-12-31 16:00:00.000000000 -0800
    +++ ike-scan-1.9.5/debian/patches/no-implicit-declarations.patch 2024-04-10 14:34:34.000000000 -0700
    @@ -0,0 +1,18 @@
    +Description: add missing include
    +Author: Steve Langasek <steve.langasek@canonical.com>
    +Bug-Debian: https://bugs.debian.org/1065969
    +Last-Update: 2024-04-10
    +Forwarded: no
    +
    +Index: ike-scan-1.9.5/acinclude.m4 +===================================================================
    +--- ike-scan-1.9.5.orig/acinclude.m4
    ++++ ike-scan-1.9.5/acinclude.m4
    +@@ -180,6 +180,7 @@
    + AC_CACHE_VAL(pgac_cv_snprintf_long_long_int_format,
    + [for pgac_format in '%lld' '%qd' '%I64d'; do
    + AC_TRY_RUN([#include <stdio.h>
    ++#include <string.h>
    + typedef long long int int64;
    + #define INT64_FORMAT "$pgac_format"
    +
    diff -Nru ike-scan-1.9.5/debian/patches/series ike-scan-1.9.5/debian/patches/series
    --- ike-scan-1.9.5/debian/patches/series 2021-10-18 02:12:52.000000000 -0700
    +++ ike-scan-1.9.5/de