=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ocaml-curl-0.5.3nb44 gmake[1]: Entering directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl' gmake[1]: Leaving directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl' gmake[1]: Entering directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl' ocamlc -c curl.mli -o curl.cmi ocamlc -c curl.ml -o curl.cmo gcc -c -Wall -I/usr/pkg/include -DHAVE_CONFIG_H -I/usr/pkg/lib/ocaml curl-helper.c -o curl-helper.o curl-helper.c:25:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 25 | void leave_blocking_section(void); | ^~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:26:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 26 | void enter_blocking_section(void); | ^~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'raiseError': curl-helper.c:1072:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead 1072 | Store_field(exceptionData, 2, copy_string(errorString)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1077:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead 1077 | copy_string(conn->errorBuffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1080:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1080 | exception = caml_named_value("CurlException"); | ^ curl-helper.c:1085:13: warning: "raise_with_arg" is deprecated: use "caml_raise_with_arg" instead 1085 | raise_with_arg(*exception, exceptionData); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'newConnection': curl-helper.c:1097:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 1097 | enter_blocking_section(); | ^~~~~~~~~~~~~~~~~ curl-helper.c:1099:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1099 | leave_blocking_section(); | ^~~~~~~~~~~~~~~~~ curl-helper.c:1116:13: warning: "alloc" is deprecated: use "caml_alloc" instead 1116 | connection->ocamlValues = alloc(OcamlValuesSize, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1120:13: warning: "register_global_root" is deprecated: use "caml_register_global_root" instead 1120 | register_global_root(&connection->ocamlValues); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'duplicateConnection': curl-helper.c:1176:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 1176 | enter_blocking_section(); | ^~~~~~~~~~~~~~~~~ curl-helper.c:1178:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1178 | leave_blocking_section(); | ^~~~~~~~~~~~~~~~~ curl-helper.c:1195:13: warning: "alloc" is deprecated: use "caml_alloc" instead 1195 | connection->ocamlValues = alloc(OcamlValuesSize, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1199:13: warning: "register_global_root" is deprecated: use "caml_register_global_root" instead 1199 | register_global_root(&connection->ocamlValues); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'removeConnection': curl-helper.c:1401:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 1401 | enter_blocking_section(); | ^~~~~~~~~~~~~~~~~ curl-helper.c:1403:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1403 | leave_blocking_section(); | ^~~~~~~~~~~~~~~~~ curl-helper.c:1415:13: warning: "remove_global_root" is deprecated: use "caml_remove_global_root" instead 1415 | remove_global_root(&connection->ocamlValues); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'checkConnection': curl-helper.c:1517:13: warning: "failwith" is deprecated: use "caml_failwith" instead 1517 | failwith("Invalid Connection"); | ^~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'writeFunction_nolock': curl-helper.c:1539:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead 1539 | str = alloc_string(size*nmemb); | ^~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1544:13: warning: "callback" is deprecated: use "caml_callback" instead 1544 | result = callback(Field(conn->ocamlValues, OcamlWriteCallback), str); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'writeFunction': curl-helper.c:1549:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1549 | WRAP_DATA_CALLBACK(writeFunction) | ^~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1549:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead curl-helper.c: In function 'readFunction_nolock': curl-helper.c:1560:13: warning: "callback" is deprecated: use "caml_callback" instead 1560 | result = callback(Field(conn->ocamlValues, OcamlReadCallback), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1563:13: warning: "string_length" is deprecated: use "caml_string_length" instead 1563 | length = string_length(result); | ^~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'readFunction': curl-helper.c:1573:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1573 | WRAP_DATA_CALLBACK(readFunction) | ^~~~~~~~~~~~~~~~~~~~ curl-helper.c:1573:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead curl-helper.c: In function 'headerFunction_nolock': curl-helper.c:1584:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead 1584 | str = alloc_string(size*nmemb); | ^~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1589:13: warning: "callback" is deprecated: use "caml_callback" instead 1589 | result = callback(Field(conn->ocamlValues, OcamlHeaderCallback), str); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'headerFunction': curl-helper.c:1594:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1594 | WRAP_DATA_CALLBACK(headerFunction) | ^~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1594:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead curl-helper.c: In function 'progressFunction_nolock': curl-helper.c:1609:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead 1609 | callbackData[0] = copy_double(dlTotal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1610:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead 1610 | callbackData[1] = copy_double(dlNow); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1611:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead 1611 | callbackData[2] = copy_double(ulTotal); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1612:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead 1612 | callbackData[3] = copy_double(ulNow); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1614:13: warning: "callbackN" is deprecated: use "caml_callbackN" instead 1614 | result = callbackN(Field(conn->ocamlValues, OcamlProgressCallback), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'progressFunction': curl-helper.c:1627:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1627 | leave_blocking_section(); | ^~~~~~~~~~~~~~~ curl-helper.c:1629:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 1629 | enter_blocking_section(); | ^~~~~~~~~~~~~~~ curl-helper.c: In function 'debugFunction_nolock': curl-helper.c:1648:13: warning: "alloc_string" is deprecated: use "caml_alloc_string" instead 1648 | camlMessage = alloc_string(bufferLength); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1653:13: warning: "callback3" is deprecated: use "caml_callback3" instead 1653 | callback3(Field(conn->ocamlValues, OcamlDebugCallback), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'debugFunction': curl-helper.c:1668:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1668 | leave_blocking_section(); | ^~~~~~~~~~~~~~~ curl-helper.c:1670:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 1670 | enter_blocking_section(); | ^~~~~~~~~~~~~~~ curl-helper.c: In function 'ioctlFunction_nolock': curl-helper.c:1690:13: warning: "failwith" is deprecated: use "caml_failwith" instead 1690 | failwith("Invalid IOCTL Cmd!"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1692:13: warning: "alloc" is deprecated: use "caml_alloc" instead 1692 | camlConnection = alloc(1, Abstract_tag); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1695:13: warning: "callback2" is deprecated: use "caml_callback2" instead 1695 | camlResult = callback2(Field(conn->ocamlValues, OcamlIOCTLCallback), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'ioctlFunction': curl-helper.c:1726:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1726 | leave_blocking_section(); | ^~~~~~~~~~~~~~~ curl-helper.c:1728:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 1728 | enter_blocking_section(); | ^~~~~~~~~~~~~~~ curl-helper.c: In function 'seekFunction_nolock': curl-helper.c:1742:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead 1742 | camlOffset = copy_int64(offset); | ^~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:1753:13: warning: "callback2" is deprecated: use "caml_callback2" instead 1753 | camlResult = callback2(Field(conn->ocamlValues, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'seekFunction': curl-helper.c:1768:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 1768 | leave_blocking_section(); | ^~~~~~~~~~~~~~~ curl-helper.c:1770:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 1770 | enter_blocking_section(); | ^~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_global_init': curl-helper.c:1803:13: warning: "failwith" is deprecated: use "caml_failwith" instead 1803 | failwith("Invalid Initialization Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_easy_init': curl-helper.c:1835:13: warning: "alloc" is deprecated: use "caml_alloc" instead 1835 | result = alloc(1, Abstract_tag); | ^~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleWriteFunction': curl-helper.c:1853:13: warning: "failwith" is deprecated: use "caml_failwith" instead 1853 | failwith("Not a proper closure"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleReadFunction': curl-helper.c:1880:13: warning: "failwith" is deprecated: use "caml_failwith" instead 1880 | failwith("Not a proper closure"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleNETRC': curl-helper.c:2164:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2164 | failwith("Invalid NETRC Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleEncoding': curl-helper.c:2199:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2199 | failwith("Invalid Encoding Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handlePostFields': curl-helper.c:2371:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2371 | conn->postFields = malloc(string_length(option)+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2372:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2372 | memcpy(conn->postFields, String_val(option), string_length(option)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleHTTPHeader': curl-helper.c:2551:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2551 | failwith("Not a string"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleHTTPPost': curl-helper.c:2599:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2599 | failwith("Incorrect CURLFORM_CONTENT parameters"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2605:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2605 | str1 = (char *)malloc(string_length(Field(formItem, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2608:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2608 | string_length(Field(formItem, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2609:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2609 | str1[string_length(Field(formItem, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2613:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2613 | str2 = (char *)malloc(string_length(Field(formItem, 1))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2616:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2616 | string_length(Field(formItem, 1))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2617:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2617 | str2[string_length(Field(formItem, 1))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2626:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2626 | string_length(Field(formItem, 0)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2630:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2630 | string_length(Field(formItem, 1)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2635:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2635 | str1 = (char *)malloc(string_length(Field(formItem, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2638:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2638 | string_length(Field(formItem, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2639:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2639 | str1[string_length(Field(formItem, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2643:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2643 | str2 = (char *)malloc(string_length(Field(formItem, 1))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2646:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2646 | string_length(Field(formItem, 1))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2647:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2647 | str2[string_length(Field(formItem, 1))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2653:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2653 | str3 = (char *)malloc(string_length(Field(contentType, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2656:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2656 | string_length(Field(contentType, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2657:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2657 | str3[string_length(Field(contentType, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2666:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2666 | string_length(Field(formItem, 0)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2670:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2670 | string_length(Field(formItem, 1)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2677:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2677 | failwith("Incorrect CURLFORM_CONTENT parameters"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2684:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2684 | failwith("Incorrect CURLFORM_FILECONTENT parameters"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2690:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2690 | str1 = (char *)malloc(string_length(Field(formItem, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2693:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2693 | string_length(Field(formItem, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2694:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2694 | str1[string_length(Field(formItem, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2698:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2698 | str2 = (char *)malloc(string_length(Field(formItem, 1))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2701:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2701 | string_length(Field(formItem, 1))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2702:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2702 | str2[string_length(Field(formItem, 1))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2711:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2711 | string_length(Field(formItem, 0)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2718:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2718 | str1 = (char *)malloc(string_length(Field(formItem, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2721:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2721 | string_length(Field(formItem, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2722:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2722 | str1[string_length(Field(formItem, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2726:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2726 | str2 = (char *)malloc(string_length(Field(formItem, 1))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2729:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2729 | string_length(Field(formItem, 1))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2730:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2730 | str2[string_length(Field(formItem, 1))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2736:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2736 | str3 = (char *)malloc(string_length(Field(contentType, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2739:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2739 | string_length(Field(contentType, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2740:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2740 | str3[string_length(Field(contentType, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2749:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2749 | string_length(Field(formItem, 0)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2758:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2758 | failwith("Incorrect CURLFORM_FILECONTENT parameters"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2765:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2765 | failwith("Incorrect CURLFORM_FILE parameters"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2771:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2771 | str1 = (char *)malloc(string_length(Field(formItem, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2774:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2774 | string_length(Field(formItem, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2775:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2775 | str1[string_length(Field(formItem, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2779:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2779 | str2 = (char *)malloc(string_length(Field(formItem, 1))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2782:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2782 | string_length(Field(formItem, 1))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2783:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2783 | str2[string_length(Field(formItem, 1))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2792:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2792 | string_length(Field(formItem, 0)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2799:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2799 | str1 = (char *)malloc(string_length(Field(formItem, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2802:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2802 | string_length(Field(formItem, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2803:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2803 | str1[string_length(Field(formItem, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2807:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2807 | str2 = (char *)malloc(string_length(Field(formItem, 1))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2810:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2810 | string_length(Field(formItem, 1))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2811:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2811 | str2[string_length(Field(formItem, 1))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2817:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2817 | str3 = (char *)malloc(string_length(Field(contentType, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2820:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2820 | string_length(Field(contentType, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2821:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2821 | str3[string_length(Field(contentType, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2830:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2830 | string_length(Field(formItem, 0)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2839:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2839 | failwith("Incorrect CURLFORM_FILE parameters"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2846:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2846 | failwith("Incorrect CURLFORM_BUFFER parameters"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2852:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2852 | str1 = (char *)malloc(string_length(Field(formItem, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2855:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2855 | string_length(Field(formItem, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2856:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2856 | str1[string_length(Field(formItem, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2860:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2860 | str2 = (char *)malloc(string_length(Field(formItem, 1))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2863:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2863 | string_length(Field(formItem, 1))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2864:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2864 | str2[string_length(Field(formItem, 1))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2868:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2868 | str3 = (char *)malloc(string_length(Field(formItem, 2))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2871:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2871 | string_length(Field(formItem, 2))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2872:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2872 | str3[string_length(Field(formItem, 2))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2881:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2881 | string_length(Field(formItem, 0)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2887:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2887 | string_length(Field(formItem, 2)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2892:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2892 | str1 = (char *)malloc(string_length(Field(formItem, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2895:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2895 | string_length(Field(formItem, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2896:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2896 | str1[string_length(Field(formItem, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2900:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2900 | str2 = (char *)malloc(string_length(Field(formItem, 1))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2903:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2903 | string_length(Field(formItem, 1))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2904:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2904 | str2[string_length(Field(formItem, 1))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2908:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2908 | str3 = (char *)malloc(string_length(Field(formItem, 2))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2911:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2911 | string_length(Field(formItem, 2))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2912:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2912 | str3[string_length(Field(formItem, 2))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2918:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2918 | str4 = (char *)malloc(string_length(Field(contentType, 0))+1); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2921:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2921 | string_length(Field(contentType, 0))); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2922:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2922 | str4[string_length(Field(contentType, 0))] = 0; | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2931:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2931 | string_length(Field(formItem, 0)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2937:13: warning: "string_length" is deprecated: use "caml_string_length" instead 2937 | string_length(Field(formItem, 2)), | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:2944:13: warning: "failwith" is deprecated: use "caml_failwith" instead 2944 | failwith("Incorrect CURLFORM_BUFFER parameters"); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleQuote': curl-helper.c:3165:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3165 | failwith("Not a string"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handlePostQuote': curl-helper.c:3203:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3203 | failwith("Not a string"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleHeaderFunction': curl-helper.c:3230:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3230 | failwith("Not a proper closure"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleTimeCondition': curl-helper.c:3306:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3306 | failwith("Invalid TIMECOND Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleKRB4Level': curl-helper.c:3413:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3413 | failwith("Invalid KRB4 Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleProgressFunction': curl-helper.c:3431:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3431 | failwith("Not a proper closure"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleClosePolicy': curl-helper.c:3573:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3573 | failwith("Invalid CLOSEPOLICY Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleSSLVerifyHost': curl-helper.c:3707:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3707 | failwith("Invalid SSLVERIFYHOST Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleHTTPVersion': curl-helper.c:3787:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3787 | failwith("Invalid HTTP_VERSION Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleDebugFunction': curl-helper.c:3850:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3850 | failwith("Not a proper closure"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleHTTP200Aliases': curl-helper.c:3915:13: warning: "failwith" is deprecated: use "caml_failwith" instead 3915 | failwith("Not a string"); | ^~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleHTTPAuth': curl-helper.c:4017:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4017 | failwith("Invalid HTTPAUTH Value"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleProxyAuth': curl-helper.c:4097:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4097 | failwith("Invalid HTTPAUTH Value"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleIPResolve': curl-helper.c:4165:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4165 | failwith("Invalid IPRESOLVE Value"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleFTPSSL': curl-helper.c:4319:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4319 | failwith("Invalid FTP_SSL Value"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleFTPSSLAuth': curl-helper.c:4400:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4400 | failwith("Invalid FTPSSLAUTH value"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleIOCTLFunction': curl-helper.c:4423:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4423 | failwith("Not a proper closure"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleFTPFileMethod': curl-helper.c:4571:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4571 | failwith("Invalid FTP_FILEMETHOD value"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleSSHAuthTypes': curl-helper.c:4767:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4767 | failwith("Invalid CURLSSH_AUTH_TYPES Value"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleFTPSSLCCC': curl-helper.c:4869:13: warning: "failwith" is deprecated: use "caml_failwith" instead 4869 | failwith("Invalid FTPSSL_CCC value"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'handleSeekFunction': curl-helper.c:5106:13: warning: "failwith" is deprecated: use "caml_failwith" instead 5106 | failwith("Not a proper closure"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_easy_setopt': curl-helper.c:5149:13: warning: "failwith" is deprecated: use "caml_failwith" instead 5149 | failwith(error); | ^~~~~~~~~~~~ curl-helper.c:5153:13: warning: "failwith" is deprecated: use "caml_failwith" instead 5153 | failwith("Not a block"); | ^~~~~~~~~~~~~~~~~~~~ curl-helper.c:5156:13: warning: "failwith" is deprecated: use "caml_failwith" instead 5156 | failwith("Insufficient data in block"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5164:13: warning: "failwith" is deprecated: use "caml_failwith" instead 5164 | failwith("Invalid CURLOPT Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_easy_perform': curl-helper.c:5181:13: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead 5181 | enter_blocking_section(); | ^~~~~~~~~~~~~~~~~ curl-helper.c:5183:13: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead 5183 | leave_blocking_section(); | ^~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_easy_duphandle': curl-helper.c:5219:13: warning: "alloc" is deprecated: use "caml_alloc" instead 5219 | result = alloc(1, Abstract_tag); | ^~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'convertStringList': curl-helper.c:5245:13: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead 5245 | next = alloc_tuple(2); | ^~~~~~~~~~~~~~~~~~ curl-helper.c:5246:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead 5246 | Store_field(next, 0, copy_string(p->data)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_easy_getinfo': curl-helper.c:5584:13: warning: "failwith" is deprecated: use "caml_failwith" instead 5584 | failwith("Invalid CURLINFO Option"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5594:13: warning: "alloc" is deprecated: use "caml_alloc" instead 5594 | result = alloc(1, StringValue); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5595:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead 5595 | Store_field(result, 0, copy_string(strValue?strValue:"")); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5599:13: warning: "alloc" is deprecated: use "caml_alloc" instead 5599 | result = alloc(1, LongValue); | ^~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5604:13: warning: "alloc" is deprecated: use "caml_alloc" instead 5604 | result = alloc(1, DoubleValue); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5605:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead 5605 | Store_field(result, 0, copy_double(doubleValue)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5609:13: warning: "alloc" is deprecated: use "caml_alloc" instead 5609 | result = alloc(1, StringListValue); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_escape': curl-helper.c:5627:13: warning: "string_length" is deprecated: use "caml_string_length" instead 5627 | curlResult = curl_escape(String_val(str), string_length(str)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5628:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead 5628 | result = copy_string(curlResult); | ^~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_unescape': curl-helper.c:5644:13: warning: "string_length" is deprecated: use "caml_string_length" instead 5644 | curlResult = curl_unescape(String_val(str), string_length(str)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c:5645:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead 5645 | result = copy_string(curlResult); | ^~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_getdate': curl-helper.c:5664:13: warning: "copy_double" is deprecated: use "caml_copy_double" instead 5664 | result = copy_double((double)curlResult); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ curl-helper.c: In function 'helper_curl_version': curl-helper.c:5680:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead 5680 | result = copy_string(str); | ^~~~~~~~~~~~~~~~~~ ar crus libcurl-helper.a curl-helper.o ranlib libcurl-helper.a ocamlc -custom -a -ccopt -L/usr/lib -o curl.cma curl.cmo -cclib -lcurl-helper -cclib "-Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -L/usr/pkg/lib -L/usr/pkg/lib -L/usr/pkg/lib -lcurl" (cd examples; /usr/pkg/bin/gmake) gmake[2]: Entering directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl/examples' gmake[3]: Entering directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl/examples' gmake[3]: Leaving directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl/examples' gmake[3]: Entering directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl/examples' ocamlc -c -I .. ocurl.ml -o ocurl.cmo ocamlc -I .. -ccopt -L.. curl.cma ocurl.cmo -o ocurl ocamlc -c -I .. oput.ml -o oput.cmo ocamlc -I .. -ccopt -L.. curl.cma oput.cmo -o oput ocamlc -c -I .. ominimal.ml -o ominimal.cmo ocamlc -I .. -ccopt -L.. curl.cma ominimal.cmo -o ominimal ocamlc -c -I .. ossl.ml -o ossl.cmo ocamlc -I .. -ccopt -L.. curl.cma ossl.cmo -o ossl gmake[3]: Leaving directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl/examples' gmake[2]: Leaving directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl/examples' gmake[1]: Leaving directory '/tmp/pkgbuild/www/ocaml-curl/work.alpha/ocurl'