D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/perl-Net-Curl-0.520.0-1.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.L8Bjra + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf Net-Curl-0.52 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/Net-Curl-0.52.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Net-Curl-0.52 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9jP4zs + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd Net-Curl-0.52 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor pkgconfig failed: Can't locate ExtUtils/PkgConfig.pm in @INC (you may need to install the ExtUtils::PkgConfig module) (@INC contains: /usr/local/lib64/perl5/5.36 /usr/local/share/perl5/5.36 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at Makefile.PL line 40. Using curl-config script. Found libcurl version 7.88.1 Reading /usr/include/curl/curl.h (gcc -E /usr/include/curl/curl.h) Skipping '#define CURLINC_CURL_H': does not define a symbol at Makefile.PL line 321, line 2. Skipping '#define CURL_STRICTER': does not define a symbol at Makefile.PL line 321, line 33. Skipping '#define CURL_WIN32': does not define a symbol at Makefile.PL line 321, line 61. Skipping '# define CURL_EXTERN': does not define a symbol at Makefile.PL line 321, line 129. Skipping '# define CURL_EXTERN': does not define a symbol at Makefile.PL line 321, line 141. Skipping '#define CURL_DID_MEMORY_FUNC_TYPEDEFS': does not define a symbol at Makefile.PL line 321, line 470. Reading /usr/include/curl/multi.h (gcc -E /usr/include/curl/multi.h) Skipping '#define CURLINC_MULTI_H': does not define a symbol at Makefile.PL line 321, line 2. CURLOPTDEPRECATED unexpected CURLOPT_CA_CACHE_TIMEOUT unexpected CURLOPT_PROTOCOLS_STR unexpected CURLOPT_QUICK_EXIT unexpected CURLOPT_REDIR_PROTOCOLS_STR unexpected CURLOPT_WS_OPTIONS unexpected CURLUE_LACKS_IDN unexpected CURLVERSION_ELEVENTH unexpected CURL_DEPRECATED unexpected CURL_HTTP_VERSION_3ONLY unexpected CURL_IGNORE_DEPRECATION unexpected CURL_LOCK_DATA_HSTS unexpected CURL_WRITEFUNC_ERROR unexpected -> found 1049 constants (should be 1036) Writing const-defenums-h.inc Writing const-curl-xs.inc Writing const-easy-xs.inc Writing const-form-xs.inc Writing const-multi-xs.inc Writing const-share-xs.inc Writing curl-Easy-c.inc Writing curl-Easy-xs.inc Writing curl-Form-c.inc Writing curl-Form-xs.inc Writing curl-Multi-c.inc Writing curl-Multi-xs.inc Writing curl-Share-c.inc Writing curl-Share-xs.inc Writing lib/Net/Curl/examples.pod <- examples/01-curl-transport.pl <- examples/02-multi-simple.pl <- examples/03-multi-event.pl <- examples/04-share-threads.pl <- examples/05-irssi-downloader.pl Writing lib/Net/Curl/Compat.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Curl Writing MYMETA.yml and MYMETA.json + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' Running Mkbootstrap for Curl () chmod 644 "Curl.bs" "/usr/bin/perl5.36.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/Net/Curl/Curl.bs 644 cp lib/Net/Curl/Form.pm blib/lib/Net/Curl/Form.pm cp lib/Net/Curl/Multi.pm blib/lib/Net/Curl/Multi.pm cp lib/Net/Curl/Share.pm blib/lib/Net/Curl/Share.pm cp lib/Net/Curl/examples.pod blib/lib/Net/Curl/examples.pod cp lib/Net/Curl.pm blib/lib/Net/Curl.pm cp lib/Net/Curl/Easy.pm blib/lib/Net/Curl/Easy.pm cp lib/Net/Curl/Compat.pm blib/lib/Net/Curl/Compat.pm "/usr/bin/perl5.36.0" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/home/pterjan/rpmbuild/BUILD/Net-Curl-0.52/typemap' Curl.xs > Curl.xsc mv Curl.xsc Curl.c gcc -c -Wall -Wno-unknown-pragmas -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -DVERSION=\"0.52\" -DXS_VERSION=\"0.52\" -fPIC "-I/usr/lib64/perl5/CORE" Curl.c In file included from Curl.xs:466: curl-Form-c.inc: In function 'perl_curl_form_delete': curl-Form-c.inc:43:17: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 43 | curl_formfree( form->post ); | ^~~~~~~~~~~~~ In file included from Curl.xs:31: /usr/include/curl/curl.h:2611:1: note: declared here 2611 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ In file included from Curl.xs:469: Curl_Easy_setopt.c: In function 'perl_curl_easy_setopt_function': Curl_Easy_setopt.c:46:17: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 46 | case CURLOPT_PROGRESSFUNCTION: | ^~~~ /usr/include/curl/curl.h:1295:3: note: declared here 1295 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ Curl_Easy_setopt.c:65:17: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 65 | case CURLOPT_IOCTLFUNCTION: | ^~~~ /usr/include/curl/curl.h:1580:3: note: declared here 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^~~~~~~~~~~~~~~~~ Curl_Easy_setopt.c:67:25: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 67 | dataopt = CURLOPT_IOCTLDATA; | ^~~~~~~ /usr/include/curl/curl.h:1582:3: note: declared here 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ Curl_Easy_setopt.c: In function 'perl_curl_easy_setopt_functiondata': Curl_Easy_setopt.c:206:17: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 206 | case CURLOPT_IOCTLDATA: | ^~~~ /usr/include/curl/curl.h:1582:3: note: declared here 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ Curl_Easy_setopt.c: In function 'perl_curl_easy_setopt_object': Curl_Easy_setopt.c:368:17: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 368 | case CURLOPT_HTTPPOST: | ^~~~ /usr/include/curl/curl.h:1195:3: note: declared here 1195 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc: In function 'XS_Net__Curl__Form_add': ./curl-Form-xs.inc:166:33: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 166 | case CURLFORM_PTRNAME: | ^~~~ /usr/include/curl/curl.h:2501:3: note: declared here 2501 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:167:41: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 167 | option = CURLFORM_COPYNAME; | ^~~~~~ /usr/include/curl/curl.h:2500:3: note: declared here 2500 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:168:33: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 168 | case CURLFORM_COPYNAME: | ^~~~ /usr/include/curl/curl.h:2500:3: note: declared here 2500 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:169:41: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 169 | option_len = CURLFORM_NAMELENGTH; | ^~~~~~~~~~ /usr/include/curl/curl.h:2502:3: note: declared here 2502 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:173:33: warning: 'CURLFORM_PTRCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 173 | case CURLFORM_PTRCONTENTS: | ^~~~ /usr/include/curl/curl.h:2504:3: note: declared here 2504 | CURLFORM_PTRCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:174:41: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 174 | option = CURLFORM_COPYCONTENTS; | ^~~~~~ /usr/include/curl/curl.h:2503:3: note: declared here 2503 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:175:33: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 175 | case CURLFORM_COPYCONTENTS: | ^~~~ /usr/include/curl/curl.h:2503:3: note: declared here 2503 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:176:41: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 176 | option_len = CURLFORM_CONTENTSLENGTH; | ^~~~~~~~~~ /usr/include/curl/curl.h:2505:3: note: declared here 2505 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:180:33: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 180 | case CURLFORM_BUFFERPTR: | ^~~~ /usr/include/curl/curl.h:2512:3: note: declared here 2512 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:181:41: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 181 | option_len = CURLFORM_BUFFERLENGTH; | ^~~~~~~~~~ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:200:33: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 200 | case CURLFORM_NAMELENGTH: | ^~~~ /usr/include/curl/curl.h:2502:3: note: declared here 2502 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:201:33: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 201 | case CURLFORM_CONTENTSLENGTH: | ^~~~ /usr/include/curl/curl.h:2505:3: note: declared here 2505 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:202:33: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 202 | case CURLFORM_BUFFERLENGTH: | ^~~~ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:213:33: warning: 'CURLFORM_FILECONTENT' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations] 213 | case CURLFORM_FILECONTENT: | ^~~~ /usr/include/curl/curl.h:2506:3: note: declared here 2506 | CURLFORM_FILECONTENT CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"), | ^~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:214:33: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 214 | case CURLFORM_FILE: | ^~~~ /usr/include/curl/curl.h:2509:3: note: declared here 2509 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ ./curl-Form-xs.inc:215:33: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 215 | case CURLFORM_CONTENTTYPE: | ^~~~ /usr/include/curl/curl.h:2515:3: note: declared here 2515 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:216:33: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 216 | case CURLFORM_FILENAME: | ^~~~ /usr/include/curl/curl.h:2517:3: note: declared here 2517 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:217:33: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 217 | case CURLFORM_BUFFER: | ^~~~ /usr/include/curl/curl.h:2511:3: note: declared here 2511 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ ./curl-Form-xs.inc:223:33: warning: 'CURLFORM_CONTENTHEADER' is deprecated: since 7.56.0. Use curl_mime_headers() [-Wdeprecated-declarations] 223 | case CURLFORM_CONTENTHEADER: | ^~~~ /usr/include/curl/curl.h:2516:3: note: declared here 2516 | CURLFORM_CONTENTHEADER CURL_DEPRECATED(7.56.0, "Use curl_mime_headers()"), | ^~~~~~~~~~~~~~~~~~~~~~ ./curl-Form-xs.inc:243:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 243 | ret = curl_formadd( &form->post, &form->last, | ^~~ /usr/include/curl/curl.h:2575:1: note: declared here 2575 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ ./curl-Form-xs.inc:244:25: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 244 | CURLFORM_ARRAY, farray, CURLFORM_END ); | ^~~~~~~~~~~~~~ /usr/include/curl/curl.h:2507:3: note: declared here 2507 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ ./curl-Form-xs.inc:248:17: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 248 | if ( ret != CURL_FORMADD_OK ) | ^~ /usr/include/curl/curl.h:2551:3: note: declared here 2551 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ ./curl-Form-xs.inc: In function 'XS_Net__Curl__Form_get': ./curl-Form-xs.inc:263:25: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 263 | curl_formget( form->post, output, cb_form_get_sv ); | ^~~~~~~~~~~~ /usr/include/curl/curl.h:2601:1: note: declared here 2601 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ ./curl-Form-xs.inc:280:33: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 280 | curl_formget( form->post, handle, cb_form_get_io ); | ^~~~~~~~~~~~ /usr/include/curl/curl.h:2601:1: note: declared here 2601 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ ./curl-Form-xs.inc:282:33: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 282 | curl_formget( form->post, output, cb_form_get_sv ); | ^~~~~~~~~~~~ /usr/include/curl/curl.h:2601:1: note: declared here 2601 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ ./curl-Form-xs.inc:296:25: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 296 | curl_formget( form->post, form, cb_form_get_code ); | ^~~~~~~~~~~~ /usr/include/curl/curl.h:2601:1: note: declared here 2601 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ ./curl-Easy-xs.inc: In function 'XS_Net__Curl__Easy_duphandle': ./curl-Easy-xs.inc:324:25: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 324 | curl_easy_setopt( clone->handle, CURLOPT_PROGRESSFUNCTION, cb_easy_progress ); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1295:3: note: declared here 1295 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ ./curl-Easy-xs.inc:403:25: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 403 | curl_easy_setopt( clone->handle, CURLOPT_HTTPPOST, form->post ); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1195:3: note: declared here 1195 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ ./const-form-xs.inc: In function 'boot_Net__Curl': ./const-form-xs.inc:6:25: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 6 | { "CURLFORM_ARRAY", 14, CURLFORM_ARRAY }, | ^ /usr/include/curl/curl.h:2507:3: note: declared here 2507 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ ./const-form-xs.inc:7:25: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 7 | { "CURLFORM_BUFFER", 15, CURLFORM_BUFFER }, | ^ /usr/include/curl/curl.h:2511:3: note: declared here 2511 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ ./const-form-xs.inc:8:25: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 8 | { "CURLFORM_BUFFERLENGTH", 21, CURLFORM_BUFFERLENGTH }, | ^ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:9:25: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 9 | { "CURLFORM_BUFFERPTR", 18, CURLFORM_BUFFERPTR }, | ^ /usr/include/curl/curl.h:2512:3: note: declared here 2512 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:10:25: warning: 'CURLFORM_CONTENTHEADER' is deprecated: since 7.56.0. Use curl_mime_headers() [-Wdeprecated-declarations] 10 | { "CURLFORM_CONTENTHEADER", 22, CURLFORM_CONTENTHEADER }, | ^ /usr/include/curl/curl.h:2516:3: note: declared here 2516 | CURLFORM_CONTENTHEADER CURL_DEPRECATED(7.56.0, "Use curl_mime_headers()"), | ^~~~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:11:25: warning: 'CURLFORM_CONTENTLEN' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 11 | { "CURLFORM_CONTENTLEN", 19, CURLFORM_CONTENTLEN }, | ^ /usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_CONTENTLEN /* added in 7.46.0, provide a curl_off_t length */ | ^~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:12:25: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 12 | { "CURLFORM_CONTENTSLENGTH", 23, CURLFORM_CONTENTSLENGTH }, | ^ /usr/include/curl/curl.h:2505:3: note: declared here 2505 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:13:25: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 13 | { "CURLFORM_CONTENTTYPE", 20, CURLFORM_CONTENTTYPE }, | ^ /usr/include/curl/curl.h:2515:3: note: declared here 2515 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:14:25: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 14 | { "CURLFORM_COPYCONTENTS", 21, CURLFORM_COPYCONTENTS }, | ^ /usr/include/curl/curl.h:2503:3: note: declared here 2503 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:15:25: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 15 | { "CURLFORM_COPYNAME", 17, CURLFORM_COPYNAME }, | ^ /usr/include/curl/curl.h:2500:3: note: declared here 2500 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ ./const-form-xs.inc:17:25: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 17 | { "CURLFORM_FILE", 13, CURLFORM_FILE }, | ^ /usr/include/curl/curl.h:2509:3: note: declared here 2509 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ ./const-form-xs.inc:18:25: warning: 'CURLFORM_FILECONTENT' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations] 18 | { "CURLFORM_FILECONTENT", 20, CURLFORM_FILECONTENT }, | ^ /usr/include/curl/curl.h:2506:3: note: declared here 2506 | CURLFORM_FILECONTENT CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"), | ^~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:19:25: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 19 | { "CURLFORM_FILENAME", 17, CURLFORM_FILENAME }, | ^ /usr/include/curl/curl.h:2517:3: note: declared here 2517 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ ./const-form-xs.inc:20:25: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 20 | { "CURLFORM_NAMELENGTH", 19, CURLFORM_NAMELENGTH }, | ^ /usr/include/curl/curl.h:2502:3: note: declared here 2502 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:21:25: warning: 'CURLFORM_NOTHING' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 21 | { "CURLFORM_NOTHING", 16, CURLFORM_NOTHING }, | ^ /usr/include/curl/curl.h:2499:3: note: declared here 2499 | CURLFORM_NOTHING CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~ ./const-form-xs.inc:22:25: warning: 'CURLFORM_PTRCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 22 | { "CURLFORM_PTRCONTENTS", 20, CURLFORM_PTRCONTENTS }, | ^ /usr/include/curl/curl.h:2504:3: note: declared here 2504 | CURLFORM_PTRCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:23:25: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 23 | { "CURLFORM_PTRNAME", 16, CURLFORM_PTRNAME }, | ^ /usr/include/curl/curl.h:2501:3: note: declared here 2501 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ ./const-form-xs.inc:24:25: warning: 'CURLFORM_STREAM' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations] 24 | { "CURLFORM_STREAM", 15, CURLFORM_STREAM }, | ^ /usr/include/curl/curl.h:2521:3: note: declared here 2521 | CURLFORM_STREAM CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"), | ^~~~~~~~~~~~~~~ ./const-form-xs.inc:25:25: warning: 'CURL_FORMADD_DISABLED' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 25 | { "CURL_FORMADD_DISABLED", 21, CURL_FORMADD_DISABLED }, | ^ /usr/include/curl/curl.h:2560:3: note: declared here 2560 | CURL_FORMADD_DISABLED CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:26:25: warning: 'CURL_FORMADD_ILLEGAL_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 26 | { "CURL_FORMADD_ILLEGAL_ARRAY", 26, CURL_FORMADD_ILLEGAL_ARRAY }, | ^ /usr/include/curl/curl.h:2558:3: note: declared here 2558 | CURL_FORMADD_ILLEGAL_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:27:25: warning: 'CURL_FORMADD_INCOMPLETE' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 27 | { "CURL_FORMADD_INCOMPLETE", 23, CURL_FORMADD_INCOMPLETE }, | ^ /usr/include/curl/curl.h:2557:3: note: declared here 2557 | CURL_FORMADD_INCOMPLETE CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:28:25: warning: 'CURL_FORMADD_MEMORY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 28 | { "CURL_FORMADD_MEMORY", 19, CURL_FORMADD_MEMORY }, | ^ /usr/include/curl/curl.h:2553:3: note: declared here 2553 | CURL_FORMADD_MEMORY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:29:25: warning: 'CURL_FORMADD_NULL' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 29 | { "CURL_FORMADD_NULL", 17, CURL_FORMADD_NULL }, | ^ /usr/include/curl/curl.h:2555:3: note: declared here 2555 | CURL_FORMADD_NULL CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~ ./const-form-xs.inc:30:25: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 30 | { "CURL_FORMADD_OK", 15, CURL_FORMADD_OK }, | ^ /usr/include/curl/curl.h:2551:3: note: declared here 2551 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ ./const-form-xs.inc:31:25: warning: 'CURL_FORMADD_OPTION_TWICE' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 31 | { "CURL_FORMADD_OPTION_TWICE", 25, CURL_FORMADD_OPTION_TWICE }, | ^ /usr/include/curl/curl.h:2554:3: note: declared here 2554 | CURL_FORMADD_OPTION_TWICE CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./const-form-xs.inc:32:25: warning: 'CURL_FORMADD_UNKNOWN_OPTION' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 32 | { "CURL_FORMADD_UNKNOWN_OPTION", 27, CURL_FORMADD_UNKNOWN_OPTION }, | ^ /usr/include/curl/curl.h:2556:3: note: declared here 2556 | CURL_FORMADD_UNKNOWN_OPTION CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:209:25: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 209 | { "CURLINFO_CONTENT_LENGTH_DOWNLOAD", 32, CURLINFO_CONTENT_LENGTH_DOWNLOAD }, | ^ /usr/include/curl/curl.h:2858:3: note: declared here 2858 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:211:25: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] 211 | { "CURLINFO_CONTENT_LENGTH_UPLOAD", 30, CURLINFO_CONTENT_LENGTH_UPLOAD }, | ^ /usr/include/curl/curl.h:2863:3: note: declared here 2863 | CURLINFO_CONTENT_LENGTH_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:232:25: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] 232 | { "CURLINFO_LASTSOCKET", 19, CURLINFO_LASTSOCKET }, | ^ /usr/include/curl/curl.h:2880:3: note: declared here 2880 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:248:25: warning: 'CURLINFO_PROTOCOL' is deprecated: since 7.85.0. Use CURLINFO_SCHEME [-Wdeprecated-declarations] 248 | { "CURLINFO_PROTOCOL", 17, CURLINFO_PROTOCOL }, | ^ /usr/include/curl/curl.h:2901:3: note: declared here 2901 | CURLINFO_PROTOCOL CURL_DEPRECATED(7.85.0, "Use CURLINFO_SCHEME") | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:266:25: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] 266 | { "CURLINFO_SIZE_DOWNLOAD", 22, CURLINFO_SIZE_DOWNLOAD }, | ^ /usr/include/curl/curl.h:2841:3: note: declared here 2841 | CURLINFO_SIZE_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:268:25: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] 268 | { "CURLINFO_SIZE_UPLOAD", 20, CURLINFO_SIZE_UPLOAD }, | ^ /usr/include/curl/curl.h:2838:3: note: declared here 2838 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") | ^~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:272:25: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] 272 | { "CURLINFO_SPEED_DOWNLOAD", 23, CURLINFO_SPEED_DOWNLOAD }, | ^ /usr/include/curl/curl.h:2845:3: note: declared here 2845 | CURLINFO_SPEED_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:274:25: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] 274 | { "CURLINFO_SPEED_UPLOAD", 21, CURLINFO_SPEED_UPLOAD }, | ^ /usr/include/curl/curl.h:2849:3: note: declared here 2849 | CURLINFO_SPEED_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:284:25: warning: 'CURLINFO_TLS_SESSION' is deprecated: since 7.48.0. Use CURLINFO_TLS_SSL_PTR [-Wdeprecated-declarations] 284 | { "CURLINFO_TLS_SESSION", 20, CURLINFO_TLS_SESSION }, | ^ /usr/include/curl/curl.h:2895:3: note: declared here 2895 | CURLINFO_TLS_SESSION CURL_DEPRECATED(7.48.0, "Use CURLINFO_TLS_SSL_PTR") | ^~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:309:52: error: 'CURLOPTDEPRECATED' undeclared (first use in this function); did you mean 'CURLOPT_PRIVATE'? 309 | { "CURLOPTDEPRECATED", 17, CURLOPTDEPRECATED }, | ^~~~~~~~~~~~~~~~~ | CURLOPT_PRIVATE ./const-easy-xs.inc:309:52: note: each undeclared identifier is reported only once for each function it appears in ./const-easy-xs.inc:344:25: warning: 'CURLOPT_CONV_FROM_NETWORK_FUNCTION' is deprecated: since 7.82.0. Serves no purpose anymore [-Wdeprecated-declarations] 344 | { "CURLOPT_CONV_FROM_NETWORK_FUNCTION", 34, CURLOPT_CONV_FROM_NETWORK_FUNCTION }, | ^ /usr/include/curl/curl.h:1622:3: note: declared here 1622 | CURLOPTDEPRECATED(CURLOPT_CONV_FROM_NETWORK_FUNCTION, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:345:25: warning: 'CURLOPT_CONV_FROM_UTF8_FUNCTION' is deprecated: since 7.82.0. Serves no purpose anymore [-Wdeprecated-declarations] 345 | { "CURLOPT_CONV_FROM_UTF8_FUNCTION", 31, CURLOPT_CONV_FROM_UTF8_FUNCTION }, | ^ /usr/include/curl/curl.h:1635:3: note: declared here 1635 | CURLOPTDEPRECATED(CURLOPT_CONV_FROM_UTF8_FUNCTION, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:346:25: warning: 'CURLOPT_CONV_TO_NETWORK_FUNCTION' is deprecated: since 7.82.0. Serves no purpose anymore [-Wdeprecated-declarations] 346 | { "CURLOPT_CONV_TO_NETWORK_FUNCTION", 32, CURLOPT_CONV_TO_NETWORK_FUNCTION }, | ^ /usr/include/curl/curl.h:1628:3: note: declared here 1628 | CURLOPTDEPRECATED(CURLOPT_CONV_TO_NETWORK_FUNCTION, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:368:25: warning: 'CURLOPT_DNS_USE_GLOBAL_CACHE' is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations] 368 | { "CURLOPT_DNS_USE_GLOBAL_CACHE", 28, CURLOPT_DNS_USE_GLOBAL_CACHE }, | ^ /usr/include/curl/curl.h:1424:3: note: declared here 1424 | CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:373:25: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 373 | { "CURLOPT_EGDSOCKET", 17, CURLOPT_EGDSOCKET }, | ^ /usr/include/curl/curl.h:1368:3: note: declared here 1368 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:418:25: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 418 | { "CURLOPT_HTTPPOST", 16, CURLOPT_HTTPPOST }, | ^ /usr/include/curl/curl.h:1195:3: note: declared here 1195 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:430:25: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 430 | { "CURLOPT_IOCTLDATA", 17, CURLOPT_IOCTLDATA }, | ^ /usr/include/curl/curl.h:1582:3: note: declared here 1582 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:431:25: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 431 | { "CURLOPT_IOCTLFUNCTION", 21, CURLOPT_IOCTLFUNCTION }, | ^ /usr/include/curl/curl.h:1580:3: note: declared here 1580 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:486:25: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 486 | { "CURLOPT_PROGRESSFUNCTION", 24, CURLOPT_PROGRESSFUNCTION }, | ^ /usr/include/curl/curl.h:1295:3: note: declared here 1295 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:487:25: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 487 | { "CURLOPT_PROTOCOLS", 17, CURLOPT_PROTOCOLS }, | ^ /usr/include/curl/curl.h:1749:3: note: declared here 1749 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:522:25: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 522 | { "CURLOPT_PUT", 11, CURLOPT_PUT }, | ^ /usr/include/curl/curl.h:1286:3: note: declared here 1286 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:525:25: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 525 | { "CURLOPT_RANDOM_FILE", 19, CURLOPT_RANDOM_FILE }, | ^ /usr/include/curl/curl.h:1364:3: note: declared here 1364 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:529:25: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] 529 | { "CURLOPT_REDIR_PROTOCOLS", 23, CURLOPT_REDIR_PROTOCOLS }, | ^ /usr/include/curl/curl.h:1755:3: note: declared here 1755 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:556:25: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] 556 | { "CURLOPT_SOCKS5_GSSAPI_SERVICE", 29, CURLOPT_SOCKS5_GSSAPI_SERVICE }, | ^ /usr/include/curl/curl.h:1738:3: note: declared here 1738 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:584:25: warning: 'CURLOPT_SSL_ENABLE_NPN' is deprecated: since 7.86.0. Has no function [-Wdeprecated-declarations] 584 | { "CURLOPT_SSL_ENABLE_NPN", 22, CURLOPT_SSL_ENABLE_NPN }, | ^ /usr/include/curl/curl.h:1901:3: note: declared here 1901 | CURLOPTDEPRECATED(CURLOPT_SSL_ENABLE_NPN, CURLOPTTYPE_LONG, 225, | ^~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:744:25: warning: 'CURLSSLBACKEND_AXTLS' is deprecated: since 7.61.0. [-Wdeprecated-declarations] 744 | { "CURLSSLBACKEND_AXTLS", 20, CURLSSLBACKEND_AXTLS }, | ^ /usr/include/curl/curl.h:168:3: note: declared here 168 | CURLSSLBACKEND_AXTLS CURL_DEPRECATED(7.61.0, "") = 10, | ^~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:753:25: warning: 'CURLSSLBACKEND_MESALINK' is deprecated: since 7.82.0. [-Wdeprecated-declarations] 753 | { "CURLSSLBACKEND_MESALINK", 23, CURLSSLBACKEND_MESALINK }, | ^ /usr/include/curl/curl.h:170:3: note: declared here 170 | CURLSSLBACKEND_MESALINK CURL_DEPRECATED(7.82.0, "") = 12, | ^~~~~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:757:25: warning: 'CURLSSLBACKEND_POLARSSL' is deprecated: since 7.69.0. [-Wdeprecated-declarations] 757 | { "CURLSSLBACKEND_POLARSSL", 23, CURLSSLBACKEND_POLARSSL }, | ^ /usr/include/curl/curl.h:164:3: note: declared here 164 | CURLSSLBACKEND_POLARSSL CURL_DEPRECATED(7.69.0, "") = 6, | ^~~~~~~~~~~~~~~~~~~~~~~ ./const-easy-xs.inc:826:50: error: 'CURL_DEPRECATED' undeclared (first use in this function) 826 | { "CURL_DEPRECATED", 15, CURL_DEPRECATED }, | ^~~~~~~~~~~~~~~ ./const-easy-xs.inc:855:58: error: 'CURL_IGNORE_DEPRECATION' undeclared (first use in this function) 855 | { "CURL_IGNORE_DEPRECATION", 23, CURL_IGNORE_DEPRECATION }, | ^~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:364: Curl.o] Error 1 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.9jP4zs (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.9jP4zs (%build) I: [iurt_root_command] ERROR: chroot