• Bug#1101234: libwww-curl-perl: FTBFS: curlopt-constants.c:44:63: error:

    From Santiago Vila@21:1/5 to All on Tue Mar 25 01:20:09 2025
    Package: src:libwww-curl-perl
    Version: 4.17-11
    Severity: serious
    Tags: ftbfs trixie sid

    Dear maintainer:

    During a rebuild of all packages in unstable, your package failed to build:

    --------------------------------------------------------------------------------
    [...]
    debian/rules clean
    dh clean
    dh_clean
    debian/rules binary
    dh binary
    dh_update_autotools_config
    dh_autoreconf
    dh_auto_configure
    /usr/bin/perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_
    FORTIFY_SOURCE=2" "LD=x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now"
    Locating required external dependency bin:curl-config... found at /usr/bin/curl-config.
    The version is libcurl 8.13.0-rc2
    Found curl.h in /usr/include/x86_64-linux-gnu/curl/curl.h
    Building curlopt-constants.c for your libcurl version
    Building Easy.pm constants for your libcurl version
    Building Share.pm constants for your libcurl version
    Checking if your kit is complete...
    Looks good
    Generating a Unix-style Makefile
    Writing Makefile for WWW::Curl
    Writing MYMETA.yml and MYMETA.json
    dh_auto_build
    make -j2
    make[1]: Entering directory '/<<PKGBUILDDIR>>'
    Running Mkbootstrap for Curl ()
    chmod 644 "Curl.bs"
    "/usr/bin/perl" "-Iinc" "/usr/share/perl/5.40/ExtUtils/xsubpp" -typemap '/usr/share/perl/5.40/ExtUtils/typemap' -typemap '/<<PKGBUILDDIR>>/typemap' Curl.xs > Curl.xsc
    cp lib/WWW/Curl/Share.pm blib/lib/WWW/Curl/Share.pm
    cp lib/WWW/Curl/Multi.pm blib/lib/WWW/Curl/Multi.pm
    cp lib/WWW/Curl.pm blib/lib/WWW/Curl.pm
    cp lib/WWW/Curl/Form.pm blib/lib/WWW/Curl/Form.pm
    cp lib/WWW/Curl/Easy.pm blib/lib/WWW/Curl/Easy.pm
    "/usr/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/WWW/Curl/Curl.bs 644
    mv Curl.xsc Curl.c
    x86_64-linux-gnu-gcc -c -I/usr/include/x86_64-linux-gnu -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=
    /<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DVERSION=\"4.17\" -DXS_VERSION=\"4.17\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.40/CORE" Curl.c
    Curl.xs: In function ‘callback_index’:
    Curl.xs:109:9: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
    109 | case CURLOPT_PROGRESSFUNCTION:
    | ^~~~
    In file included from Curl.xs:17: /usr/include/x86_64-linux-gnu/curl/curl.h:1324:3: note: declared here
    1324 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
    | ^~~~~~~~~~~~~~~~~
    Curl.xs: In function ‘perl_curl_form_delete’:
    Curl.xs:231:9: warning: ‘curl_formfree’ is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
    231 | curl_formfree(self->post);
    | ^~~~~~~~~~~~~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2657:1: note: declared here
    2657 | curl_formfree(struct curl_httppost *form);
    | ^~~~~~~~~~~~~
    In file included from Curl.xs:578:
    curlopt-constants.c: In function ‘constant’:
    curlopt-constants.c:26:13: warning: ‘CURL_FORMADD_DISABLED’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    26 | if (strEQ(name, "FORMADD_DISABLED")) return CURL_FORMADD_DISABLED;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2606:3: note: declared here
    2606 | CURL_FORMADD_DISABLED CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:27:13: warning: ‘CURL_FORMADD_ILLEGAL_ARRAY’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    27 | if (strEQ(name, "FORMADD_ILLEGAL_ARRAY")) return CURL_FORMADD_ILLEGAL_ARRAY;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2604:3: note: declared here
    2604 | CURL_FORMADD_ILLEGAL_ARRAY CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:28:13: warning: ‘CURL_FORMADD_INCOMPLETE’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    28 | if (strEQ(name, "FORMADD_INCOMPLETE")) return CURL_FORMADD_INCOMPLETE;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2603:3: note: declared here
    2603 | CURL_FORMADD_INCOMPLETE CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:29:13: warning: ‘CURL_FORMADD_MEMORY’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    29 | if (strEQ(name, "FORMADD_MEMORY")) return CURL_FORMADD_MEMORY;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2599:3: note: declared here
    2599 | CURL_FORMADD_MEMORY CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:30:13: warning: ‘CURL_FORMADD_NULL’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    30 | if (strEQ(name, "FORMADD_NULL")) return CURL_FORMADD_NULL;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2601:3: note: declared here
    2601 | CURL_FORMADD_NULL CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:31:13: warning: ‘CURL_FORMADD_OK’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    31 | if (strEQ(name, "FORMADD_OK")) return CURL_FORMADD_OK;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2597:3: note: declared here
    2597 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */
    | ^~~~~~~~~~~~~~~
    curlopt-constants.c:32:13: warning: ‘CURL_FORMADD_OPTION_TWICE’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    32 | if (strEQ(name, "FORMADD_OPTION_TWICE")) return CURL_FORMADD_OPTION_TWICE;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2600:3: note: declared here
    2600 | CURL_FORMADD_OPTION_TWICE CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:33:13: warning: ‘CURL_FORMADD_UNKNOWN_OPTION’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    33 | if (strEQ(name, "FORMADD_UNKNOWN_OPTION")) return CURL_FORMADD_UNKNOWN_OPTION;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2602:3: note: declared here
    2602 | CURL_FORMADD_UNKNOWN_OPTION CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:44:63: error: ‘CURL_HAS_DECLSPEC_ATTRIBUTE’ undeclared (first use in this function)
    44 | if (strEQ(name, "HAS_DECLSPEC_ATTRIBUTE")) return CURL_HAS_DECLSPEC_ATTRIBUTE;
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:44:63: note: each undeclared identifier is reported only once for each function it appears in
    curlopt-constants.c:198:56: warning: overflow in conversion from ‘long unsigned int’ to ‘int’ changes value from ‘18446744073709551615’ to ‘-1’ [-Woverflow]
    198 | if (strEQ(name, "ZERO_TERMINATED")) return CURL_ZERO_TERMINATED;
    | ^~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:589:13: warning: ‘CURLSSLBACKEND_AXTLS’ is deprecated: since 7.61.0. [-Wdeprecated-declarations]
    589 | if (strEQ(name, "AXTLS")) return CURLSSLBACKEND_AXTLS;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:162:3: note: declared here
    162 | CURLSSLBACKEND_AXTLS CURL_DEPRECATED(7.61.0, "") = 10,
    | ^~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:605:13: warning: ‘CURLSSLBACKEND_GSKIT’ is deprecated: since 8.3.0. [-Wdeprecated-declarations]
    605 | if (strEQ(name, "GSKIT")) return CURLSSLBACKEND_GSKIT;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:157:3: note: declared here
    157 | CURLSSLBACKEND_GSKIT CURL_DEPRECATED(8.3.0, "") = 5,
    | ^~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:616:13: warning: ‘CURLSSLBACKEND_MESALINK’ is deprecated: since 7.82.0. [-Wdeprecated-declarations]
    616 | if (strEQ(name, "MESALINK")) return CURLSSLBACKEND_MESALINK;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:164:3: note: declared here
    164 | CURLSSLBACKEND_MESALINK CURL_DEPRECATED(7.82.0, "") = 12,
    | ^~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:620:13: warning: ‘CURLSSLBACKEND_NSS’ is deprecated: since 8.3.0. [-Wdeprecated-declarations]
    620 | if (strEQ(name, "NSS")) return CURLSSLBACKEND_NSS;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:155:3: note: declared here
    155 | CURLSSLBACKEND_NSS CURL_DEPRECATED(8.3.0, "") = 3,
    | ^~~~~~~~~~~~~~~~~~
    curlopt-constants.c:626:13: warning: ‘CURLSSLBACKEND_POLARSSL’ is deprecated: since 7.69.0. [-Wdeprecated-declarations]
    626 | if (strEQ(name, "POLARSSL")) return CURLSSLBACKEND_POLARSSL;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:158:3: note: declared here
    158 | CURLSSLBACKEND_POLARSSL CURL_DEPRECATED(7.69.0, "") = 6,
    | ^~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:1136:13: warning: ‘CURLOPT_CONV_FROM_NETWORK_FUNCTION’ is deprecated: since 7.82.0. Serves no purpose anymore [-Wdeprecated-declarations]
    1136 | if (strEQ(name, "CONV_FROM_NETWORK_FUNCTION")) return CURLOPT_CONV_FROM_NETWORK_FUNCTION;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1649:3: note: declared here
    1649 | CURLOPTDEPRECATED(CURLOPT_CONV_FROM_NETWORK_FUNCTION,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1137:13: warning: ‘CURLOPT_CONV_FROM_UTF8_FUNCTION’ is deprecated: since 7.82.0. Serves no purpose anymore [-Wdeprecated-declarations]
    1137 | if (strEQ(name, "CONV_FROM_UTF8_FUNCTION")) return CURLOPT_CONV_FROM_UTF8_FUNCTION;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1662:3: note: declared here
    1662 | CURLOPTDEPRECATED(CURLOPT_CONV_FROM_UTF8_FUNCTION,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1138:13: warning: ‘CURLOPT_CONV_TO_NETWORK_FUNCTION’ is deprecated: since 7.82.0. Serves no purpose anymore [-Wdeprecated-declarations]
    1138 | if (strEQ(name, "CONV_TO_NETWORK_FUNCTION")) return CURLOPT_CONV_TO_NETWORK_FUNCTION;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1655:3: note: declared here
    1655 | CURLOPTDEPRECATED(CURLOPT_CONV_TO_NETWORK_FUNCTION,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1162:13: warning: ‘CURLOPT_DNS_USE_GLOBAL_CACHE’ is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations]
    1162 | if (strEQ(name, "DNS_USE_GLOBAL_CACHE")) return CURLOPT_DNS_USE_GLOBAL_CACHE;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1451:3: note: declared here
    1451 | CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1170:13: warning: ‘CURLOPT_EGDSOCKET’ is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
    1170 | if (strEQ(name, "EGDSOCKET")) return CURLOPT_EGDSOCKET;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1395:3: note: declared here
    1395 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1222:13: warning: ‘CURLOPT_HTTPPOST’ is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
    1222 | if (strEQ(name, "HTTPPOST")) return CURLOPT_HTTPPOST;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1225:3: note: declared here
    1225 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1236:13: warning: ‘CURLOPT_IOCTLDATA’ is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations]
    1236 | if (strEQ(name, "IOCTLDATA")) return CURLOPT_IOCTLDATA;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1609:3: note: declared here
    1609 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1237:13: warning: ‘CURLOPT_IOCTLFUNCTION’ is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
    1237 | if (strEQ(name, "IOCTLFUNCTION")) return CURLOPT_IOCTLFUNCTION;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1607:3: note: declared here
    1607 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1306:13: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
    1306 | if (strEQ(name, "PROGRESSFUNCTION")) return CURLOPT_PROGRESSFUNCTION;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1324:3: note: declared here
    1324 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1307:13: warning: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
    1307 | if (strEQ(name, "PROTOCOLS")) return CURLOPT_PROTOCOLS;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1776:3: note: declared here
    1776 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1342:13: warning: ‘CURLOPT_PUT’ is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations]
    1342 | if (strEQ(name, "PUT")) return CURLOPT_PUT;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1315:3: note: declared here
    1315 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1349:13: warning: ‘CURLOPT_RANDOM_FILE’ is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
    1349 | if (strEQ(name, "RANDOM_FILE")) return CURLOPT_RANDOM_FILE;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1391:3: note: declared here
    1391 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1353:13: warning: ‘CURLOPT_REDIR_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations]
    1353 | if (strEQ(name, "REDIR_PROTOCOLS")) return CURLOPT_REDIR_PROTOCOLS;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1782:3: note: declared here
    1782 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1383:13: warning: ‘CURLOPT_SOCKS5_GSSAPI_SERVICE’ is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations]
    1383 | if (strEQ(name, "SOCKS5_GSSAPI_SERVICE")) return CURLOPT_SOCKS5_GSSAPI_SERVICE;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1765:3: note: declared here
    1765 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1411:13: warning: ‘CURLOPT_SSL_ENABLE_NPN’ is deprecated: since 7.86.0. Has no function [-Wdeprecated-declarations]
    1411 | if (strEQ(name, "SSL_ENABLE_NPN")) return CURLOPT_SSL_ENABLE_NPN;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1929:3: note: declared here
    1929 | CURLOPTDEPRECATED(CURLOPT_SSL_ENABLE_NPN, CURLOPTTYPE_LONG, 225,
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:1928:13: warning: ‘CURLINFO_CONTENT_LENGTH_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
    1928 | if (strEQ(name, "CONTENT_LENGTH_DOWNLOAD")) return CURLINFO_CONTENT_LENGTH_DOWNLOAD;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2919:3: note: declared here
    2919 | CURLINFO_CONTENT_LENGTH_DOWNLOAD
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:1930:13: warning: ‘CURLINFO_CONTENT_LENGTH_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations]
    1930 | if (strEQ(name, "CONTENT_LENGTH_UPLOAD")) return CURLINFO_CONTENT_LENGTH_UPLOAD;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2924:3: note: declared here
    2924 | CURLINFO_CONTENT_LENGTH_UPLOAD
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:1967:13: warning: ‘CURLINFO_LASTSOCKET’ is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations]
    1967 | if (strEQ(name, "LASTSOCKET")) return CURLINFO_LASTSOCKET;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2941:3: note: declared here
    2941 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET")
    | ^~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:1992:13: warning: ‘CURLINFO_PROTOCOL’ is deprecated: since 7.85.0. Use CURLINFO_SCHEME [-Wdeprecated-declarations]
    1992 | if (strEQ(name, "PROTOCOL")) return CURLINFO_PROTOCOL;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2962:3: note: declared here
    2962 | CURLINFO_PROTOCOL CURL_DEPRECATED(7.85.0, "Use CURLINFO_SCHEME")
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:2018:13: warning: ‘CURLINFO_SIZE_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations]
    2018 | if (strEQ(name, "SIZE_DOWNLOAD")) return CURLINFO_SIZE_DOWNLOAD;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2902:3: note: declared here
    2902 | CURLINFO_SIZE_DOWNLOAD
    | ^~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2020:13: warning: ‘CURLINFO_SIZE_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations]
    2020 | if (strEQ(name, "SIZE_UPLOAD")) return CURLINFO_SIZE_UPLOAD;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2899:3: note: declared here
    2899 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T")
    | ^~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2024:13: warning: ‘CURLINFO_SPEED_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations]
    2024 | if (strEQ(name, "SPEED_DOWNLOAD")) return CURLINFO_SPEED_DOWNLOAD;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2906:3: note: declared here
    2906 | CURLINFO_SPEED_DOWNLOAD
    | ^~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2026:13: warning: ‘CURLINFO_SPEED_UPLOAD’ is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations]
    2026 | if (strEQ(name, "SPEED_UPLOAD")) return CURLINFO_SPEED_UPLOAD;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2910:3: note: declared here
    2910 | CURLINFO_SPEED_UPLOAD
    | ^~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2038:13: warning: ‘CURLINFO_TLS_SESSION’ is deprecated: since 7.48.0. Use CURLINFO_TLS_SSL_PTR [-Wdeprecated-declarations]
    2038 | if (strEQ(name, "TLS_SESSION")) return CURLINFO_TLS_SESSION;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2956:3: note: declared here
    2956 | CURLINFO_TLS_SESSION CURL_DEPRECATED(7.48.0, "Use CURLINFO_TLS_SSL_PTR")
    | ^~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2379:13: warning: ‘CURLFORM_ARRAY’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    2379 | if (strEQ(name, "ARRAY")) return CURLFORM_ARRAY;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2553:3: note: declared here
    2553 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~
    curlopt-constants.c:2382:13: warning: ‘CURLFORM_BUFFER’ is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
    2382 | if (strEQ(name, "BUFFER")) return CURLFORM_BUFFER;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2557:3: note: declared here
    2557 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
    | ^~~~~~~~~~~~~~~
    curlopt-constants.c:2383:13: warning: ‘CURLFORM_BUFFERLENGTH’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
    2383 | if (strEQ(name, "BUFFERLENGTH")) return CURLFORM_BUFFERLENGTH;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2559:3: note: declared here
    2559 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
    | ^~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2384:13: warning: ‘CURLFORM_BUFFERPTR’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
    2384 | if (strEQ(name, "BUFFERPTR")) return CURLFORM_BUFFERPTR;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2558:3: note: declared here
    2558 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
    | ^~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2387:13: warning: ‘CURLFORM_CONTENTHEADER’ is deprecated: since 7.56.0. Use curl_mime_headers() [-Wdeprecated-declarations]
    2387 | if (strEQ(name, "CONTENTHEADER")) return CURLFORM_CONTENTHEADER;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2562:3: note: declared here
    2562 | CURLFORM_CONTENTHEADER CURL_DEPRECATED(7.56.0, "Use curl_mime_headers()"),
    | ^~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2388:13: warning: ‘CURLFORM_CONTENTLEN’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
    2388 | if (strEQ(name, "CONTENTLEN")) return CURLFORM_CONTENTLEN;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2568:3: note: declared here
    2568 | CURLFORM_CONTENTLEN /* added in 7.46.0, provide a curl_off_t length */
    | ^~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2389:13: warning: ‘CURLFORM_CONTENTSLENGTH’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
    2389 | if (strEQ(name, "CONTENTSLENGTH")) return CURLFORM_CONTENTSLENGTH;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2551:3: note: declared here
    2551 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
    | ^~~~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2390:13: warning: ‘CURLFORM_CONTENTTYPE’ is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
    2390 | if (strEQ(name, "CONTENTTYPE")) return CURLFORM_CONTENTTYPE;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2561:3: note: declared here
    2561 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
    | ^~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2391:13: warning: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
    2391 | if (strEQ(name, "COPYCONTENTS")) return CURLFORM_COPYCONTENTS;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2549:3: note: declared here
    2549 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
    | ^~~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2392:13: warning: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
    2392 | if (strEQ(name, "COPYNAME")) return CURLFORM_COPYNAME;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2546:3: note: declared here
    2546 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:2399:13: warning: ‘CURLFORM_FILE’ is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
    2399 | if (strEQ(name, "FILE")) return CURLFORM_FILE;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2555:3: note: declared here
    2555 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
    | ^~~~~~~~~~~~~
    curlopt-constants.c:2400:13: warning: ‘CURLFORM_FILECONTENT’ is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations]
    2400 | if (strEQ(name, "FILECONTENT")) return CURLFORM_FILECONTENT;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2552:3: note: declared here
    2552 | CURLFORM_FILECONTENT CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"),
    | ^~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2401:13: warning: ‘CURLFORM_FILENAME’ is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
    2401 | if (strEQ(name, "FILENAME")) return CURLFORM_FILENAME;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2563:3: note: declared here
    2563 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
    | ^~~~~~~~~~~~~~~~~
    curlopt-constants.c:2411:13: warning: ‘CURLFORM_NAMELENGTH’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    2411 | if (strEQ(name, "NAMELENGTH")) return CURLFORM_NAMELENGTH;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2548:3: note: declared here
    2548 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2412:13: warning: ‘CURLFORM_NOTHING’ is deprecated: since 7.56.0. [-Wdeprecated-declarations]
    2412 | if (strEQ(name, "NOTHING")) return CURLFORM_NOTHING;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2545:3: note: declared here
    2545 | CURLFORM_NOTHING CURL_DEPRECATED(7.56.0, ""),
    | ^~~~~~~~~~~~~~~~
    curlopt-constants.c:2416:13: warning: ‘CURLFORM_PTRCONTENTS’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
    2416 | if (strEQ(name, "PTRCONTENTS")) return CURLFORM_PTRCONTENTS;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2550:3: note: declared here
    2550 | CURLFORM_PTRCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
    | ^~~~~~~~~~~~~~~~~~~~
    curlopt-constants.c:2417:13: warning: ‘CURLFORM_PTRNAME’ is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
    2417 | if (strEQ(name, "PTRNAME")) return CURLFORM_PTRNAME;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2547:3: note: declared here
    2547 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
    | ^~~~~~~~~~~~~~~~
    curlopt-constants.c:2422:13: warning: ‘CURLFORM_STREAM’ is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations]
    2422 | if (strEQ(name, "STREAM")) return CURLFORM_STREAM;
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2567:3: note: declared here
    2567 | CURLFORM_STREAM CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"),
    | ^~~~~~~~~~~~~~~
    curlopt-constants.c:2786:44: warning: overflow in conversion from ‘long unsigned int’ to ‘int’ changes value from ‘18446744073709551599’ to ‘-17’ [-Woverflow]
    2786 | if (strEQ(name, "ANY")) return CURLAUTH_ANY;
    | ^~~~~~~~~~~~ curlopt-constants.c:2787:48: warning: overflow in conversion from ‘long unsigned int’ to ‘int’ changes value from ‘18446744073709551598’ to ‘-18’ [-Woverflow]
    2787 | if (strEQ(name, "ANYSAFE")) return CURLAUTH_ANYSAFE;
    | ^~~~~~~~~~~~~~~~ Curl.xs: In function ‘XS_WWW__Curl__Easy_duphandle’:
    Curl.xs:669:9: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
    669 | if (self->callback[callback_index(CURLOPT_PROGRESSFUNCTION)] || self->callback_ctx[callback_index(CURLOPT_PROGRESSDATA)]) {
    | ^~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1324:3: note: declared here
    1324 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
    | ^~~~~~~~~~~~~~~~~
    Curl.xs:670:17: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
    670 | curl_easy_setopt(clone->curl, CURLOPT_PROGRESSFUNCTION, progress_callback_func);
    | ^~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/curl/curl.h:1324:3: note: declared here
    1324 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
    | ^~~~~~~~~~~~~~~~~
    Curl.xs: In function ‘XS_WWW__Curl__Easy_setopt’:
    Curl.xs:726:17: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
    726 | curl_easy_setopt(self->curl, CURLOPT_PROGRESSFUNCTION, SvOK(value) ? progress_callback_func : NULL);
    | ^~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/curl/curl.h:1324:3: note: declared here
    1324 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
    | ^~~~~~~~~~~~~~~~~
    Curl.xs:746:13: warning: ‘CURLOPT_PROGRESSFUNCTION’ is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
    746 | case CURLOPT_PROGRESSFUNCTION:
    | ^~~~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1324:3: note: declared here
    1324 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
    | ^~~~~~~~~~~~~~~~~
    Curl.xs:809:13: warning: ‘CURLOPT_HTTPPOST’ is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
    809 | case CURLOPT_HTTPPOST:
    | ^~~~
    /usr/include/x86_64-linux-gnu/curl/curl.h:1225:3: note: declared here
    1225 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
    | ^~~~~~~~~~~~~~~~~
    Curl.xs: In function ‘XS_WWW__Curl__Form_formadd’:
    Curl.xs:1022:9: warning: ‘curl_formadd’ is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
    1022 | curl_formadd(&(self->post),&(self->last),
    | ^~~~~~~~~~~~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2621:1: note: declared here
    2621 | curl_formadd(struct curl_httppost **httppost,
    | ^~~~~~~~~~~~
    Curl.xs:1023:13: warning: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
    1023 | CURLFORM_COPYNAME,name,
    | ^~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/curl/curl.h:2546:3: note: declared here
    2546 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
    | ^~~~~~~~~~~~~~~~~
    Curl.xs:1024:13: warning: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
    1024 | CURLFORM_COPYCONTENTS,value,
    | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/curl/curl.h:2549:3: note: declared here
    2549 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
    | ^~~~~~~~~~~~~~~~~~~~~
    Curl.xs: In function ‘XS_WWW__Curl__Form_formaddfile’:
    Curl.xs:1034:9: warning: ‘curl_formadd’ is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
    1034 | curl_formadd(&(self->post),&(self->last),
    | ^~~~~~~~~~~~
    /usr/include/x86_64-linux-gnu/curl/curl.h:2621:1: note: declared here
    2621 | curl_formadd(struct curl_httppost **httppost,
    | ^~~~~~~~~~~~

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gregor herrmann@21:1/5 to Santiago Vila on Tue Mar 25 17:20:01 2025
    Control: tag -1 + confirmed

    On Tue, 25 Mar 2025 00:11:01 +0000, Santiago Vila wrote:

    Package: src:libwww-curl-perl
    Version: 4.17-11
    Severity: serious
    Tags: ftbfs trixie sid

    Dear maintainer:

    During a rebuild of all packages in unstable, your package failed to build:


    curlopt-constants.c:44:63: error: ???CURL_HAS_DECLSPEC_ATTRIBUTE??? undeclared (first use in this function)
    44 | if (strEQ(name, "HAS_DECLSPEC_ATTRIBUTE")) return CURL_HAS_DECLSPEC_ATTRIBUTE;
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~

    That's probably https://github.com/curl/curl/commit/dbbbf717f3a39ab8fc0c996450e699a3a8d46fe5
    and might need another patch to update the list of ignored symbols in Makefile.PL:

    for my $e (sort @syms) {
    - if($e =~ /(OBSOLETE|^CURL_EXTERN|_LAST\z|_LASTENTRY\z)/) {
    + if($e =~ /(OBSOLETE|^CURL_EXTERN|^CURL_WIN32\z|^CURLOPT\z|^CURL_STRICTER\z|^CURL_DID_MEMORY_FUNC_TYPEDEFS\z|_LAST\z|_LASTENTRY\z|^CURLINC_|DEPRECAT)/) {
    next;
    }


    Cheers,
    gregor

    --
    .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
    : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
    `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
    `-

    -----BEGIN PGP SIGNATURE-----

    iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmfi1jBfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgYdJRAAl4WVJiS/ACA53LXkZBG/N7lIcaMqJEBjMXCcwPgbouo6EIscuOC0Ge/2 hBhcME49c/ysrXS7hn8SIWJ9q/6GYiJyHKom1AtNfmrxVT+TMQZB5F+xMLZ5InAw eCAOaA3/hekzmLVmNjVUwtHcHodnAqVgYktwF7zxpsY06Zo74vC8Rk1xQ7G1QHMl qAtug3mfR1DJTFSCgpy7KQK3tLYKfAZNOKeIC3WazgOfU3MAG/58uxA5BuvOLqQ4 sVeDeJKbKFL24/3VbBHUTGvWT1IWlDR3pVy51Ysa5hBOWUrlNYUsL+XAiYUXRtgr LqYbGVwHjP4y7mfotTgs7cSTKtOS6ZwfXsg3Mbic4ZNhbCmWlT9VM5fBT54gJMxV FsoMVUgRGrkfqnZLNDKpfbzcigS8PWyR5rmAmN3hsY1fPwiC+xW5Yjwno7pGHJit pD/DDF0OctFyYx8fK+hfa/Z2iBOBOn41//LKjusFFDKXJmIQUj/fioCNhlwLNGLl sbHtIAy+TeVmKzlGnF6XqK/X4ccJ+MiEd28qMubzqmQZaV+aJSHVxsc7uHYghWQr jP6KOz/CKYj3hNY0A9xzkHhVsM3blOBvmWP1xUuqbpnB5LbKV1p+2j/+puamJEIE XYQ+7NTXCbcAF/UXnBznj4bjSlenXg7VxvU1rxBSeg4+iBySvLI=
    =sXOU
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Tue Mar 25 17:20:01 2025
    Processing control commands:

    tag -1 + confirmed
    Bug #1101234 [src:libwww-curl-perl] libwww-curl-perl: FTBFS: curlopt-constants.c:44:63: error: 'CURL_HAS_DECLSPEC_ATTRIBUTE' undeclared
    Added tag(s) confirmed.

    --
    1101234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101234
    Debian Bug Tracking System
    Contact [email protected] with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Fri Apr 11 15:30:02 2025
    Processing control commands:

    tag -1 pending
    Bug #1101234 [src:libwww-curl-perl] libwww-curl-perl: FTBFS: curlopt-constants.c:44:63: error: 'CURL_HAS_DECLSPEC_ATTRIBUTE' undeclared
    Added tag(s) pending.

    --
    1101234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101234
    Debian Bug Tracking System
    Contact [email protected] with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gregor herrmann@21:1/5 to All on Fri Apr 11 15:30:03 2025
    Control: tag -1 pending

    Hello,

    Bug #1101234 in libwww-curl-perl reported by you has been fixed in the
    Git repository and is awaiting an upload. You can see the commit
    message below and you can check the diff of the fix at:

    https://salsa.debian.org/perl-team/modules/packages/libwww-curl-perl/-/commit/cb88c56c994858b3c323f31c5d25a0baea11b677

    ------------------------------------------------------------------------
    Add patch for curl 8.13.0 compatibility.

    Closes: #1101234 ------------------------------------------------------------------------

    (this message was generated automatically)
    --
    Greetings

    https://bugs.debian.org/1101234

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Fri Apr 11 15:50:02 2025
    This is a multi-part message in MIME format...

    Your message dated Fri, 11 Apr 2025 13:42:39 +0000
    with message-id <[email protected]>
    and subject line Bug#1101234: fixed in libwww-curl-perl 4.17-12
    has caused the Debian Bug report #1101234,
    regarding libwww-curl-perl: FTBFS: curlopt-constants.c:44:63: error: 'CURL_HAS_DECLSPEC_ATTRIBUTE' undeclared
    to be marked as done.

    This means that you claim that the problem has been dealt with.
    If this is not the case it is now your responsibility to reopen the
    Bug report if necessary, and/or fix the problem forthwith.

    (NB: If you are a system administrator and have no idea what this
    message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected]
    immediately.)


    --
    1101234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101234
    Debian Bug Tracking System
    Contact [email protected] with problems

    Received: (at submit) by bugs.debian.org; 25 Mar 2025 00:11:02 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-120.9 required=4.0 tests=ALL_TRUSTED,BAYES_00,
    BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,HAS_PACKAGE,
    PP_MIME_FAKE_ASCII_TEXT,USER_IN_DKIM_WELCOMELIST,
    USER_IN_DKIM_WHITELIST,X_DEBBUGS_CC autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 180; hammy, 150; neutral, 446; spammy,
    0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--pkgbuilddir,
    0.000-+--PKGBUILDDIR, 0.000-+--sk:dh_auto, 0.000-+--H*F:U*sanvila Return-path: <[email protected]>
    Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]: