cards create: /DEPOT/cli/python-curl package(s) starting build Sat Apr 6 20:02:03 2024 =======> PKGMK_INSTALL: no =======> PKGMK_WORK_DIR: /tmp/work =======> PKGMK_SOURCE_DIR: /sources =======> WARNING: CLEAN IGNORED =======> PKGMK_IGNORE_REPO: no =======> PKGMK_UPDATE_REPO: =======> PKGMK_IGNORE_FOOTPRINT: yes =======> PKGMK_IGNORE_MD5SUM: yes =======> PKGMK_COMPRESS_PACKAGE: yes =======> PKGMK_COMPRESSION_MODE: xz =======> name: python-curl =======> version: 7.45.2 =======> release: 1 =======> WARNING: python-curl1638252526i686.cards.tar.xz already exist =======> WARNING: python-curl.doc1638252526any.cards.tar.xz already exist =======> Building starting... bsdtar -p -o -C /tmp/work/src -xf /sources/pycurl-7.45.2.tar.gz + build + '[' -z python3 ']' + case $build in + cd pycurl-7.45.2 + python3 setup.py build Using curl-config (libcurl 8.4.0) Using SSL library: OpenSSL/LibreSSL/BoringSSL running build running build_py creating build creating build/lib.linux-i686-cpython-311 creating build/lib.linux-i686-cpython-311/curl copying python/curl/__init__.py -> build/lib.linux-i686-cpython-311/curl running build_ext building 'pycurl' extension creating build/temp.linux-i686-cpython-311 creating build/temp.linux-i686-cpython-311/src gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/docstrings.c -o build/temp.linux-i686-cpython-311/src/docstrings.o gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easy.c -o build/temp.linux-i686-cpython-311/src/easy.o src/easy.c: In function 'do_curlhttppost_dealloc': src/easy.c:112:9: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 112 | curl_formfree(self->httppost); | ^~~~~~~~~~~~~ In file included from src/pycurl.h:33, from src/easy.c:1: /usr/include/curl/curl.h:2621:1: note: declared here 2621 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ src/easy.c: In function 'do_curl_duphandle': src/easy.c:382:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 382 | curl_easy_setopt(dup->handle, CURLOPT_IOCTLDATA, dup); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1586:3: note: declared here 1586 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easycb.c -o build/temp.linux-i686-cpython-311/src/easycb.o gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easyinfo.c -o build/temp.linux-i686-cpython-311/src/easyinfo.o src/easyinfo.c: In function 'do_curl_getinfo_raw': src/easyinfo.c:145:5: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] 145 | case CURLINFO_LASTSOCKET: | ^~~~ In file included from src/pycurl.h:33, from src/easyinfo.c:1: /usr/include/curl/curl.h:2905:3: note: declared here 2905 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^~~~~~~~~~~~~~~~~~~ src/easyinfo.c:204:5: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 204 | case CURLINFO_CONTENT_LENGTH_DOWNLOAD: | ^~~~ /usr/include/curl/curl.h:2883:3: note: declared here 2883 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:205:5: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] 205 | case CURLINFO_CONTENT_LENGTH_UPLOAD: | ^~~~ /usr/include/curl/curl.h:2888:3: note: declared here 2888 | CURLINFO_CONTENT_LENGTH_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:209:5: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] 209 | case CURLINFO_SIZE_DOWNLOAD: | ^~~~ /usr/include/curl/curl.h:2866:3: note: declared here 2866 | CURLINFO_SIZE_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:210:5: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] 210 | case CURLINFO_SIZE_UPLOAD: | ^~~~ /usr/include/curl/curl.h:2863:3: note: declared here 2863 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") | ^~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:211:5: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] 211 | case CURLINFO_SPEED_DOWNLOAD: | ^~~~ /usr/include/curl/curl.h:2870:3: note: declared here 2870 | CURLINFO_SPEED_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~ src/easyinfo.c:212:5: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] 212 | case CURLINFO_SPEED_UPLOAD: | ^~~~ /usr/include/curl/curl.h:2874:3: note: declared here 2874 | CURLINFO_SPEED_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~ gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easyopt.c -o build/temp.linux-i686-cpython-311/src/easyopt.o src/easyopt.c: In function 'util_curl_unsetopt': src/easyopt.c:86:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 86 | case CURLOPT_EGDSOCKET: | ^~~~ In file included from src/pycurl.h:33, from src/easyopt.c:1: /usr/include/curl/curl.h:1372:3: note: declared here 1372 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:94:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 94 | case CURLOPT_RANDOM_FILE: | ^~~~ /usr/include/curl/curl.h:1368:3: note: declared here 1368 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:147:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 147 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); | ^~~~~~~~~~~~ /usr/include/curl/curl.h:1199:3: note: declared here 1199 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:147:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 147 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); | ^~~~~~~~~~~~ /usr/include/curl/curl.h:1199:3: note: declared here 1199 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ src/easyopt.c: In function 'do_curl_setopt_string_impl': src/easyopt.c:221:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 221 | case CURLOPT_EGDSOCKET: | ^~~~ /usr/include/curl/curl.h:1372:3: note: declared here 1372 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:235:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 235 | case CURLOPT_RANDOM_FILE: | ^~~~ /usr/include/curl/curl.h:1368:3: note: declared here 1368 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:270:5: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] 270 | case CURLOPT_SOCKS5_GSSAPI_SERVICE: | ^~~~ /usr/include/curl/curl.h:1742:3: note: declared here 1742 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, | ^~~~~~~~~~~~~~~~~ src/easyopt.c: In function 'do_curl_setopt_httppost': src/easyopt.c:556:13: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 556 | res = curl_formadd(&post, &last, | ^~~ /usr/include/curl/curl.h:2585:1: note: declared here 2585 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/easyopt.c:557:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 557 | CURLFORM_COPYNAME, nstr, | ^~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2510:3: note: declared here 2510 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ src/easyopt.c:558:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 558 | CURLFORM_NAMELENGTH, (long) nlen, | ^~~~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2512:3: note: declared here 2512 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/easyopt.c:559:32: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 559 | CURLFORM_COPYCONTENTS, cstr, | ^~~~~~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:560:32: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 560 | CURLFORM_CONTENTSLENGTH, (long) clen, | ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2515:3: note: declared here 2515 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:623:17: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 623 | if (val != CURLFORM_COPYCONTENTS && | ^~ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:624:21: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 624 | val != CURLFORM_FILE && | ^~~ /usr/include/curl/curl.h:2519:3: note: declared here 2519 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/easyopt.c:625:21: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 625 | val != CURLFORM_FILENAME && | ^~~ /usr/include/curl/curl.h:2527:3: note: declared here 2527 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ src/easyopt.c:626:21: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 626 | val != CURLFORM_CONTENTTYPE && | ^~~ /usr/include/curl/curl.h:2525:3: note: declared here 2525 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/easyopt.c:627:21: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 627 | val != CURLFORM_BUFFER && | ^~~ /usr/include/curl/curl.h:2521:3: note: declared here 2521 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ src/easyopt.c:628:21: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 628 | val != CURLFORM_BUFFERPTR) | ^~~ /usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ src/easyopt.c:646:17: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 646 | if (val == CURLFORM_COPYCONTENTS) { | ^~ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:648:21: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 648 | forms[k].option = CURLFORM_CONTENTSLENGTH; | ^~~~~ /usr/include/curl/curl.h:2515:3: note: declared here 2515 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:651:17: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 651 | } else if (val == CURLFORM_BUFFERPTR) { | ^ /usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ src/easyopt.c:681:21: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 681 | forms[k].option = CURLFORM_BUFFERLENGTH; | ^~~~~ /usr/include/curl/curl.h:2523:3: note: declared here 2523 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/easyopt.c:687:13: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 687 | res = curl_formadd(&post, &last, | ^~~ /usr/include/curl/curl.h:2585:1: note: declared here 2585 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/easyopt.c:688:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 688 | CURLFORM_COPYNAME, nstr, | ^~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2510:3: note: declared here 2510 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~~ src/easyopt.c:689:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 689 | CURLFORM_NAMELENGTH, (long) nlen, | ^~~~~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:2512:3: note: declared here 2512 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/easyopt.c:690:32: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 690 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ /usr/include/curl/curl.h:2517:3: note: declared here 2517 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/easyopt.c:707:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 707 | res = curl_easy_setopt(self->handle, CURLOPT_HTTPPOST, post); | ^~~ /usr/include/curl/curl.h:1199:3: note: declared here 1199 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:720:5: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 720 | curl_formfree(post); | ^~~~~~~~~~~~~ /usr/include/curl/curl.h:2621:1: note: declared here 2621 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ src/easyopt.c: In function 'do_curl_setopt_callable': src/easyopt.c:851:5: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 851 | case CURLOPT_PROGRESSFUNCTION: | ^~~~ /usr/include/curl/curl.h:1299:3: note: declared here 1299 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:855:9: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 855 | curl_easy_setopt(self->handle, CURLOPT_PROGRESSFUNCTION, pro_cb); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1299:3: note: declared here 1299 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:874:5: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 874 | case CURLOPT_IOCTLFUNCTION: | ^~~~ /usr/include/curl/curl.h:1584:3: note: declared here 1584 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:878:9: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 878 | curl_easy_setopt(self->handle, CURLOPT_IOCTLFUNCTION, ioctl_cb); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1584:3: note: declared here 1584 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^~~~~~~~~~~~~~~~~ src/easyopt.c:879:9: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 879 | curl_easy_setopt(self->handle, CURLOPT_IOCTLDATA, self); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1586:3: note: declared here 1586 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^~~~~~~~~~~~~~~~~ src/easyopt.c: In function 'do_curl_setopt': src/easyopt.c:1072:9: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 1072 | if (option == CURLOPT_HTTPPOST) { | ^~ /usr/include/curl/curl.h:1199:3: note: declared here 1199 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/easyperform.c -o build/temp.linux-i686-cpython-311/src/easyperform.o gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/module.c -o build/temp.linux-i686-cpython-311/src/module.o src/module.c: In function 'PyInit_pycurl': src/module.c:376:17: warning: 'CURLSSLBACKEND_NSS' is deprecated: since 8.3.0. [-Wdeprecated-declarations] 376 | case CURLSSLBACKEND_NSS: | ^~~~ In file included from src/pycurl.h:33, from src/module.c:1: /usr/include/curl/curl.h:162:3: note: declared here 162 | CURLSSLBACKEND_NSS CURL_DEPRECATED(8.3.0, "") = 3, | ^~~~~~~~~~~~~~~~~~ src/module.c:733:5: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 733 | insint_c(d, "FORM_BUFFER", CURLFORM_BUFFER); | ^~~~~~~~ /usr/include/curl/curl.h:2521:3: note: declared here 2521 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ src/module.c:734:5: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 734 | insint_c(d, "FORM_BUFFERPTR", CURLFORM_BUFFERPTR); | ^~~~~~~~ /usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ src/module.c:735:5: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 735 | insint_c(d, "FORM_CONTENTS", CURLFORM_COPYCONTENTS); | ^~~~~~~~ /usr/include/curl/curl.h:2513:3: note: declared here 2513 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/module.c:736:5: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 736 | insint_c(d, "FORM_FILE", CURLFORM_FILE); | ^~~~~~~~ /usr/include/curl/curl.h:2519:3: note: declared here 2519 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/module.c:737:5: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 737 | insint_c(d, "FORM_CONTENTTYPE", CURLFORM_CONTENTTYPE); | ^~~~~~~~ /usr/include/curl/curl.h:2525:3: note: declared here 2525 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/module.c:738:5: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 738 | insint_c(d, "FORM_FILENAME", CURLFORM_FILENAME); | ^~~~~~~~ /usr/include/curl/curl.h:2527:3: note: declared here 2527 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ src/module.c:805:5: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 805 | insint_c(d, "PUT", CURLOPT_PUT); | ^~~~~~~~ /usr/include/curl/curl.h:1290:3: note: declared here 1290 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, | ^~~~~~~~~~~~~~~~~ src/module.c:819:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 819 | insint_c(d, "HTTPPOST", CURLOPT_HTTPPOST); | ^~~~~~~~ /usr/include/curl/curl.h:1199:3: note: declared here 1199 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^~~~~~~~~~~~~~~~~ src/module.c:838:5: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 838 | insint_c(d, "PROGRESSFUNCTION", CURLOPT_PROGRESSFUNCTION); | ^~~~~~~~ /usr/include/curl/curl.h:1299:3: note: declared here 1299 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ src/module.c:865:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 865 | insint_c(d, "RANDOM_FILE", CURLOPT_RANDOM_FILE); | ^~~~~~~~ /usr/include/curl/curl.h:1368:3: note: declared here 1368 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^~~~~~~~~~~~~~~~~ src/module.c:866:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 866 | insint_c(d, "EGDSOCKET", CURLOPT_EGDSOCKET); | ^~~~~~~~ /usr/include/curl/curl.h:1372:3: note: declared here 1372 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^~~~~~~~~~~~~~~~~ src/module.c:882:5: warning: 'CURLOPT_DNS_USE_GLOBAL_CACHE' is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations] 882 | insint_c(d, "DNS_USE_GLOBAL_CACHE", CURLOPT_DNS_USE_GLOBAL_CACHE); | ^~~~~~~~ /usr/include/curl/curl.h:1428:3: note: declared here 1428 | CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91, | ^~~~~~~~~~~~~~~~~ src/module.c:914:5: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 914 | insint_c(d, "IOCTLFUNCTION", CURLOPT_IOCTLFUNCTION); | ^~~~~~~~ /usr/include/curl/curl.h:1584:3: note: declared here 1584 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^~~~~~~~~~~~~~~~~ src/module.c:997:5: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 997 | insint_c(d, "PROTOCOLS", CURLOPT_PROTOCOLS); | ^~~~~~~~ /usr/include/curl/curl.h:1753:3: note: declared here 1753 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, | ^~~~~~~~~~~~~~~~~ src/module.c:998:5: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] 998 | insint_c(d, "REDIR_PROTOCOLS", CURLOPT_REDIR_PROTOCOLS); | ^~~~~~~~ /usr/include/curl/curl.h:1759:3: note: declared here 1759 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, | ^~~~~~~~~~~~~~~~~ src/module.c:1039:5: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] 1039 | insint_c(d, "SOCKS5_GSSAPI_SERVICE", CURLOPT_SOCKS5_GSSAPI_SERVICE); | ^~~~~~~~ /usr/include/curl/curl.h:1742:3: note: declared here 1742 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, | ^~~~~~~~~~~~~~~~~ src/module.c:1060:5: warning: 'CURLOPT_SSL_ENABLE_NPN' is deprecated: since 7.86.0. Has no function [-Wdeprecated-declarations] 1060 | insint_c(d, "SSL_ENABLE_NPN", CURLOPT_SSL_ENABLE_NPN); | ^~~~~~~~ /usr/include/curl/curl.h:1905:3: note: declared here 1905 | CURLOPTDEPRECATED(CURLOPT_SSL_ENABLE_NPN, CURLOPTTYPE_LONG, 225, | ^~~~~~~~~~~~~~~~~ src/module.c:1241:5: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] 1241 | insint_c(d, "SIZE_UPLOAD", CURLINFO_SIZE_UPLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2863:3: note: declared here 2863 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") | ^~~~~~~~~~~~~~~~~~~~ src/module.c:1242:5: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] 1242 | insint_c(d, "SIZE_DOWNLOAD", CURLINFO_SIZE_DOWNLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2866:3: note: declared here 2866 | CURLINFO_SIZE_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~ src/module.c:1243:5: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] 1243 | insint_c(d, "SPEED_DOWNLOAD", CURLINFO_SPEED_DOWNLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2870:3: note: declared here 2870 | CURLINFO_SPEED_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~ src/module.c:1244:5: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] 1244 | insint_c(d, "SPEED_UPLOAD", CURLINFO_SPEED_UPLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2874:3: note: declared here 2874 | CURLINFO_SPEED_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~ src/module.c:1249:5: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 1249 | insint_c(d, "CONTENT_LENGTH_DOWNLOAD", CURLINFO_CONTENT_LENGTH_DOWNLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2883:3: note: declared here 2883 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/module.c:1250:5: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] 1250 | insint_c(d, "CONTENT_LENGTH_UPLOAD", CURLINFO_CONTENT_LENGTH_UPLOAD); | ^~~~~~~~ /usr/include/curl/curl.h:2888:3: note: declared here 2888 | CURLINFO_CONTENT_LENGTH_UPLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/module.c:1273:5: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] 1273 | insint_c(d, "LASTSOCKET", CURLINFO_LASTSOCKET); | ^~~~~~~~ /usr/include/curl/curl.h:2905:3: note: declared here 2905 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^~~~~~~~~~~~~~~~~~~ gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/multi.c -o build/temp.linux-i686-cpython-311/src/multi.o src/multi.c: In function 'do_multi_socket_all': src/multi.c:578:5: warning: 'curl_multi_socket_all' is deprecated: since 7.19.5. Use curl_multi_socket_action() [-Wdeprecated-declarations] 578 | res = curl_multi_socket_all(self->multi_handle, &running); | ^~~ In file included from /usr/include/curl/curl.h:3218, from src/pycurl.h:33, from src/multi.c:1: /usr/include/curl/multi.h:330:1: note: declared here 330 | curl_multi_socket_all(CURLM *multi_handle, int *running_handles); | ^~~~~~~~~~~~~~~~~~~~~ gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/oscompat.c -o build/temp.linux-i686-cpython-311/src/oscompat.o gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/pythoncompat.c -o build/temp.linux-i686-cpython-311/src/pythoncompat.o gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/share.c -o build/temp.linux-i686-cpython-311/src/share.o gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/stringcompat.c -o build/temp.linux-i686-cpython-311/src/stringcompat.o gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/threadsupport.c -o build/temp.linux-i686-cpython-311/src/threadsupport.o gcc -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -O2 -pipe -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.2\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.11 -c src/util.c -o build/temp.linux-i686-cpython-311/src/util.o gcc -shared -O2 -pipe build/temp.linux-i686-cpython-311/src/docstrings.o build/temp.linux-i686-cpython-311/src/easy.o build/temp.linux-i686-cpython-311/src/easycb.o build/temp.linux-i686-cpython-311/src/easyinfo.o build/temp.linux-i686-cpython-311/src/easyopt.o build/temp.linux-i686-cpython-311/src/easyperform.o build/temp.linux-i686-cpython-311/src/module.o build/temp.linux-i686-cpython-311/src/multi.o build/temp.linux-i686-cpython-311/src/oscompat.o build/temp.linux-i686-cpython-311/src/pythoncompat.o build/temp.linux-i686-cpython-311/src/share.o build/temp.linux-i686-cpython-311/src/stringcompat.o build/temp.linux-i686-cpython-311/src/threadsupport.o build/temp.linux-i686-cpython-311/src/util.o -L/usr/lib -lssl -lcrypto -lcurl -o build/lib.linux-i686-cpython-311/pycurl.cpython-311-i386-linux-gnu.so + python3 setup.py install --prefix=/usr --root=/tmp/work/pkg Using curl-config (libcurl 8.4.0) Using SSL library: OpenSSL/LibreSSL/BoringSSL running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /tmp/work/pkg/usr creating /tmp/work/pkg/usr/lib creating /tmp/work/pkg/usr/lib/python3.11 creating /tmp/work/pkg/usr/lib/python3.11/site-packages copying build/lib.linux-i686-cpython-311/pycurl.cpython-311-i386-linux-gnu.so -> /tmp/work/pkg/usr/lib/python3.11/site-packages creating /tmp/work/pkg/usr/lib/python3.11/site-packages/curl copying build/lib.linux-i686-cpython-311/curl/__init__.py -> /tmp/work/pkg/usr/lib/python3.11/site-packages/curl byte-compiling /tmp/work/pkg/usr/lib/python3.11/site-packages/curl/__init__.py to __init__.cpython-311.pyc running install_data creating /tmp/work/pkg/usr/share creating /tmp/work/pkg/usr/share/doc creating /tmp/work/pkg/usr/share/doc/pycurl copying AUTHORS -> /tmp/work/pkg/usr/share/doc/pycurl copying ChangeLog -> /tmp/work/pkg/usr/share/doc/pycurl copying COPYING-LGPL -> /tmp/work/pkg/usr/share/doc/pycurl copying COPYING-MIT -> /tmp/work/pkg/usr/share/doc/pycurl copying INSTALL.rst -> /tmp/work/pkg/usr/share/doc/pycurl copying README.rst -> /tmp/work/pkg/usr/share/doc/pycurl copying RELEASE-NOTES.rst -> /tmp/work/pkg/usr/share/doc/pycurl creating /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/linksys.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/smtp.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/opensocketexception.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/retriever.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/file_upload.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/ssh_keyfunction.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/sfquery.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/basicfirst.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/retriever-multi.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/multi-socket_action-select.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples copying examples/xmlrpc_curl.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples creating /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_buffer.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_file.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3_https.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/write_file.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2_https.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/form_post.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_buffer.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real_fancy.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/get.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_info.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_headers.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart copying examples/quickstart/follow_redirect.py -> /tmp/work/pkg/usr/share/doc/pycurl/examples/quickstart running install_egg_info running egg_info writing pycurl.egg-info/PKG-INFO writing dependency_links to pycurl.egg-info/dependency_links.txt writing top-level names to pycurl.egg-info/top_level.txt reading manifest file 'pycurl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'src/Makefile' warning: no previously-included files found matching 'tests/fake-curl/libcurl/*.so' adding license file 'COPYING-LGPL' adding license file 'COPYING-MIT' adding license file 'AUTHORS' writing manifest file 'pycurl.egg-info/SOURCES.txt' Copying pycurl.egg-info to /tmp/work/pkg/usr/lib/python3.11/site-packages/pycurl-7.45.2-py3.11.egg-info running install_scripts =======> WARNING: Footprint ignored. =======> trying to get categories... =======> Adding meta data to Archive python-curl =======> Adding runtime deps to Archive python-curl =======> Adding meta data to Archive python-curl.doc =======> compress python-curl1712433726i686.cards.tar =======> compress python-curl.doc1712433726any.cards.tar cards create: build done Sat Apr 6 20:02:06 2024 CREATED: python-curl.doc 7.45.2 CREATED: python-curl 7.45.2 cards create: finish Sat Apr 6 20:02:06 2024