/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2535:3: note: declared here 2535 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:150:3: warning: 'CURLFORM_CONTENTHEADER' is deprecated: since 7.56.0. Use curl_mime_headers() [-Wdeprecated-declarations] 150 | if(list){ forms[i].option = CURLFORM_CONTENTHEADER; forms[i++].value = (char*)list; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2536:3: note: declared here 2536 | CURLFORM_CONTENTHEADER CURL_DEPRECATED(7.56.0, "Use curl_mime_headers()"), | ^~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:153:3: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 153 | code = curl_formadd(&p->post, &p->last, | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2595:1: note: declared here 2595 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/lchttppost.c:154:5: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 154 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2521:3: note: declared here 2521 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ src/lchttppost.c:154:5: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 154 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:155:5: warning: 'CURLFORM_PTRCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 155 | CURLFORM_PTRCONTENTS, cont, LCURL_FORM_CONTENTLEN, (LCURL_LEN_TYPE)cont_len, | ^~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2524:3: note: declared here 2524 | CURLFORM_PTRCONTENTS CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:155:5: warning: 'CURLFORM_CONTENTLEN' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 155 | CURLFORM_PTRCONTENTS, cont, LCURL_FORM_CONTENTLEN, (LCURL_LEN_TYPE)cont_len, | ^~~~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2542:3: note: declared here 2542 | CURLFORM_CONTENTLEN /* added in 7.46.0, provide a curl_off_t length */ | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:156:5: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 156 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2527:3: note: declared here 2527 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/lchttppost.c:159:3: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 159 | if(code != CURL_FORMADD_OK){ | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2571:3: note: declared here 2571 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_add_buffer': src/lchttppost.c:184:3: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 184 | if(type){ forms[i].option = CURLFORM_CONTENTTYPE; forms[i++].value = type; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2535:3: note: declared here 2535 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:185:3: warning: 'CURLFORM_CONTENTHEADER' is deprecated: since 7.56.0. Use curl_mime_headers() [-Wdeprecated-declarations] 185 | if(list){ forms[i].option = CURLFORM_CONTENTHEADER; forms[i++].value = (char*)list; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2536:3: note: declared here 2536 | CURLFORM_CONTENTHEADER CURL_DEPRECATED(7.56.0, "Use curl_mime_headers()"), | ^~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:188:3: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 188 | code = curl_formadd(&p->post, &p->last, | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2595:1: note: declared here 2595 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/lchttppost.c:189:5: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 189 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2521:3: note: declared here 2521 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ src/lchttppost.c:189:5: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 189 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:190:5: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 190 | CURLFORM_BUFFER, buff, | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2531:3: note: declared here 2531 | CURLFORM_BUFFER CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~ src/lchttppost.c:191:5: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 191 | CURLFORM_BUFFERPTR, cont, CURLFORM_BUFFERLENGTH, cont_len, | ^~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2532:3: note: declared here 2532 | CURLFORM_BUFFERPTR CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~ src/lchttppost.c:191:5: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 191 | CURLFORM_BUFFERPTR, cont, CURLFORM_BUFFERLENGTH, cont_len, | ^~~~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2533:3: note: declared here 2533 | CURLFORM_BUFFERLENGTH CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"), | ^~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:192:5: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 192 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2527:3: note: declared here 2527 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/lchttppost.c:195:3: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 195 | if(code != CURL_FORMADD_OK){ | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2571:3: note: declared here 2571 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_add_file': src/lchttppost.c:246:3: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 246 | if(fname){ forms[i].option = CURLFORM_FILENAME; forms[i++].value = fname; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2537:3: note: declared here 2537 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ src/lchttppost.c:247:3: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 247 | if(type) { forms[i].option = CURLFORM_CONTENTTYPE; forms[i++].value = type; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2535:3: note: declared here 2535 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:248:3: warning: 'CURLFORM_CONTENTHEADER' is deprecated: since 7.56.0. Use curl_mime_headers() [-Wdeprecated-declarations] 248 | if(list) { forms[i].option = CURLFORM_CONTENTHEADER; forms[i++].value = (char*)list; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2536:3: note: declared here 2536 | CURLFORM_CONTENTHEADER CURL_DEPRECATED(7.56.0, "Use curl_mime_headers()"), | ^~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:251:3: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 251 | code = curl_formadd(&p->post, &p->last, | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2595:1: note: declared here 2595 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/lchttppost.c:252:5: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 252 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2521:3: note: declared here 2521 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ src/lchttppost.c:252:5: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 252 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:253:5: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 253 | CURLFORM_FILE, path, | ^~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2529:3: note: declared here 2529 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/lchttppost.c:254:5: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 254 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2527:3: note: declared here 2527 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/lchttppost.c:257:3: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 257 | if(code != CURL_FORMADD_OK){ | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2571:3: note: declared here 2571 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_add_stream': src/lchttppost.c:330:3: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 330 | if(fname){ forms[n].option = CURLFORM_FILENAME; forms[n++].value = fname; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2537:3: note: declared here 2537 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ src/lchttppost.c:331:3: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 331 | if(type) { forms[n].option = CURLFORM_CONTENTTYPE; forms[n++].value = type; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2535:3: note: declared here 2535 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:332:3: warning: 'CURLFORM_CONTENTHEADER' is deprecated: since 7.56.0. Use curl_mime_headers() [-Wdeprecated-declarations] 332 | if(list) { forms[n].option = CURLFORM_CONTENTHEADER; forms[n++].value = (char*)list; } | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2536:3: note: declared here 2536 | CURLFORM_CONTENTHEADER CURL_DEPRECATED(7.56.0, "Use curl_mime_headers()"), | ^~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:338:5: warning: 'CURL_FORMADD_MEMORY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 338 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_MEMORY); | ^~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2573:3: note: declared here 2573 | CURL_FORMADD_MEMORY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:343:3: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 343 | code = curl_formadd(&p->post, &p->last, | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2595:1: note: declared here 2595 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/lchttppost.c:344:5: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 344 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2521:3: note: declared here 2521 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ src/lchttppost.c:344:5: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 344 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:345:5: warning: 'CURLFORM_STREAM' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations] 345 | CURLFORM_STREAM, stream, LCURL_FORM_CONTENTLEN, (LCURL_LEN_TYPE)len, | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2541:3: note: declared here 2541 | CURLFORM_STREAM CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"), | ^~~~~~~~~~~~~~~ src/lchttppost.c:345:5: warning: 'CURLFORM_CONTENTLEN' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations] 345 | CURLFORM_STREAM, stream, LCURL_FORM_CONTENTLEN, (LCURL_LEN_TYPE)len, | ^~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2542:3: note: declared here 2542 | CURLFORM_CONTENTLEN /* added in 7.46.0, provide a curl_off_t length */ | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:346:5: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 346 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2527:3: note: declared here 2527 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/lchttppost.c:350:3: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 350 | if(code != CURL_FORMADD_OK){ | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2571:3: note: declared here 2571 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_add_files': src/lchttppost.c:373:5: warning: 'CURL_FORMADD_ILLEGAL_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 373 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_ILLEGAL_ARRAY); | ^~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2578:3: note: declared here 2578 | CURL_FORMADD_ILLEGAL_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:382:7: warning: 'CURL_FORMADD_ILLEGAL_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 382 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_ILLEGAL_ARRAY); | ^~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2578:3: note: declared here 2578 | CURL_FORMADD_ILLEGAL_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:391:7: warning: 'CURL_FORMADD_ILLEGAL_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 391 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_ILLEGAL_ARRAY); | ^~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2578:3: note: declared here 2578 | CURL_FORMADD_ILLEGAL_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:404:5: warning: 'CURL_FORMADD_MEMORY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 404 | return lcurl_fail_ex(L, p->err_mode, LCURL_ERROR_FORM, CURL_FORMADD_MEMORY); | ^~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2573:3: note: declared here 2573 | CURL_FORMADD_MEMORY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:414:7: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 414 | forms[opt_count].option = CURLFORM_FILE; forms[opt_count++].value = luaL_checkstring(L, -1); | ^~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2529:3: note: declared here 2529 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/lchttppost.c:419:7: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations] 419 | forms[opt_count].option = CURLFORM_FILE; forms[opt_count++].value = luaL_checkstring(L, -1); | ^~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2529:3: note: declared here 2529 | CURLFORM_FILE CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"), | ^~~~~~~~~~~~~ src/lchttppost.c:423:9: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations] 423 | forms[opt_count].option = CURLFORM_CONTENTTYPE; forms[opt_count++].value = luaL_checkstring(L, -1); | ^~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2535:3: note: declared here 2535 | CURLFORM_CONTENTTYPE CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"), | ^~~~~~~~~~~~~~~~~~~~ src/lchttppost.c:428:9: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations] 428 | forms[opt_count].option = CURLFORM_FILENAME; forms[opt_count++].value = luaL_checkstring(L, -1); | ^~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2537:3: note: declared here 2537 | CURLFORM_FILENAME CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"), | ^~~~~~~~~~~~~~~~~ src/lchttppost.c:436:3: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations] 436 | code = curl_formadd(&p->post, &p->last, | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2595:1: note: declared here 2595 | curl_formadd(struct curl_httppost **httppost, | ^~~~~~~~~~~~ src/lchttppost.c:437:5: warning: 'CURLFORM_PTRNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations] 437 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2521:3: note: declared here 2521 | CURLFORM_PTRNAME CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"), | ^~~~~~~~~~~~~~~~ src/lchttppost.c:437:5: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 437 | CURLFORM_PTRNAME, name, CURLFORM_NAMELENGTH, (long)name_len, | ^~~~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2522:3: note: declared here 2522 | CURLFORM_NAMELENGTH CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~~~~~~ src/lchttppost.c:438:5: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 438 | CURLFORM_ARRAY, forms, | ^~~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2527:3: note: declared here 2527 | CURLFORM_ARRAY CURL_DEPRECATED(7.56.0, ""), | ^~~~~~~~~~~~~~ src/lchttppost.c:443:3: warning: 'CURL_FORMADD_OK' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 443 | if(code != CURL_FORMADD_OK){ | ^~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2571:3: note: declared here 2571 | CURL_FORMADD_OK CURL_DEPRECATED(7.56.0, ""), /* 1st, no error */ | ^~~~~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_get': src/lchttppost.c:507:5: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 507 | code = curl_formget(p->post, &b, lcurl_hpost_getter_by_buffer); | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2621:1: note: declared here 2621 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ src/lchttppost.c:519:7: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 519 | code = curl_formget(p->post, L, lcurl_hpost_getter_by_callback1); | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2621:1: note: declared here 2621 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ src/lchttppost.c:524:7: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 524 | code = curl_formget(p->post, L, lcurl_hpost_getter_by_callback2); | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2621:1: note: declared here 2621 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ src/lchttppost.c:534:5: warning: 'curl_formget' is deprecated: since 7.56.0. [-Wdeprecated-declarations] 534 | code = curl_formget(p->post, L, lcurl_hpost_getter_by_callback2); | ^~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2621:1: note: declared here 2621 | curl_formget(struct curl_httppost *form, void *arg, | ^~~~~~~~~~~~ src/lchttppost.c: In function 'lcurl_hpost_free': src/lchttppost.c:559:5: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations] 559 | curl_formfree(p->post); | ^~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include/curl/curl.h:2631:1: note: declared here 2631 | curl_formfree(struct curl_httppost *form); | ^~~~~~~~~~~~~ /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/l52util.c -o src/l52util.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lceasy.c -o src/lceasy.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lcerror.c -o src/lcerror.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lchttppost.c -o src/lchttppost.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lcurl.c -o src/lcurl.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lcutils.c -o src/lcutils.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lcmulti.c -o src/lcmulti.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lcshare.c -o src/lcshare.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lcmime.c -o src/lcmime.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/lcurlapi.c -o src/lcurlapi.o -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -o /tmp/luarocks_build-Lua-cURL-0.3.13-1-5672719/lcurl.so src/l52util.o src/lceasy.o src/lcerror.o src/lchttppost.o src/lcurl.o src/lcutils.o src/lcmulti.o src/lcshare.o src/lcmime.o src/lcurlapi.o -L/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib -lcurl lua-curl 0.3.13-1 is now installed in /home/buildroot/instance-0/output-1/target/usr (license: MIT/X11) Missing dependencies for cgilua 6.0.2-0: lua >= 5.2 (not installed) luafilesystem >= 1.6.0 (not installed) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) fifo-0.2-0.src.rock: OK (sha256: 53dea24ad658614a0254dcb10296a1a0fc5357315ada5724d6362f54c32b4c20) >>> lua-fifo 0.2-0 Extracting mkdir -p /home/buildroot/instance-0/output-1/build/lua-fifo-0.2-0/luarocks-extract cd /home/buildroot/instance-0/output-1/build/lua-fifo-0.2-0/luarocks-extract && /home/buildroot/instance-0/output-1/host/bin/luarocks unpack --force /home/buildroot/instance-0/dl/lua-fifo/fifo-0.2-0.src.rock Done. You may now enter directory fifo-0.2-0/fifo.lua-0.2 and type 'luarocks make' to build. mv /home/buildroot/instance-0/output-1/build/lua-fifo-0.2-0/luarocks-extract/*/* /home/buildroot/instance-0/output-1/build/lua-fifo-0.2-0 >>> lua-fifo 0.2-0 Patching >>> lua-fifo 0.2-0 Configuring >>> lua-fifo 0.2-0 Building >>> lua-fifo 0.2-0 Installing to target cd /home/buildroot/instance-0/output-1/build/lua-fifo-0.2-0/fifo.lua-0.2 && LUAROCKS_CONFIG=/home/buildroot/instance-0/output-1/host/etc/luarocks/config.lua /home/buildroot/instance-0/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/home/buildroot/instance-0/output-1/target/usr" DEPS_DIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr" LUA_INCDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include" LUA_LIBDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib" CC=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc LD=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC" LIBFLAG="-shared " fifo-0.2-0.rockspec fifo 0.2-0 is now installed in /home/buildroot/instance-0/output-1/target/usr (license: MIT/X11) Missing dependencies for cgilua 6.0.2-0: lua >= 5.2 (not installed) luafilesystem >= 1.6.0 (not installed) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) http-0.4-0.src.rock: OK (sha256: dbe1b29ff89fb937059e4398c9a628361d97d856acc87fd8cd85cb9340cde328) >>> lua-http 0.4-0 Extracting mkdir -p /home/buildroot/instance-0/output-1/build/lua-http-0.4-0/luarocks-extract cd /home/buildroot/instance-0/output-1/build/lua-http-0.4-0/luarocks-extract && /home/buildroot/instance-0/output-1/host/bin/luarocks unpack --force /home/buildroot/instance-0/dl/lua-http/http-0.4-0.src.rock Done. You may now enter directory http-0.4-0/lua-http-0.4 and type 'luarocks make' to build. mv /home/buildroot/instance-0/output-1/build/lua-http-0.4-0/luarocks-extract/*/* /home/buildroot/instance-0/output-1/build/lua-http-0.4-0 >>> lua-http 0.4-0 Patching Applying 0001-http-h1_stream-handle-EOF-when-body_read_type-length.patch using patch: patching file lua-http-0.4/http/h1_stream.lua patching file lua-http-0.4/spec/h1_stream_spec.lua >>> lua-http 0.4-0 Configuring >>> lua-http 0.4-0 Building >>> lua-http 0.4-0 Installing to target cd /home/buildroot/instance-0/output-1/build/lua-http-0.4-0/lua-http-0.4 && LUAROCKS_CONFIG=/home/buildroot/instance-0/output-1/host/etc/luarocks/config.lua /home/buildroot/instance-0/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/home/buildroot/instance-0/output-1/target/usr" DEPS_DIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr" LUA_INCDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include" LUA_LIBDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib" CC=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc LD=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC" LIBFLAG="-shared " http-0.4-0.rockspec http 0.4-0 is now installed in /home/buildroot/instance-0/output-1/target/usr (license: MIT) Missing dependencies for cgilua 6.0.2-0: lua >= 5.2 (not installed) luafilesystem >= 1.6.0 (not installed) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) Missing dependencies for http 0.4-0: cqueues >= 20161214 (not installed) luaossl >= 20161208 (not installed) lpeg_patterns >= 0.5 (not installed) lpeg_patterns-0.5-0.src.rock: OK (sha256: 0e6d33543689e83911e2cb47965752e00412cbdfca888812ccbde9ec95259c56) >>> lua-lpeg-patterns 0.5-0 Extracting mkdir -p /home/buildroot/instance-0/output-1/build/lua-lpeg-patterns-0.5-0/luarocks-extract cd /home/buildroot/instance-0/output-1/build/lua-lpeg-patterns-0.5-0/luarocks-extract && /home/buildroot/instance-0/output-1/host/bin/luarocks unpack --force /home/buildroot/instance-0/dl/lua-lpeg-patterns/lpeg_patterns-0.5-0.src.rock Done. You may now enter directory lpeg_patterns-0.5-0/lpeg_patterns-0.5 and type 'luarocks make' to build. mv /home/buildroot/instance-0/output-1/build/lua-lpeg-patterns-0.5-0/luarocks-extract/*/* /home/buildroot/instance-0/output-1/build/lua-lpeg-patterns-0.5-0 >>> lua-lpeg-patterns 0.5-0 Patching >>> lua-lpeg-patterns 0.5-0 Configuring >>> lua-lpeg-patterns 0.5-0 Building >>> lua-lpeg-patterns 0.5-0 Installing to target cd /home/buildroot/instance-0/output-1/build/lua-lpeg-patterns-0.5-0/lpeg_patterns-0.5 && LUAROCKS_CONFIG=/home/buildroot/instance-0/output-1/host/etc/luarocks/config.lua /home/buildroot/instance-0/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/home/buildroot/instance-0/output-1/target/usr" DEPS_DIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr" LUA_INCDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include" LUA_LIBDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib" CC=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc LD=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC" LIBFLAG="-shared " lpeg_patterns-0.5-0.rockspec lpeg_patterns 0.5-0 is now installed in /home/buildroot/instance-0/output-1/target/usr (license: MIT) Missing dependencies for cgilua 6.0.2-0: lua >= 5.2 (not installed) luafilesystem >= 1.6.0 (not installed) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) Missing dependencies for http 0.4-0: cqueues >= 20161214 (not installed) luaossl >= 20161208 (not installed) lunix-20220331-1.src.rock: OK (sha256: eb13e89e1dfcc82aec3915ed4185f3a2a9205ec3e98a991b13cc39d7f389c427) >>> lua-lunix 20220331-1 Extracting mkdir -p /home/buildroot/instance-0/output-1/build/lua-lunix-20220331-1/luarocks-extract cd /home/buildroot/instance-0/output-1/build/lua-lunix-20220331-1/luarocks-extract && /home/buildroot/instance-0/output-1/host/bin/luarocks unpack --force /home/buildroot/instance-0/dl/lua-lunix/lunix-20220331-1.src.rock Done. You may now enter directory lunix-20220331-1/lunix-rel-20220331 and type 'luarocks make' to build. mv /home/buildroot/instance-0/output-1/build/lua-lunix-20220331-1/luarocks-extract/*/* /home/buildroot/instance-0/output-1/build/lua-lunix-20220331-1 >>> lua-lunix 20220331-1 Patching Applying 0001-remove-link-with-librt.patch using patch: patching file lunix-rel-20220331/lunix-20220331-1.rockspec >>> lua-lunix 20220331-1 Configuring >>> lua-lunix 20220331-1 Building >>> lua-lunix 20220331-1 Installing to target cd /home/buildroot/instance-0/output-1/build/lua-lunix-20220331-1/lunix-rel-20220331 && LUAROCKS_CONFIG=/home/buildroot/instance-0/output-1/host/etc/luarocks/config.lua /home/buildroot/instance-0/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/home/buildroot/instance-0/output-1/target/usr" DEPS_DIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr" LUA_INCDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include" LUA_LIBDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib" CC=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc LD=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC" LIBFLAG="-shared " lunix-20220331-1.rockspec /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC -I/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include -c src/unix.c -o src/unix.o -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE /home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc -shared -o /tmp/luarocks_build-lunix-20220331-1-1737755/unix.so src/unix.o lunix 20220331-1 is now installed in /home/buildroot/instance-0/output-1/target/usr (license: MIT/X11) Missing dependencies for cgilua 6.0.2-0: lua >= 5.2 (not installed) luafilesystem >= 1.6.0 (not installed) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) Missing dependencies for http 0.4-0: cqueues >= 20161214 (not installed) luaossl >= 20161208 (not installed) markdown-0.33-1.src.rock: OK (sha256: bed84231bb48322f8e614b4392181c52c36bc71340f9273e0c3bd72dc922bc07) >>> lua-markdown 0.33-1 Extracting mkdir -p /home/buildroot/instance-0/output-1/build/lua-markdown-0.33-1/luarocks-extract cd /home/buildroot/instance-0/output-1/build/lua-markdown-0.33-1/luarocks-extract && /home/buildroot/instance-0/output-1/host/bin/luarocks unpack --force /home/buildroot/instance-0/dl/lua-markdown/markdown-0.33-1.src.rock Done. You may now enter directory markdown-0.33-1/markdown and type 'luarocks make' to build. mv /home/buildroot/instance-0/output-1/build/lua-markdown-0.33-1/luarocks-extract/*/* /home/buildroot/instance-0/output-1/build/lua-markdown-0.33-1 >>> lua-markdown 0.33-1 Patching >>> lua-markdown 0.33-1 Configuring >>> lua-markdown 0.33-1 Building >>> lua-markdown 0.33-1 Installing to target cd /home/buildroot/instance-0/output-1/build/lua-markdown-0.33-1/markdown && LUAROCKS_CONFIG=/home/buildroot/instance-0/output-1/host/etc/luarocks/config.lua /home/buildroot/instance-0/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/home/buildroot/instance-0/output-1/target/usr" DEPS_DIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr" LUA_INCDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/include" LUA_LIBDIR="/home/buildroot/instance-0/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib" CC=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc LD=/home/buildroot/instance-0/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g3 -fPIC" LIBFLAG="-shared " markdown-0.33-1.rockspec markdown 0.33-1 is now installed in /home/buildroot/instance-0/output-1/target/usr (license: MIT/X11) Missing dependencies for cgilua 6.0.2-0: lua >= 5.2 (not installed) luafilesystem >= 1.6.0 (not installed) Missing dependencies for copas 2.0.2-1: luasocket >= 2.1 (not installed) Missing dependencies for http 0.4-0: cqueues >= 20161214 (not installed) luaossl >= 20161208 (not installed) >>> luabitop 1.0.2-1 Downloading wget -nd -t 3 --no-check-certificate -O '/home/buildroot/instance-0/output-1/build/.luabitop-1.0.2-1.src.rock.mjpZgd/output' 'http://rocks.moonscript.org/luabitop-1.0.2-1.src.rock' --2024-09-27 23:03:14-- http://rocks.moonscript.org/luabitop-1.0.2-1.src.rock Resolving rocks.moonscript.org (rocks.moonscript.org)... 45.33.61.132 Connecting to rocks.moonscript.org (rocks.moonscript.org)|45.33.61.132|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2024-09-27 23:03:15 ERROR 404: Not Found. make: *** [package/pkg-generic.mk:179: /home/buildroot/instance-0/output-1/build/luabitop-1.0.2-1/.stamp_downloaded] Error 1 make: Leaving directory '/home/buildroot/instance-0/buildroot'