>>> Building on exopi-6 under net/py-curl BDEPENDS = [devel/py-wheel;devel/py-installer;lang/python/3;devel/py-setuptools;net/curl;devel/py-build] DIST = [net/py-curl:pycurl-7.45.7.tar.gz] FULLPKGNAME = py3-curl-7.45.7 RDEPENDS = [net/curl;lang/python/3] (Junk lock obtained for exopi-6 at 1764760031.51) >>> Running depends in net/py-curl at 1764760031.57 last junk was in graphics/glfw /usr/sbin/pkg_add -aI -Drepair curl-8.17.0 was: /usr/sbin/pkg_add -aI -Drepair curl-8.17.0 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 /usr/sbin/pkg_add -aI -Drepair curl-8.17.0 >>> Running show-prepare-results in net/py-curl at 1764760033.31 ===> net/py-curl ===> Building from scratch py3-curl-7.45.7 ===> py3-curl-7.45.7 depends on: python->=3.13,<3.14 -> python-3.13.9 ===> py3-curl-7.45.7 depends on: py3-build-* -> py3-build-1.3.0 ===> py3-curl-7.45.7 depends on: py3-installer-* -> py3-installer-0.7.0p2 ===> py3-curl-7.45.7 depends on: py3-setuptools->=79v0 -> py3-setuptools-79.0.1v0 ===> py3-curl-7.45.7 depends on: py3-wheel-* -> py3-wheel-0.46.1 ===> py3-curl-7.45.7 depends on: curl-* -> curl-8.17.0 ===> Verifying specs: crypto curl ssl ===> found crypto.57.2 curl.26.34 ssl.60.2 curl-8.17.0 py3-build-1.3.0 py3-installer-0.7.0p2 py3-setuptools-79.0.1v0 py3-wheel-0.46.1 python-3.13.9 (Junk lock released for exopi-6 at 1764760035.02) distfiles size=241098 >>> Running extract in net/py-curl at 1764760035.12 ===> net/py-curl ===> Checking files for py3-curl-7.45.7 `/exopi-cvs/ports/distfiles/pycurl-7.45.7.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-curl-7.45.7 >>> Running build in net/py-curl at 1764760035.52 ===> net/py-curl ===> Patching for py3-curl-7.45.7 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-curl-7.45.7 ===> Configuring for py3-curl-7.45.7 ===> Building for py3-curl-7.45.7 * Getting build dependencies for wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() Using curl-config (libcurl 8.17.0) Using SSL library: OpenSSL/LibreSSL/BoringSSL 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' * Building wheel... toml section missing PosixPath('pyproject.toml') does not contain a tool.setuptools_scm section /usr/local/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() Using curl-config (libcurl 8.17.0) Using SSL library: OpenSSL/LibreSSL/BoringSSL running bdist_wheel running build running build_py creating build/lib.openbsd-7.8-amd64-cpython-313/curl copying python/curl/__init__.py -> build/lib.openbsd-7.8-amd64-cpython-313/curl running build_ext building 'pycurl' extension creating build/temp.openbsd-7.8-amd64-cpython-313/src cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/docstrings.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/docstrings.o cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/easy.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/easy.o 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); | ^ /usr/local/include/curl/curl.h:2669:18: note: 'curl_formfree' has been explicitly marked deprecated here 2669 | CURL_EXTERN void CURL_DEPRECATED(7.56.0, "Use curl_mime_free()") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easy.c:398:39: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 398 | curl_easy_setopt(dup->handle, CURLOPT_IOCTLDATA, dup); | ^ /usr/local/include/curl/curl.h:1619:3: note: 'CURLOPT_IOCTLDATA' has been explicitly marked deprecated here 1619 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easy.c:398:39: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 398 | curl_easy_setopt(dup->handle, CURLOPT_IOCTLDATA, dup); | ^ /usr/local/include/curl/curl.h:1619:3: note: 'CURLOPT_IOCTLDATA' has been explicitly marked deprecated here 1619 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ 3 warnings generated. cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/easycb.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/easycb.o cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/easyinfo.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/easyinfo.o src/easyinfo.c:145:10: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] 145 | case CURLINFO_LASTSOCKET: | ^ /usr/local/include/curl/curl.h:2954:24: note: 'CURLINFO_LASTSOCKET' has been explicitly marked deprecated here 2954 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyinfo.c:207:10: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 207 | case CURLINFO_CONTENT_LENGTH_DOWNLOAD: | ^ /usr/local/include/curl/curl.h:2933:24: note: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' has been explicitly marked deprecated here 2933 | CURL_DEPRECATED(7.55.0, | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyinfo.c:208:10: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] 208 | case CURLINFO_CONTENT_LENGTH_UPLOAD: | ^ /usr/local/include/curl/curl.h:2938:24: note: 'CURLINFO_CONTENT_LENGTH_UPLOAD' has been explicitly marked deprecated here 2938 | CURL_DEPRECATED(7.55.0, | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyinfo.c:212:10: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] 212 | case CURLINFO_SIZE_DOWNLOAD: | ^ /usr/local/include/curl/curl.h:2916:24: note: 'CURLINFO_SIZE_DOWNLOAD' has been explicitly marked deprecated here 2916 | CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_DOWNLOAD_T") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyinfo.c:213:10: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] 213 | case CURLINFO_SIZE_UPLOAD: | ^ /usr/local/include/curl/curl.h:2912:24: note: 'CURLINFO_SIZE_UPLOAD' has been explicitly marked deprecated here 2912 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyinfo.c:214:10: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] 214 | case CURLINFO_SPEED_DOWNLOAD: | ^ /usr/local/include/curl/curl.h:2920:24: note: 'CURLINFO_SPEED_DOWNLOAD' has been explicitly marked deprecated here 2920 | CURL_DEPRECATED(7.55.0, "Use CURLINFO_SPEED_DOWNLOAD_T") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyinfo.c:215:10: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] 215 | case CURLINFO_SPEED_UPLOAD: | ^ /usr/local/include/curl/curl.h:2924:24: note: 'CURLINFO_SPEED_UPLOAD' has been explicitly marked deprecated here 2924 | CURL_DEPRECATED(7.55.0, "Use CURLINFO_SPEED_UPLOAD_T") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ 7 warnings generated. cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/easyopt.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/easyopt.o src/easyopt.c:94:10: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 94 | case CURLOPT_EGDSOCKET: | ^ /usr/local/include/curl/curl.h:1405:3: note: 'CURLOPT_EGDSOCKET' has been explicitly marked deprecated here 1405 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:102:10: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 102 | case CURLOPT_RANDOM_FILE: | ^ /usr/local/include/curl/curl.h:1401:3: note: 'CURLOPT_RANDOM_FILE' has been explicitly marked deprecated here 1401 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:164:18: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 164 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); | ^ /usr/local/include/curl/curl.h:1234:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:164:18: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 164 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); | ^ /usr/local/include/curl/curl.h:1234:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:164:18: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 164 | CLEAR_OBJECT(CURLOPT_HTTPPOST, self->httppost); | ^ /usr/local/include/curl/curl.h:1234:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:169:20: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 169 | CLEAR_CALLBACK(CURLOPT_PROGRESSFUNCTION, CURLOPT_PROGRESSDATA, self->pro_cb); | ^ /usr/local/include/curl/curl.h:1333:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here 1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:169:20: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 169 | CLEAR_CALLBACK(CURLOPT_PROGRESSFUNCTION, CURLOPT_PROGRESSDATA, self->pro_cb); | ^ /usr/local/include/curl/curl.h:1333:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here 1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:169:20: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 169 | CLEAR_CALLBACK(CURLOPT_PROGRESSFUNCTION, CURLOPT_PROGRESSDATA, self->pro_cb); | ^ /usr/local/include/curl/curl.h:1333:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here 1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:174:20: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 174 | CLEAR_CALLBACK(CURLOPT_IOCTLFUNCTION, CURLOPT_IOCTLDATA, self->ioctl_cb); | ^ /usr/local/include/curl/curl.h:1617:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here 1617 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:174:20: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 174 | CLEAR_CALLBACK(CURLOPT_IOCTLFUNCTION, CURLOPT_IOCTLDATA, self->ioctl_cb); | ^ /usr/local/include/curl/curl.h:1617:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here 1617 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:174:20: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 174 | CLEAR_CALLBACK(CURLOPT_IOCTLFUNCTION, CURLOPT_IOCTLDATA, self->ioctl_cb); | ^ /usr/local/include/curl/curl.h:1617:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here 1617 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:174:43: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 174 | CLEAR_CALLBACK(CURLOPT_IOCTLFUNCTION, CURLOPT_IOCTLDATA, self->ioctl_cb); | ^ /usr/local/include/curl/curl.h:1619:3: note: 'CURLOPT_IOCTLDATA' has been explicitly marked deprecated here 1619 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:174:43: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 174 | CLEAR_CALLBACK(CURLOPT_IOCTLFUNCTION, CURLOPT_IOCTLDATA, self->ioctl_cb); | ^ /usr/local/include/curl/curl.h:1619:3: note: 'CURLOPT_IOCTLDATA' has been explicitly marked deprecated here 1619 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:259:10: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 259 | case CURLOPT_EGDSOCKET: | ^ /usr/local/include/curl/curl.h:1405:3: note: 'CURLOPT_EGDSOCKET' has been explicitly marked deprecated here 1405 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:273:10: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 273 | case CURLOPT_RANDOM_FILE: | ^ /usr/local/include/curl/curl.h:1401:3: note: 'CURLOPT_RANDOM_FILE' has been explicitly marked deprecated here 1401 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:308:10: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] 308 | case CURLOPT_SOCKS5_GSSAPI_SERVICE: | ^ /usr/local/include/curl/curl.h:1775:3: note: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' has been explicitly marked deprecated here 1775 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:384:10: warning: 'CURLOPT_KRBLEVEL' is deprecated: since 8.17.0. removed [-Wdeprecated-declarations] 384 | case CURLOPT_KRBLEVEL: | ^ /usr/local/include/curl/curl.h:1360:3: note: 'CURLOPT_KRBLEVEL' has been explicitly marked deprecated here 1360 | CURLOPTDEPRECATED(CURLOPT_KRBLEVEL, CURLOPTTYPE_STRINGPOINT, 63, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:643:19: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 643 | res = curl_formadd(&post, &last, | ^ /usr/local/include/curl/curl.h:2633:26: note: 'curl_formadd' has been explicitly marked deprecated here 2633 | CURL_EXTERN CURLFORMcode CURL_DEPRECATED(7.56.0, "Use curl_mime_init()") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:644:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 644 | CURLFORM_COPYNAME, nstr, | ^ /usr/local/include/curl/curl.h:2559:28: note: 'CURLFORM_COPYNAME' has been explicitly marked deprecated here 2559 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:645:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 645 | CURLFORM_NAMELENGTH, (long) nlen, | ^ /usr/local/include/curl/curl.h:2561:28: note: 'CURLFORM_NAMELENGTH' has been explicitly marked deprecated here 2561 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:646:32: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 646 | CURLFORM_COPYCONTENTS, cstr, | ^ /usr/local/include/curl/curl.h:2562:28: note: 'CURLFORM_COPYCONTENTS' has been explicitly marked deprecated here 2562 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:647:32: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 647 | CURLFORM_CONTENTSLENGTH, (long) clen, | ^ /usr/local/include/curl/curl.h:2564:28: note: 'CURLFORM_CONTENTSLENGTH' has been explicitly marked deprecated here 2564 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:710:28: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 710 | if (val != CURLFORM_COPYCONTENTS && | ^ /usr/local/include/curl/curl.h:2562:28: note: 'CURLFORM_COPYCONTENTS' has been explicitly marked deprecated here 2562 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:711:28: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 711 | val != CURLFORM_FILE && | ^ /usr/local/include/curl/curl.h:2568:28: note: 'CURLFORM_FILE' has been explicitly marked deprecated here 2568 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:712:28: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 712 | val != CURLFORM_FILENAME && | ^ /usr/local/include/curl/curl.h:2576:28: note: 'CURLFORM_FILENAME' has been explicitly marked deprecated here 2576 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:713:28: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 713 | val != CURLFORM_CONTENTTYPE && | ^ /usr/local/include/curl/curl.h:2574:28: note: 'CURLFORM_CONTENTTYPE' has been explicitly marked deprecated here 2574 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:714:28: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 714 | val != CURLFORM_BUFFER && | ^ /usr/local/include/curl/curl.h:2570:28: note: 'CURLFORM_BUFFER' has been explicitly marked deprecated here 2570 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:715:28: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 715 | val != CURLFORM_BUFFERPTR) | ^ /usr/local/include/curl/curl.h:2571:28: note: 'CURLFORM_BUFFERPTR' has been explicitly marked deprecated here 2571 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:733:28: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 733 | if (val == CURLFORM_COPYCONTENTS) { | ^ /usr/local/include/curl/curl.h:2562:28: note: 'CURLFORM_COPYCONTENTS' has been explicitly marked deprecated here 2562 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:735:39: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 735 | forms[k].option = CURLFORM_CONTENTSLENGTH; | ^ /usr/local/include/curl/curl.h:2564:28: note: 'CURLFORM_CONTENTSLENGTH' has been explicitly marked deprecated here 2564 | CURLFORM_CONTENTSLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:738:35: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 738 | } else if (val == CURLFORM_BUFFERPTR) { | ^ /usr/local/include/curl/curl.h:2571:28: note: 'CURLFORM_BUFFERPTR' has been explicitly marked deprecated here 2571 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:768:39: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 768 | forms[k].option = CURLFORM_BUFFERLENGTH; | ^ /usr/local/include/curl/curl.h:2572:28: note: 'CURLFORM_BUFFERLENGTH' has been explicitly marked deprecated here 2572 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:774:19: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 774 | res = curl_formadd(&post, &last, | ^ /usr/local/include/curl/curl.h:2633:26: note: 'curl_formadd' has been explicitly marked deprecated here 2633 | CURL_EXTERN CURLFORMcode CURL_DEPRECATED(7.56.0, "Use curl_mime_init()") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:775:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 775 | CURLFORM_COPYNAME, nstr, | ^ /usr/local/include/curl/curl.h:2559:28: note: 'CURLFORM_COPYNAME' has been explicitly marked deprecated here 2559 | CURLFORM_COPYNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:776:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 776 | CURLFORM_NAMELENGTH, (long) nlen, | ^ /usr/local/include/curl/curl.h:2561:28: note: 'CURLFORM_NAMELENGTH' has been explicitly marked deprecated here 2561 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:777:32: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 777 | CURLFORM_ARRAY, forms, | ^ /usr/local/include/curl/curl.h:2566:28: note: 'CURLFORM_ARRAY' has been explicitly marked deprecated here 2566 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:794:42: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 794 | res = curl_easy_setopt(self->handle, CURLOPT_HTTPPOST, post); | ^ /usr/local/include/curl/curl.h:1234:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:794:42: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 794 | res = curl_easy_setopt(self->handle, CURLOPT_HTTPPOST, post); | ^ /usr/local/include/curl/curl.h:1234:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:807:5: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 807 | curl_formfree(post); | ^ /usr/local/include/curl/curl.h:2669:18: note: 'curl_formfree' has been explicitly marked deprecated here 2669 | CURL_EXTERN void CURL_DEPRECATED(7.56.0, "Use curl_mime_free()") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:941:10: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 941 | case CURLOPT_PROGRESSFUNCTION: | ^ /usr/local/include/curl/curl.h:1333:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here 1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:945:40: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 945 | curl_easy_setopt(self->handle, CURLOPT_PROGRESSFUNCTION, pro_cb); | ^ /usr/local/include/curl/curl.h:1333:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here 1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:945:40: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 945 | curl_easy_setopt(self->handle, CURLOPT_PROGRESSFUNCTION, pro_cb); | ^ /usr/local/include/curl/curl.h:1333:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here 1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:964:10: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 964 | case CURLOPT_IOCTLFUNCTION: | ^ /usr/local/include/curl/curl.h:1617:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here 1617 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:968:40: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 968 | curl_easy_setopt(self->handle, CURLOPT_IOCTLFUNCTION, ioctl_cb); | ^ /usr/local/include/curl/curl.h:1617:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here 1617 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:968:40: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 968 | curl_easy_setopt(self->handle, CURLOPT_IOCTLFUNCTION, ioctl_cb); | ^ /usr/local/include/curl/curl.h:1617:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here 1617 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:969:40: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 969 | curl_easy_setopt(self->handle, CURLOPT_IOCTLDATA, self); | ^ /usr/local/include/curl/curl.h:1619:3: note: 'CURLOPT_IOCTLDATA' has been explicitly marked deprecated here 1619 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:969:40: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations] 969 | curl_easy_setopt(self->handle, CURLOPT_IOCTLDATA, self); | ^ /usr/local/include/curl/curl.h:1619:3: note: 'CURLOPT_IOCTLDATA' has been explicitly marked deprecated here 1619 | CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:1176:23: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 1176 | if (option == CURLOPT_HTTPPOST) { | ^ /usr/local/include/curl/curl.h:1234:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/easyopt.c:999:9: warning: call to 'Wcurl_easy_setopt_err_ssh_key_cb' declared with 'warning' attribute: curl_easy_setopt expects a curl_sshkeycallback argument [-Wattribute-warning] 999 | curl_easy_setopt(self->handle, CURLOPT_SSH_KEYFUNCTION, ssh_key_cb); | ^ /usr/local/include/curl/typecheck-gcc.h:120:15: note: expanded from macro 'curl_easy_setopt' 120 | Wcurl_easy_setopt_err_ssh_key_cb(); \ | ^ 49 warnings generated. cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/easyperform.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/easyperform.o cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/module.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/module.o src/module.c:418:22: warning: 'CURLSSLBACKEND_NSS' is deprecated: since 8.3.0. [-Wdeprecated-declarations] 418 | case CURLSSLBACKEND_NSS: | ^ /usr/local/include/curl/curl.h:155:41: note: 'CURLSSLBACKEND_NSS' has been explicitly marked deprecated here 155 | CURLSSLBACKEND_NSS CURL_DEPRECATED(8.3.0, "") = 3, | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:423:22: warning: 'CURLSSLBACKEND_SECURETRANSPORT' is deprecated: since 8.15.0. [-Wdeprecated-declarations] 423 | case CURLSSLBACKEND_SECURETRANSPORT: | ^ /usr/local/include/curl/curl.h:161:41: note: 'CURLSSLBACKEND_SECURETRANSPORT' has been explicitly marked deprecated here 161 | CURLSSLBACKEND_SECURETRANSPORT CURL_DEPRECATED(8.15.0, "") = 9, | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:779:32: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 779 | insint_c(d, "FORM_BUFFER", CURLFORM_BUFFER); | ^ /usr/local/include/curl/curl.h:2570:28: note: 'CURLFORM_BUFFER' has been explicitly marked deprecated here 2570 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:780:35: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 780 | insint_c(d, "FORM_BUFFERPTR", CURLFORM_BUFFERPTR); | ^ /usr/local/include/curl/curl.h:2571:28: note: 'CURLFORM_BUFFERPTR' has been explicitly marked deprecated here 2571 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:781:34: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 781 | insint_c(d, "FORM_CONTENTS", CURLFORM_COPYCONTENTS); | ^ /usr/local/include/curl/curl.h:2562:28: note: 'CURLFORM_COPYCONTENTS' has been explicitly marked deprecated here 2562 | CURLFORM_COPYCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:782:30: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 782 | insint_c(d, "FORM_FILE", CURLFORM_FILE); | ^ /usr/local/include/curl/curl.h:2568:28: note: 'CURLFORM_FILE' has been explicitly marked deprecated here 2568 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:783:37: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 783 | insint_c(d, "FORM_CONTENTTYPE", CURLFORM_CONTENTTYPE); | ^ /usr/local/include/curl/curl.h:2574:28: note: 'CURLFORM_CONTENTTYPE' has been explicitly marked deprecated here 2574 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:784:34: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 784 | insint_c(d, "FORM_FILENAME", CURLFORM_FILENAME); | ^ /usr/local/include/curl/curl.h:2576:28: note: 'CURLFORM_FILENAME' has been explicitly marked deprecated here 2576 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:851:24: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 851 | insint_c(d, "PUT", CURLOPT_PUT); | ^ /usr/local/include/curl/curl.h:1324:3: note: 'CURLOPT_PUT' has been explicitly marked deprecated here 1324 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:865:29: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations] 865 | insint_c(d, "HTTPPOST", CURLOPT_HTTPPOST); | ^ /usr/local/include/curl/curl.h:1234:3: note: 'CURLOPT_HTTPPOST' has been explicitly marked deprecated here 1234 | CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:894:30: warning: 'CURLOPT_KRBLEVEL' is deprecated: since 8.17.0. removed [-Wdeprecated-declarations] 894 | insint_c(d, "KRB4LEVEL", CURLOPT_KRB4LEVEL); | ^ /usr/local/include/curl/curl.h:2284:27: note: expanded from macro 'CURLOPT_KRB4LEVEL' 2284 | #define CURLOPT_KRB4LEVEL CURLOPT_KRBLEVEL | ^ /usr/local/include/curl/curl.h:1360:3: note: 'CURLOPT_KRBLEVEL' has been explicitly marked deprecated here 1360 | CURLOPTDEPRECATED(CURLOPT_KRBLEVEL, CURLOPTTYPE_STRINGPOINT, 63, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:895:29: warning: 'CURLOPT_KRBLEVEL' is deprecated: since 8.17.0. removed [-Wdeprecated-declarations] 895 | insint_c(d, "KRBLEVEL", CURLOPT_KRBLEVEL); | ^ /usr/local/include/curl/curl.h:1360:3: note: 'CURLOPT_KRBLEVEL' has been explicitly marked deprecated here 1360 | CURLOPTDEPRECATED(CURLOPT_KRBLEVEL, CURLOPTTYPE_STRINGPOINT, 63, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:896:37: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 896 | insint_c(d, "PROGRESSFUNCTION", CURLOPT_PROGRESSFUNCTION); | ^ /usr/local/include/curl/curl.h:1333:3: note: 'CURLOPT_PROGRESSFUNCTION' has been explicitly marked deprecated here 1333 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:923:32: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 923 | insint_c(d, "RANDOM_FILE", CURLOPT_RANDOM_FILE); | ^ /usr/local/include/curl/curl.h:1401:3: note: 'CURLOPT_RANDOM_FILE' has been explicitly marked deprecated here 1401 | CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:924:30: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations] 924 | insint_c(d, "EGDSOCKET", CURLOPT_EGDSOCKET); | ^ /usr/local/include/curl/curl.h:1405:3: note: 'CURLOPT_EGDSOCKET' has been explicitly marked deprecated here 1405 | CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:940:41: warning: 'CURLOPT_DNS_USE_GLOBAL_CACHE' is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations] 940 | insint_c(d, "DNS_USE_GLOBAL_CACHE", CURLOPT_DNS_USE_GLOBAL_CACHE); | ^ /usr/local/include/curl/curl.h:1461:3: note: 'CURLOPT_DNS_USE_GLOBAL_CACHE' has been explicitly marked deprecated here 1461 | CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:972:34: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations] 972 | insint_c(d, "IOCTLFUNCTION", CURLOPT_IOCTLFUNCTION); | ^ /usr/local/include/curl/curl.h:1617:3: note: 'CURLOPT_IOCTLFUNCTION' has been explicitly marked deprecated here 1617 | CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1070:30: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 1070 | insint_c(d, "PROTOCOLS", CURLOPT_PROTOCOLS); | ^ /usr/local/include/curl/curl.h:1786:3: note: 'CURLOPT_PROTOCOLS' has been explicitly marked deprecated here 1786 | CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1071:36: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations] 1071 | insint_c(d, "REDIR_PROTOCOLS", CURLOPT_REDIR_PROTOCOLS); | ^ /usr/local/include/curl/curl.h:1792:3: note: 'CURLOPT_REDIR_PROTOCOLS' has been explicitly marked deprecated here 1792 | CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1112:42: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations] 1112 | insint_c(d, "SOCKS5_GSSAPI_SERVICE", CURLOPT_SOCKS5_GSSAPI_SERVICE); | ^ /usr/local/include/curl/curl.h:1775:3: note: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' has been explicitly marked deprecated here 1775 | CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1133:35: warning: 'CURLOPT_SSL_ENABLE_NPN' is deprecated: since 7.86.0. Has no function [-Wdeprecated-declarations] 1133 | insint_c(d, "SSL_ENABLE_NPN", CURLOPT_SSL_ENABLE_NPN); | ^ /usr/local/include/curl/curl.h:1939:3: note: 'CURLOPT_SSL_ENABLE_NPN' has been explicitly marked deprecated here 1939 | CURLOPTDEPRECATED(CURLOPT_SSL_ENABLE_NPN, CURLOPTTYPE_LONG, 225, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1136:35: warning: 'CURLOPT_SSL_FALSESTART' is deprecated: since 8.15.0. Has no function [-Wdeprecated-declarations] 1136 | insint_c(d, "SSL_FALSESTART", CURLOPT_SSL_FALSESTART); | ^ /usr/local/include/curl/curl.h:1966:3: note: 'CURLOPT_SSL_FALSESTART' has been explicitly marked deprecated here 1966 | CURLOPTDEPRECATED(CURLOPT_SSL_FALSESTART, CURLOPTTYPE_LONG, 233, | ^ /usr/local/include/curl/curl.h:1120:43: note: expanded from macro 'CURLOPTDEPRECATED' 1120 | #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1334:32: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations] 1334 | insint_c(d, "SIZE_UPLOAD", CURLINFO_SIZE_UPLOAD); | ^ /usr/local/include/curl/curl.h:2912:24: note: 'CURLINFO_SIZE_UPLOAD' has been explicitly marked deprecated here 2912 | CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1335:34: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations] 1335 | insint_c(d, "SIZE_DOWNLOAD", CURLINFO_SIZE_DOWNLOAD); | ^ /usr/local/include/curl/curl.h:2916:24: note: 'CURLINFO_SIZE_DOWNLOAD' has been explicitly marked deprecated here 2916 | CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_DOWNLOAD_T") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1336:35: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations] 1336 | insint_c(d, "SPEED_DOWNLOAD", CURLINFO_SPEED_DOWNLOAD); | ^ /usr/local/include/curl/curl.h:2920:24: note: 'CURLINFO_SPEED_DOWNLOAD' has been explicitly marked deprecated here 2920 | CURL_DEPRECATED(7.55.0, "Use CURLINFO_SPEED_DOWNLOAD_T") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1337:33: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations] 1337 | insint_c(d, "SPEED_UPLOAD", CURLINFO_SPEED_UPLOAD); | ^ /usr/local/include/curl/curl.h:2924:24: note: 'CURLINFO_SPEED_UPLOAD' has been explicitly marked deprecated here 2924 | CURL_DEPRECATED(7.55.0, "Use CURLINFO_SPEED_UPLOAD_T") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1342:44: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 1342 | insint_c(d, "CONTENT_LENGTH_DOWNLOAD", CURLINFO_CONTENT_LENGTH_DOWNLOAD); | ^ /usr/local/include/curl/curl.h:2933:24: note: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' has been explicitly marked deprecated here 2933 | CURL_DEPRECATED(7.55.0, | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1343:42: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations] 1343 | insint_c(d, "CONTENT_LENGTH_UPLOAD", CURLINFO_CONTENT_LENGTH_UPLOAD); | ^ /usr/local/include/curl/curl.h:2938:24: note: 'CURLINFO_CONTENT_LENGTH_UPLOAD' has been explicitly marked deprecated here 2938 | CURL_DEPRECATED(7.55.0, | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ src/module.c:1366:31: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations] 1366 | insint_c(d, "LASTSOCKET", CURLINFO_LASTSOCKET); | ^ /usr/local/include/curl/curl.h:2954:24: note: 'CURLINFO_LASTSOCKET' has been explicitly marked deprecated here 2954 | CURLINFO_LASTSOCKET CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ 29 warnings generated. cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/multi.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/multi.o src/multi.c:578:11: 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); | ^ /usr/local/include/curl/multi.h:325:23: note: 'curl_multi_socket_all' has been explicitly marked deprecated here 325 | CURL_EXTERN CURLMcode CURL_DEPRECATED(7.19.5, "Use curl_multi_socket_action()") | ^ /usr/local/include/curl/curl.h:44:18: note: expanded from macro 'CURL_DEPRECATED' 44 | __attribute__((deprecated("since " # version ". " message))) | ^ 1 warning generated. cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/oscompat.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/oscompat.o cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/pythoncompat.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/pythoncompat.o cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/share.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/share.o cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/stringcompat.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/stringcompat.o cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/threadsupport.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/threadsupport.o cc -O2 -pipe -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/local/include -I/usr/local/include/python3.13 -c src/util.c -o build/temp.openbsd-7.8-amd64-cpython-313/src/util.o cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.8-amd64-cpython-313/src/docstrings.o build/temp.openbsd-7.8-amd64-cpython-313/src/easy.o build/temp.openbsd-7.8-amd64-cpython-313/src/easycb.o build/temp.openbsd-7.8-amd64-cpython-313/src/easyinfo.o build/temp.openbsd-7.8-amd64-cpython-313/src/easyopt.o build/temp.openbsd-7.8-amd64-cpython-313/src/easyperform.o build/temp.openbsd-7.8-amd64-cpython-313/src/module.o build/temp.openbsd-7.8-amd64-cpython-313/src/multi.o build/temp.openbsd-7.8-amd64-cpython-313/src/oscompat.o build/temp.openbsd-7.8-amd64-cpython-313/src/pythoncompat.o build/temp.openbsd-7.8-amd64-cpython-313/src/share.o build/temp.openbsd-7.8-amd64-cpython-313/src/stringcompat.o build/temp.openbsd-7.8-amd64-cpython-313/src/threadsupport.o build/temp.openbsd-7.8-amd64-cpython-313/src/util.o -L/usr/local/lib -L/usr/local/lib -lssl -lcrypto -lcurl -o build/lib.openbsd-7.8-amd64-cpython-313/pycurl.cpython-313.so installing to build/bdist.openbsd-7.8-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.8-amd64/wheel creating build/bdist.openbsd-7.8-amd64/wheel/curl copying build/lib.openbsd-7.8-amd64-cpython-313/curl/__init__.py -> build/bdist.openbsd-7.8-amd64/wheel/./curl copying build/lib.openbsd-7.8-amd64-cpython-313/pycurl.cpython-313.so -> build/bdist.openbsd-7.8-amd64/wheel/. running install_data creating build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data creating build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl copying AUTHORS -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl copying ChangeLog -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl copying COPYING-LGPL -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl copying COPYING-MIT -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl copying INSTALL.rst -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl copying README.rst -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl copying RELEASE-NOTES.rst -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl creating build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/basicfirst.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/file_upload.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/linksys.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/multi-socket_action-select.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/opensocketexception.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/retriever-multi.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/retriever.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/sfquery.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/smtp.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/ssh_keyfunction.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples copying examples/xmlrpc_curl.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples creating build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_buffer.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/file_upload_real_fancy.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/follow_redirect.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/form_post.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/get.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python2_https.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/get_python3_https.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_buffer.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/put_file.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_headers.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/response_info.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart copying examples/quickstart/write_file.py -> build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.data/data/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 build/bdist.openbsd-7.8-amd64/wheel/./pycurl-7.45.7-py3.13.egg-info running install_scripts creating build/bdist.openbsd-7.8-amd64/wheel/pycurl-7.45.7.dist-info/WHEEL creating '/exopi-obj/pobj/py-curl-7.45.7/pycurl-7.45.7/dist/.tmp-29iffoje/pycurl-7.45.7-cp313-cp313-openbsd_7_8_amd64.whl' and adding 'build/bdist.openbsd-7.8-amd64/wheel' to it adding 'pycurl.cpython-313.so' adding 'curl/__init__.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/AUTHORS' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/COPYING-LGPL' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/COPYING-MIT' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/ChangeLog' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/INSTALL.rst' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/README.rst' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/RELEASE-NOTES.rst' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/basicfirst.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/file_upload.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/linksys.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/multi-socket_action-select.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/opensocketexception.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/retriever-multi.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/retriever.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/sfquery.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/smtp.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/ssh_keyfunction.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/xmlrpc_curl.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/file_upload_buffer.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/file_upload_real.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/file_upload_real_fancy.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/follow_redirect.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/form_post.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get_python2.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get_python2_https.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get_python3.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get_python3_https.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/put_buffer.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/put_file.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/response_headers.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/response_info.py' adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/write_file.py' adding 'pycurl-7.45.7.dist-info/licenses/AUTHORS' adding 'pycurl-7.45.7.dist-info/licenses/COPYING-LGPL' adding 'pycurl-7.45.7.dist-info/licenses/COPYING-MIT' adding 'pycurl-7.45.7.dist-info/METADATA' adding 'pycurl-7.45.7.dist-info/WHEEL' adding 'pycurl-7.45.7.dist-info/top_level.txt' adding 'pycurl-7.45.7.dist-info/RECORD' removing build/bdist.openbsd-7.8-amd64/wheel Successfully built pycurl-7.45.7-cp313-cp313-openbsd_7_8_amd64.whl >>> Running package in net/py-curl at 1764760046.58 ===> net/py-curl ===> Faking installation for py3-curl-7.45.7 /exopi-obj/pobj/py-curl-7.45.7/bin/install -d -m 755 /exopi-obj/pobj/py-curl-7.45.7/fake-amd64/usr/local/share/examples mv /exopi-obj/pobj/py-curl-7.45.7/fake-amd64/usr/local/share/doc/pycurl/examples /exopi-obj/pobj/py-curl-7.45.7/fake-amd64/usr/local/share/examples/py-curl/ mv /exopi-obj/pobj/py-curl-7.45.7/fake-amd64/usr/local/share/doc/pycurl /exopi-obj/pobj/py-curl-7.45.7/fake-amd64/usr/local/share/doc/py-curl/ ===> Building package for py3-curl-7.45.7 Create /exopi-cvs/ports/packages/amd64/all/py3-curl-7.45.7.tgz Creating package py3-curl-7.45.7 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|net/curl checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 14% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 19% checksumming|************ | 20% checksumming|************* | 22% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|*************************** | 44% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 48% checksumming|******************************* | 50% checksumming|******************************* | 52% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|********************************** | 56% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|************************************************** | 81% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|***************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 3% archiving|**** | 6% archiving|***** | 7% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 52% archiving|********************************** | 53% archiving|******************************************* | 68% archiving|********************************************* | 70% archiving|********************************************** | 71% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|**************************************************** | 81% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|********************************************************** | 90% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-curl-7.45.7.tgz >>> Running clean in net/py-curl at 1764760051.23 ===> net/py-curl ===> Cleaning for py3-curl-7.45.7 >>> Ended at 1764760051.45 max_stuck=0.94/depends=1.75/show-prepare-results=1.75/extract=0.46/build=11.05/package=4.65/clean=0.27