Your message dated Sat, 16 Mar 2024 15:42:29 +0000
with message-id <e1rlwb3-005vd6...@fasolo.debian.org>
and subject line Bug#1066217: fixed in ldns 1.8.3-2
has caused the Debian Bug report #1066217,
regarding ldns: FTBFS: ../../contrib/python/ldns_wrapper.c:10137:16: error: 
implicit declaration of function ‘SWIG_Python_str_AsChar’; did you mean 
‘SWIG_Python_str_FromChar’? [-Werror=implicit-function-declaration]
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 ow...@bugs.debian.org
immediately.)


-- 
1066217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ldns
Version: 1.8.3-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> ./libtool --tag=CC --quiet --mode=compile gcc -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H 
> -DLDNS_TRUST_ANCHOR_FILE="\"/usr/share/dns/root.key\"" 
> -DOPENSSL_API_COMPAT=10100 -fno-strict-aliasing -Wunused-function 
> -Wstrict-prototypes -Wwrite-strings -W -Wall -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -I./include/ldns  
> -I/usr/include/python3.11 -Wno-unused-variable -Wno-unused-parameter 
> -Wno-missing-field-initializers -fno-strict-aliasing -c 
> ../../contrib/python/ldns_wrapper.c -o ldns_wrapper.lo
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf_type2str’:
> ../../contrib/python/ldns_wrapper.c:10137:16: error: implicit declaration of 
> function ‘SWIG_Python_str_AsChar’; did you mean ‘SWIG_Python_str_FromChar’? 
> [-Werror=implicit-function-declaration]
> 10137 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |                ^~~~~~~~~~~~~~~~~~~~~~
>       |                SWIG_Python_str_FromChar
> ../../contrib/python/ldns_wrapper.c:10137:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 10137 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:10157:5: error: implicit declaration of 
> function ‘SWIG_Python_str_DelForPy3’; did you mean 
> ‘SWIG_Python_str_FromFormat’? [-Werror=implicit-function-declaration]
> 10157 |     SWIG_Python_str_DelForPy3(arg1_str); /* Is a empty macro for 
> Python < 3. */
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~~
>       |     SWIG_Python_str_FromFormat
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf_data_as_bytearray’:
> ../../contrib/python/ldns_wrapper.c:10183:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 10183 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dnssec_get_rrsig_for_name_and_type’:
> ../../contrib/python/ldns_wrapper.c:13109:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 13109 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dnssec_nsec3_closest_encloser’:
> ../../contrib/python/ldns_wrapper.c:13225:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 13225 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dnssec_pkt_get_rrsigs_for_name_and_type’:
> ../../contrib/python/ldns_wrapper.c:13315:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 13315 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dnssec_create_nsec3’:
> ../../contrib/python/ldns_wrapper.c:13622:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 13622 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[2]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_nsec3_hash_name’:
> ../../contrib/python/ldns_wrapper.c:13743:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 13743 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_create_nsec3’:
> ../../contrib/python/ldns_wrapper.c:13896:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 13896 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:13913:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 13913 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_nsec3_hash_name_frm_nsec3’:
> ../../contrib/python/ldns_wrapper.c:14225:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 14225 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_nsec_bitmap_covers_type’:
> ../../contrib/python/ldns_wrapper.c:14273:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 14273 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_nsec_covers_name’:
> ../../contrib/python/ldns_wrapper.c:14393:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 14393 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_fetch_valid_domain_keys’:
> ../../contrib/python/ldns_wrapper.c:16506:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 16506 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_fetch_valid_domain_keys_time’:
> ../../contrib/python/ldns_wrapper.c:16578:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 16578 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_validate_domain_dnskey’:
> ../../contrib/python/ldns_wrapper.c:16655:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 16655 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_validate_domain_dnskey_time’:
> ../../contrib/python/ldns_wrapper.c:16719:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 16719 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_validate_domain_ds’:
> ../../contrib/python/ldns_wrapper.c:16791:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 16791 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_validate_domain_ds_time’:
> ../../contrib/python/ldns_wrapper.c:16855:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 16855 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_get_rr_list_addr_by_name’:
> ../../contrib/python/ldns_wrapper.c:18940:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 18940 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_get_rr_list_name_by_addr’:
> ../../contrib/python/ldns_wrapper.c:19009:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 19009 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_getaddrinfo’:
> ../../contrib/python/ldns_wrapper.c:19179:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 19179 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_a’:
> ../../contrib/python/ldns_wrapper.c:20162:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20162 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_aaaa’:
> ../../contrib/python/ldns_wrapper.c:20215:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20215 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_str’:
> ../../contrib/python/ldns_wrapper.c:20268:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20268 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_b64’:
> ../../contrib/python/ldns_wrapper.c:20321:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20321 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_b32_ext’:
> ../../contrib/python/ldns_wrapper.c:20374:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20374 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_hex’:
> ../../contrib/python/ldns_wrapper.c:20427:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20427 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_type’:
> ../../contrib/python/ldns_wrapper.c:20480:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20480 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_class’:
> ../../contrib/python/ldns_wrapper.c:20533:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20533 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_alg’:
> ../../contrib/python/ldns_wrapper.c:20586:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20586 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_cert_alg’:
> ../../contrib/python/ldns_wrapper.c:20751:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20751 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_loc’:
> ../../contrib/python/ldns_wrapper.c:20804:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20804 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_unknown’:
> ../../contrib/python/ldns_wrapper.c:20857:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20857 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_nsap’:
> ../../contrib/python/ldns_wrapper.c:20910:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20910 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_atma’:
> ../../contrib/python/ldns_wrapper.c:20963:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 20963 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_wks’:
> ../../contrib/python/ldns_wrapper.c:21016:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21016 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_nsec’:
> ../../contrib/python/ldns_wrapper.c:21069:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21069 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_period’:
> ../../contrib/python/ldns_wrapper.c:21122:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21122 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_tsigtime’:
> ../../contrib/python/ldns_wrapper.c:21175:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21175 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_apl’:
> ../../contrib/python/ldns_wrapper.c:21228:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21228 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_int16_data’:
> ../../contrib/python/ldns_wrapper.c:21281:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21281 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_ipseckey’:
> ../../contrib/python/ldns_wrapper.c:21334:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21334 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf2buffer_str’:
> ../../contrib/python/ldns_wrapper.c:21387:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21387 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_nsec3_salt’:
> ../../contrib/python/ldns_wrapper.c:21611:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21611 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_int8’:
> ../../contrib/python/ldns_wrapper.c:21695:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21695 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_int16’:
> ../../contrib/python/ldns_wrapper.c:21748:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21748 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_int32’:
> ../../contrib/python/ldns_wrapper.c:21801:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21801 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_time’:
> ../../contrib/python/ldns_wrapper.c:21854:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21854 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_ilnp64’:
> ../../contrib/python/ldns_wrapper.c:21907:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21907 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_eui48’:
> ../../contrib/python/ldns_wrapper.c:21960:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 21960 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_eui64’:
> ../../contrib/python/ldns_wrapper.c:22013:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 22013 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_tag’:
> ../../contrib/python/ldns_wrapper.c:22066:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 22066 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_long_str’:
> ../../contrib/python/ldns_wrapper.c:22119:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 22119 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_hip’:
> ../../contrib/python/ldns_wrapper.c:22172:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 22172 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_amtrelay’:
> ../../contrib/python/ldns_wrapper.c:22225:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 22225 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_svcparams’:
> ../../contrib/python/ldns_wrapper.c:22278:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 22278 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf2str’:
> ../../contrib/python/ldns_wrapper.c:22324:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 22324 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf_print’:
> ../../contrib/python/ldns_wrapper.c:22612:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 22612 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_str_dname’:
> ../../contrib/python/ldns_wrapper.c:23199:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 23199 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dname2buffer_wire’:
> ../../contrib/python/ldns_wrapper.c:23252:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 23252 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dname2buffer_wire_compress’:
> ../../contrib/python/ldns_wrapper.c:23308:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 23308 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf2buffer_wire’:
> ../../contrib/python/ldns_wrapper.c:23366:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 23366 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_wire_compress’:
> ../../contrib/python/ldns_wrapper.c:23422:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 23422 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2buffer_wire_canonical’:
> ../../contrib/python/ldns_wrapper.c:23480:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 23480 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf2wire’:
> ../../contrib/python/ldns_wrapper.c:23824:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 23824 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2native_sockaddr_storage’:
> ../../contrib/python/ldns_wrapper.c:24839:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 24839 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_axfr_start’:
> ../../contrib/python/ldns_wrapper.c:24936:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 24936 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_pkt_rr_list_by_name’:
> ../../contrib/python/ldns_wrapper.c:27394:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 27394 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_pkt_rr_list_by_name_and_type’:
> ../../contrib/python/ldns_wrapper.c:27498:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 27498 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf_size’:
> ../../contrib/python/ldns_wrapper.c:29564:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 29564 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf_get_type’:
> ../../contrib/python/ldns_wrapper.c:29610:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 29610 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf_data’:
> ../../contrib/python/ldns_wrapper.c:29656:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 29656 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf_address_reverse’:
> ../../contrib/python/ldns_wrapper.c:30080:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 30080 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf2native_int8’:
> ../../contrib/python/ldns_wrapper.c:30126:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 30126 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2native_int16’:
> ../../contrib/python/ldns_wrapper.c:30172:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 30172 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2native_int32’:
> ../../contrib/python/ldns_wrapper.c:30218:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 30218 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_rdf2native_time_t’:
> ../../contrib/python/ldns_wrapper.c:30264:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 30264 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf_clone’:
> ../../contrib/python/ldns_wrapper.c:30378:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 30378 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_rdf_compare’:
> ../../contrib/python/ldns_wrapper.c:30428:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 30428 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:30445:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 30445 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_resolver_push_nameserver’:
> ../../contrib/python/ldns_wrapper.c:33981:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 33981 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_resolver_search’:
> ../../contrib/python/ldns_wrapper.c:34105:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 34105 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_resolver_search_status’:
> ../../contrib/python/ldns_wrapper.c:34185:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 34185 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_resolver_prepare_query_pkt’:
> ../../contrib/python/ldns_wrapper.c:34268:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 34268 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_resolver_send’:
> ../../contrib/python/ldns_wrapper.c:34351:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 34351 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_resolver_query_status’:
> ../../contrib/python/ldns_wrapper.c:34471:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 34471 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_resolver_query’:
> ../../contrib/python/ldns_wrapper.c:34551:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 34551 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_pkt_tsig_verify’:
> ../../contrib/python/ldns_wrapper.c:36528:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 36528 |     arg6_str = SWIG_Python_str_AsChar(swig_obj[5]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_pkt_tsig_verify_next’:
> ../../contrib/python/ldns_wrapper.c:36622:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 36622 |     arg6_str = SWIG_Python_str_AsChar(swig_obj[5]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_pkt_tsig_sign’:
> ../../contrib/python/ldns_wrapper.c:36719:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 36719 |     arg6_str = SWIG_Python_str_AsChar(swig_obj[5]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_pkt_tsig_sign_next’:
> ../../contrib/python/ldns_wrapper.c:36816:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 36816 |     arg6_str = SWIG_Python_str_AsChar(swig_obj[5]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_zone_new_frm_fp’:
> ../../contrib/python/ldns_wrapper.c:41721:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 41721 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_zone_new_frm_fp_l’:
> ../../contrib/python/ldns_wrapper.c:41806:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 41806 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dnssec_zone_find_rrset’:
> ../../contrib/python/ldns_wrapper.c:43773:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 43773 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dnssec_zone_new_frm_fp’:
> ../../contrib/python/ldns_wrapper.c:43938:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 43938 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[2]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dnssec_zone_new_frm_fp_l’:
> ../../contrib/python/ldns_wrapper.c:44027:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 44027 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[2]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname_cat_clone’:
> ../../contrib/python/ldns_wrapper.c:45464:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45464 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:45481:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45481 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname_cat’:
> ../../contrib/python/ldns_wrapper.c:45542:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45542 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname_reverse’:
> ../../contrib/python/ldns_wrapper.c:45588:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45588 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dname_clone_from’:
> ../../contrib/python/ldns_wrapper.c:45636:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45636 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname_left_chop’:
> ../../contrib/python/ldns_wrapper.c:45687:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45687 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dname_label_count’:
> ../../contrib/python/ldns_wrapper.c:45733:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45733 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname2canonical’:
> ../../contrib/python/ldns_wrapper.c:45864:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45864 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dname_is_subdomain’:
> ../../contrib/python/ldns_wrapper.c:45914:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45914 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:45931:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45931 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname_compare’:
> ../../contrib/python/ldns_wrapper.c:45989:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 45989 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:46006:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46006 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dname_match_wildcard’:
> ../../contrib/python/ldns_wrapper.c:46091:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46091 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:46108:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46108 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname_interval’:
> ../../contrib/python/ldns_wrapper.c:46171:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46171 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:46188:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46188 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c:46205:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46205 |     arg3_str = SWIG_Python_str_AsChar(swig_obj[2]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname_absolute’:
> ../../contrib/python/ldns_wrapper.c:46294:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46294 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function ‘_wrap_ldns_dname_label’:
> ../../contrib/python/ldns_wrapper.c:46342:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46342 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_dname_is_wildcard’:
> ../../contrib/python/ldns_wrapper.c:46393:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46393 |     arg1_str = SWIG_Python_str_AsChar(swig_obj[0]);
>       |              ^
> ../../contrib/python/ldns_wrapper.c: In function 
> ‘_wrap_ldns_fetch_valid_domain_keys_’:
> ../../contrib/python/ldns_wrapper.c:46679:14: warning: assignment to ‘char *’ 
> from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
> 46679 |     arg2_str = SWIG_Python_str_AsChar(swig_obj[1]);
>       |              ^
> cc1: some warnings being treated as errors
> make[4]: *** [Makefile:324: ldns_wrapper.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/ldns_1.8.3-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: ldns
Source-Version: 1.8.3-2
Done: Michael Tokarev <m...@tls.msk.ru>

We believe that the bug you reported is fixed in the latest version of
ldns, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tokarev <m...@tls.msk.ru> (supplier of updated ldns package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 16 Mar 2024 18:04:34 +0300
Source: ldns
Architecture: source
Version: 1.8.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian DNS Team <team+...@tracker.debian.org>
Changed-By: Michael Tokarev <m...@tls.msk.ru>
Closes: 1066217
Changes:
 ldns (1.8.3-2) unstable; urgency=medium
 .
   * ldns-rdf-typemap-fixes-for-swig-4.2.0.patch (Closes: #1066217)
     From upstream https://github.com/NLnetLabs/ldns/pull/231
Checksums-Sha1:
 c42ac929afa2c14921ca767ef005ee5120f8a1fd 2163 ldns_1.8.3-2.dsc
 f8f317c22389bf29d67d9742e013b6e28f46fecc 20356 ldns_1.8.3-2.debian.tar.xz
 54e3de8f0ba7a4a77691204db23de7617070a873 7265 ldns_1.8.3-2_source.buildinfo
Checksums-Sha256:
 c16afd24133666d5652fb0906788aca964258ee121ab3148c74ff560eec5c489 2163 
ldns_1.8.3-2.dsc
 aa2176735cf976f8b88a1975b56123153a808e425491fb0cc102d1ee148e372f 20356 
ldns_1.8.3-2.debian.tar.xz
 337b1e37eea73c10bd880b5a6b7f2afb6c2f48613adc3dcac23b027237ed8dce 7265 
ldns_1.8.3-2_source.buildinfo
Files:
 9ebd9f8a01b6b296fc99850506b4f7ec 2163 net optional ldns_1.8.3-2.dsc
 3ccea3cf6a69d5b3acee45df1b75e8e3 20356 net optional ldns_1.8.3-2.debian.tar.xz
 8d7fb597265e1c7f6d87f9807f18e5be 7265 net optional 
ldns_1.8.3-2_source.buildinfo

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

iQFDBAEBCgAtFiEEe3O61ovnosKJMUsicBtPaxppPlkFAmX1tRUPHG1qdEB0bHMu
bXNrLnJ1AAoJEHAbT2saaT5ZU0AH/0b7Biz3oB04eYRUp3JaX7Ad+eFiEgIWt8fx
I07jytGbGfjhAJ3oeHHSSXXMewwRIwDYV660hNZGETK5m75HXojKRcHIlB+p1epb
AKPnqVkYkyFnqYrsjcRTS/nvoAUv5dESTQEV2g9tMjE3ICtNYApHRlRyqvEWkSwb
zCbf5uOlPqxFh96PHX7qX5r3dAfdMQva21XMC5jy8RadyaMSAKFjXjgj/DIyiWwV
2AE2RwbievFSD5LrfbLirQjTXUfHZxoosfwAzXPi7OGo1VlJKvclF/dg8zltT6oP
flTP4fHeBTOlgprplAHiOtOwLa2LGNuAMkkCWa2L5rS5c+EIYtw=
=PPpK
-----END PGP SIGNATURE-----

Attachment: pgp5xYege62Uv.pgp
Description: PGP signature


--- End Message ---

Reply via email to