--- Begin Message ---
Source: c-vtapi
Version: 0.0~git20210831.b30f7ad-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230101 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
> -Wdate-time -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -fPIE -Os -Wall -Werror -g3 -c -o
> libcvtapi_la-VtIpAddr.lo `test -f 'VtIpAddr.c' || echo './'`VtIpAddr.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtDomain.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtDomain.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtObject.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtObject.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtDebug.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtDebug.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtIpAddr.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtIpAddr.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtFile.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtFile.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtApiPage.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtApiPage.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtFileDist.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtFileDist.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtComments.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtComments.o
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtDebug.c -fPIE -o
> libcvtapi_la-VtDebug.o >/dev/null 2>&1
> VtFile.c: In function ‘VtFile_scan’:
> VtFile.c:292:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 292 | ret = curl_formadd(&formpost,
> | ^~~
> In file included from VtFile.c:39:
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:294:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 294 | CURLFORM_COPYNAME, "file",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:295:22: error: ‘CURLFORM_FILE’ is deprecated: since 7.56.0. Use
> curl_mime_filedata() [-Werror=deprecated-declarations]
> 295 | CURLFORM_FILE, file_path,
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2504:3: note: declared here
> 2504 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use
> curl_mime_filedata()"),
> | ^~~~~~~~~~~~~
> VtFile.c:301:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 301 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:303:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 303 | CURLFORM_COPYNAME, "filename",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:304:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 304 | CURLFORM_COPYCONTENTS, file_path, // FIXME
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:311:5: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 311 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:313:24: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 313 | CURLFORM_COPYNAME, "notify_url",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:314:24: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 314 | CURLFORM_COPYCONTENTS, notify_url,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:318:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 318 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:320:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 320 | CURLFORM_COPYNAME, "apikey",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:321:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 321 | CURLFORM_COPYCONTENTS, file_scan->api_key,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:369:5: error: ‘curl_formfree’ is deprecated: since 7.56.0. Use
> curl_mime_free() [-Werror=deprecated-declarations]
> 369 | curl_formfree(formpost); // cleanup the formpost chain
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2606:1: note: declared here
> 2606 | curl_formfree(struct curl_httppost *form);
> | ^~~~~~~~~~~~~
> VtFile.c: In function ‘VtFile_scanMemBuf’:
> VtFile.c:411:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 411 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:413:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 413 | CURLFORM_COPYNAME, "file",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:414:22: error: ‘CURLFORM_BUFFER’ is deprecated: since 7.56.0. Use
> curl_mime_filename() [-Werror=deprecated-declarations]
> 414 | CURLFORM_BUFFER, filename,
> | ^~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2506:3: note: declared here
> 2506 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use
> curl_mime_filename()"),
> | ^~~~~~~~~~~~~~~
> VtFile.c:415:22: error: ‘CURLFORM_BUFFERPTR’ is deprecated: since 7.56.0. Use
> curl_mime_data() [-Werror=deprecated-declarations]
> 415 | CURLFORM_BUFFERPTR, memory_buffer,
> | ^~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2507:3: note: declared here
> 2507 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~
> VtFile.c:416:22: error: ‘CURLFORM_BUFFERLENGTH’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 416 | CURLFORM_BUFFERLENGTH, buffer_length,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2508:3: note: declared here
> 2508 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:423:5: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 423 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:425:24: error: ‘CURLFORM_PTRNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 425 | CURLFORM_PTRNAME, "notify_url",
> | ^~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2496:3: note: declared here
> 2496 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~
> VtFile.c:426:24: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 426 | CURLFORM_COPYCONTENTS, notify_url,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:430:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 430 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:432:22: error: ‘CURLFORM_PTRNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 432 | CURLFORM_PTRNAME, "apikey",
> | ^~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2496:3: note: declared here
> 2496 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~
> VtFile.c:433:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 433 | CURLFORM_COPYCONTENTS, file_scan->api_key,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:481:5: error: ‘curl_formfree’ is deprecated: since 7.56.0. Use
> curl_mime_free() [-Werror=deprecated-declarations]
> 481 | curl_formfree(formpost); // cleanup the formpost chain
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2606:1: note: declared here
> 2606 | curl_formfree(struct curl_httppost *form);
> | ^~~~~~~~~~~~~
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
> -Wdate-time -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -fPIE -Os -Wall -Werror -g3 -c -o
> libcvtapi_la-VtResponse.lo `test -f 'VtResponse.c' || echo './'`VtResponse.c
> VtComments.c: In function ‘VtComments_add’:
> VtComments.c:183:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 183 | ret = curl_formadd(&formpost,
> | ^~~
> VtFile.c: In function ‘VtFile_rescanHash’:
> VtFile.c:518:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 518 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> In file included from VtComments.c:39:
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:520:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 520 | CURLFORM_COPYNAME, "resource",
> | ^~~~~~~~~~~~~~~~~
> VtComments.c:185:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0.
> Use curl_mime_name() [-Werror=deprecated-declarations]
> 185 | CURLFORM_COPYNAME, "resource",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtComments.c:186:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since
> 7.56.0. Use curl_mime_data() [-Werror=deprecated-declarations]
> 186 | CURLFORM_COPYCONTENTS, vt_comments->resource,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:521:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 521 | CURLFORM_COPYCONTENTS, hash,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtComments.c:192:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 192 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtComments.c:194:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0.
> Use curl_mime_name() [-Werror=deprecated-declarations]
> 194 | CURLFORM_COPYNAME, "comment",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtComments.c:195:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since
> 7.56.0. Use curl_mime_data() [-Werror=deprecated-declarations]
> 195 | CURLFORM_COPYCONTENTS, comment,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtComments.c:200:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 200 | ret = curl_formadd(&formpost,
> | ^~~
> VtFile.c:540:5: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 540 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtComments.c:202:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0.
> Use curl_mime_name() [-Werror=deprecated-declarations]
> 202 | CURLFORM_COPYNAME, "apikey",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtComments.c:203:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since
> 7.56.0. Use curl_mime_data() [-Werror=deprecated-declarations]
> 203 | CURLFORM_COPYCONTENTS, vt_comments->api_key,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:542:24: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 542 | CURLFORM_COPYNAME, "date",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:543:24: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 543 | CURLFORM_COPYCONTENTS, buff,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:551:5: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 551 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:553:24: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 553 | CURLFORM_COPYNAME, "period",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:554:24: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 554 | CURLFORM_COPYCONTENTS, buff,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:562:5: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 562 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:564:24: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 564 | CURLFORM_COPYNAME, "repeat",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:565:24: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 565 | CURLFORM_COPYCONTENTS, buff,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:572:5: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 572 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:574:24: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 574 | CURLFORM_COPYNAME, "notify_url",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:575:24: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 575 | CURLFORM_COPYCONTENTS, notify_url,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:581:7: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 581 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:583:26: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 583 | CURLFORM_COPYNAME, "notify_changes_only",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:584:26: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 584 | CURLFORM_COPYCONTENTS, "1",
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:590:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 590 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:592:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 592 | CURLFORM_COPYNAME, "apikey",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:593:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 593 | CURLFORM_COPYCONTENTS, file_scan->api_key,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:641:5: error: ‘curl_formfree’ is deprecated: since 7.56.0. Use
> curl_mime_free() [-Werror=deprecated-declarations]
> 641 | curl_formfree(formpost); // cleanup the formpost chain
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2606:1: note: declared here
> 2606 | curl_formfree(struct curl_httppost *form);
> | ^~~~~~~~~~~~~
> VtFile.c: In function ‘VtFile_rescanDelete’:
> VtFile.c:673:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 673 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:675:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 675 | CURLFORM_COPYNAME, "resource",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:676:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 676 | CURLFORM_COPYCONTENTS, hash,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:681:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 681 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:683:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 683 | CURLFORM_COPYNAME, "apikey",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtComments.c:254:5: error: ‘curl_formfree’ is deprecated: since 7.56.0. Use
> curl_mime_free() [-Werror=deprecated-declarations]
> 254 | curl_formfree(formpost); // cleanup the formpost chain
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2606:1: note: declared here
> 2606 | curl_formfree(struct curl_httppost *form);
> | ^~~~~~~~~~~~~
> VtFile.c:684:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 684 | CURLFORM_COPYCONTENTS, file_scan->api_key,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtApiPage.c -fPIE -o
> libcvtapi_la-VtApiPage.o >/dev/null 2>&1
> VtFile.c:731:5: error: ‘curl_formfree’ is deprecated: since 7.56.0. Use
> curl_mime_free() [-Werror=deprecated-declarations]
> 731 | curl_formfree(formpost); // cleanup the formpost chain
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2606:1: note: declared here
> 2606 | curl_formfree(struct curl_httppost *form);
> | ^~~~~~~~~~~~~
> VtFile.c: In function ‘VtFile_report’:
> VtFile.c:763:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 763 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:765:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 765 | CURLFORM_COPYNAME, "resource",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:766:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 766 | CURLFORM_COPYCONTENTS, hash,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:771:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 771 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:773:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 773 | CURLFORM_COPYNAME, "apikey",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:774:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 774 | CURLFORM_COPYCONTENTS, file_scan->api_key,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:820:5: error: ‘curl_formfree’ is deprecated: since 7.56.0. Use
> curl_mime_free() [-Werror=deprecated-declarations]
> 820 | curl_formfree(formpost); // cleanup the formpost chain
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2606:1: note: declared here
> 2606 | curl_formfree(struct curl_httppost *form);
> | ^~~~~~~~~~~~~
> VtFile.c: In function ‘VtFile_search’:
> VtFile.c:858:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 858 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:860:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 860 | CURLFORM_COPYNAME, "query",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:861:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 861 | CURLFORM_COPYCONTENTS, query,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:866:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 866 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:868:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 868 | CURLFORM_COPYNAME, "apikey",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:869:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 869 | CURLFORM_COPYCONTENTS, file_scan->api_key,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:877:5: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 877 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:879:24: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 879 | CURLFORM_COPYNAME, "offset",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:880:24: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 880 | CURLFORM_COPYCONTENTS, file_scan->offset,
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtResponse.c -fPIC -DPIC -o
> .libs/libcvtapi_la-VtResponse.o
> VtFile.c:961:5: error: ‘curl_formfree’ is deprecated: since 7.56.0. Use
> curl_mime_free() [-Werror=deprecated-declarations]
> 961 | curl_formfree(formpost); // cleanup the formpost chain
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2606:1: note: declared here
> 2606 | curl_formfree(struct curl_httppost *form);
> | ^~~~~~~~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtObject.c -fPIE -o
> libcvtapi_la-VtObject.o >/dev/null 2>&1
> VtFile.c: In function ‘VtFile_scanBigFile’:
> VtFile.c:1260:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 1260 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:1262:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 1262 | CURLFORM_COPYNAME, "file",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtIpAddr.c -fPIE -o
> libcvtapi_la-VtIpAddr.o >/dev/null 2>&1
> VtFile.c:1263:22: error: ‘CURLFORM_FILE’ is deprecated: since 7.56.0. Use
> curl_mime_filedata() [-Werror=deprecated-declarations]
> 1263 | CURLFORM_FILE, path,
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2504:3: note: declared here
> 2504 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use
> curl_mime_filedata()"),
> | ^~~~~~~~~~~~~
> VtFile.c:1269:3: error: ‘curl_formadd’ is deprecated: since 7.56.0. Use
> curl_mime_init() [-Werror=deprecated-declarations]
> 1269 | ret = curl_formadd(&formpost,
> | ^~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2570:1: note: declared here
> 2570 | curl_formadd(struct curl_httppost **httppost,
> | ^~~~~~~~~~~~
> VtFile.c:1271:22: error: ‘CURLFORM_COPYNAME’ is deprecated: since 7.56.0. Use
> curl_mime_name() [-Werror=deprecated-declarations]
> 1271 | CURLFORM_COPYNAME, "filename",
> | ^~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2495:3: note: declared here
> 2495 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use
> curl_mime_name()"),
> | ^~~~~~~~~~~~~~~~~
> VtFile.c:1272:22: error: ‘CURLFORM_COPYCONTENTS’ is deprecated: since 7.56.0.
> Use curl_mime_data() [-Werror=deprecated-declarations]
> 1272 | CURLFORM_COPYCONTENTS, path, // FIXME
> | ^~~~~~~~~~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2498:3: note: declared here
> 2498 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use
> curl_mime_data()"),
> | ^~~~~~~~~~~~~~~~~~~~~
> VtFile.c:1323:5: error: ‘curl_formfree’ is deprecated: since 7.56.0. Use
> curl_mime_free() [-Werror=deprecated-declarations]
> 1323 | curl_formfree(formpost); // cleanup the formpost chain
> | ^~~~~~~~~~~~~
> /usr/include/x86_64-linux-gnu/curl/curl.h:2606:1: note: declared here
> 2606 | curl_formfree(struct curl_httppost *form);
> | ^~~~~~~~~~~~~
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtDomain.c -fPIE -o
> libcvtapi_la-VtDomain.o >/dev/null 2>&1
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time
> -D_FORTIFY_SOURCE=2 -g3 -Wall -Werror -g -O2
> "-ffile-prefix-map=/<<PKGBUILDDIR>>=." -fstack-protector-strong -Wformat
> -Werror=format-security -Os -Wall -Werror -g3 -c VtFileDist.c -fPIE -o
> libcvtapi_la-VtFileDist.o >/dev/null 2>&1
> cc1: all warnings being treated as errors
> make[4]: *** [Makefile:574: libcvtapi_la-VtComments.lo] Error 1
The full build log is available from:
http://qa-logs.debian.net/2023/01/01/c-vtapi_0.0~git20210831.b30f7ad-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230101;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230101&[email protected]&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 ---