>>> edbrowse: Building community/edbrowse 3.8.7-r1 (using abuild 3.12.0-r0) started Tue, 28 Nov 2023 21:29:44 +0000 >>> edbrowse: Checking sanity of /home/buildozer/aports/community/edbrowse/APKBUILD... >>> edbrowse: Analyzing dependencies... >>> edbrowse: Installing for build: build-base curl-dev openssl-dev pcre2-dev perl quickjs-dev readline-dev unixodbc-dev (1/32) Installing brotli (1.1.0-r1) (2/32) Installing brotli-dev (1.1.0-r1) (3/32) Installing c-ares-dev (1.22.1-r0) (4/32) Installing libidn2-dev (2.3.4-r4) (5/32) Installing nghttp2-dev (1.58.0-r0) (6/32) Installing openssl-dev (3.1.4-r2) (7/32) Installing zlib-dev (1.3-r2) (8/32) Installing curl-dev (8.4.0-r0) (9/32) Installing bsd-compat-headers (0.7.2-r5) (10/32) Installing libformw (6.4_p20231007-r0) (11/32) Installing libmenuw (6.4_p20231007-r0) (12/32) Installing libpanelw (6.4_p20231007-r0) (13/32) Installing libncurses++ (6.4_p20231007-r0) (14/32) Installing ncurses-dev (6.4_p20231007-r0) (15/32) Installing libedit-dev (20230828.3.1-r3) (16/32) Installing libpcre2-16 (10.42-r2) (17/32) Installing libpcre2-32 (10.42-r2) (18/32) Installing pcre2-dev (10.42-r2) (19/32) Installing libbz2 (1.0.8-r6) (20/32) Installing perl (5.38.1-r0) (21/32) Installing quickjs (0.20210327-r7) (22/32) Installing quickjs-libs (0.20210327-r7) (23/32) Installing quickjs-dev (0.20210327-r7) (24/32) Installing libhistory (8.2.1-r2) (25/32) Installing readline (8.2.1-r2) (26/32) Installing readline-dev (8.2.1-r2) (27/32) Installing unixodbc (2.3.12-r0) (28/32) Installing unixodbc-dev (2.3.12-r0) (29/32) Installing .makedepends-edbrowse (20231128.212949) (30/32) Installing perl-error (0.17029-r2) (31/32) Installing perl-git (2.43.0-r0) (32/32) Installing git-perl (2.43.0-r0) Executing busybox-1.36.1-r15.trigger OK: 322 MiB in 132 packages >>> edbrowse: Cleaning up srcdir >>> edbrowse: Cleaning up pkgdir >>> edbrowse: Cleaning up tmpdir >>> edbrowse: Fetching https://distfiles.alpinelinux.org/distfiles/edge/edbrowse-3.8.7.tar.gz >>> edbrowse: Fetching https://distfiles.alpinelinux.org/distfiles/edge/edbrowse-3.8.7.tar.gz >>> edbrowse: Checking sha512sums... edbrowse-3.8.7.tar.gz: OK quickjs-shared.patch: OK >>> edbrowse: Unpacking /var/cache/distfiles/edbrowse-3.8.7.tar.gz... >>> edbrowse: quickjs-shared.patch patching file src/makefile cd src ; make make[1]: Entering directory '/home/buildozer/aports/community/edbrowse/src/edbrowse-3.8.7/src' gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o main.o main.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o buffers.o buffers.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o sendmail.o sendmail.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o fetchmail.o fetchmail.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o html.o html.c main.c: In function 'mailRedirect': main.c:411:28: warning: 'mlen' may be used uninitialized [-Wmaybe-uninitialized] 411 | if (mlen > slen) | ^ main.c:377:13: note: 'mlen' was declared here 377 | int mlen; // length of match string | ^~~~ main.c:422:29: warning: 'm' may be used uninitialized [-Wmaybe-uninitialized] 422 | if (memEqualCI(m, subj, mlen)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:381:21: note: 'm' was declared here 381 | const char *m, *r; // match and redirect | ^ main.c:394:40: warning: 'r' may be used uninitialized [-Wmaybe-uninitialized] 394 | return r; | ^ main.c:381:25: note: 'r' was declared here 381 | const char *m, *r; // match and redirect | ^ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o html-tags.o html-tags.c main.c: In function 'readConfigFile': main.c:1760:48: warning: 'act' may be used uninitialized [-Wmaybe-uninitialized] 1760 | act->cctype[j] = (n == 11); | ~~~~~~~~~~~~~~~^~~~~~~~~~~ main.c:1593:26: note: 'act' was declared here 1593 | struct MACCOUNT *act; | ^~~ main.c:2133:40: warning: 'mt' may be used uninitialized [-Wmaybe-uninitialized] 2133 | if (!mt->type) | ~~^~~~~~ main.c:1594:26: note: 'mt' was declared here 1594 | struct MIMETYPE *mt; | ^~ main.c:1825:42: warning: 'td' may be used uninitialized [-Wmaybe-uninitialized] 1825 | td->key2 = (uchar) strtol(v + 1, &v, 10); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1595:25: note: 'td' was declared here 1595 | struct DBTABLE *td; | ^~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o format.o format.c sendmail.c: In function 'encodeAttachment': sendmail.c:696:20: warning: 'flowed' may be used uninitialized [-Wmaybe-uninitialized] 696 | if(long_p) *long_p = flowed; | ~~~~~~~~^~~~~~~~ sendmail.c:365:52: note: 'flowed' was declared here 365 | bool longline, longword, cr, endlinespace, flowed; | ^~~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o stringfile.o stringfile.c In file included from eb.h:28, from sendmail.c:6: In function 'newSendmailHandle', inlined from 'sendMailSMTP' at sendmail.c:971:11, inlined from 'sendMail' at sendmail.c:1283:21: sendmail.c:911:9: warning: call to '_curl_easy_setopt_err_debug_cb' declared with attribute warning: curl_easy_setopt expects a curl_debug_callback argument for this option [-Wattribute-warning] 911 | curl_easy_setopt(handle, CURLOPT_DEBUGFUNCTION, ebcurl_debug_handler); | ^~~~~~~~~~~~~~~~ In function 'sendMailSMTP', inlined from 'sendMail' at sendmail.c:1283:21: sendmail.c:976:9: warning: call to '_curl_easy_setopt_err_read_cb' declared with attribute warning: curl_easy_setopt expects a curl_read_callback argument for this option [-Wattribute-warning] 976 | curl_easy_setopt(handle, CURLOPT_READFUNCTION, smtp_upload_callback); | ^~~~~~~~~~~~~~~~ buffers.c: In function 'apostropheMacros': buffers.c:2795:28: warning: 's' may be used uninitialized [-Wmaybe-uninitialized] 2795 | *s = 0; | ~~~^~~ buffers.c:2713:25: note: 's' was declared here 2713 | char *newline, *s; | ^ cd .. ; perl ./tools/buildebrcstring.pl cd .. ; perl ./tools/buildmsgstrings.pl Content src/qrg_pt_br written to src/ebrc.c Content src/qrg_fr written to src/ebrc.c Content src/qrg_es written to src/ebrc.c Content src/qrg_en written to src/ebrc.c Content lang/ebrc-de written to src/ebrc.c Content lang/ebrc-en written to src/ebrc.c Content lang/ebrc-es written to src/ebrc.c Content lang/ebrc-fr written to src/ebrc.c Content lang/ebrc-pl written to src/ebrc.c Content lang/ebrc-pt_br written to src/ebrc.c Content lang/ebrc-ru written to src/ebrc.c html.c: In function 'resetVar': html.c:1837:20: warning: 'bval' may be used uninitialized [-Wmaybe-uninitialized] 1837 | if (bval && !t->controller->multiple && t->controller->jslink) | ^ html.c:1802:14: note: 'bval' was declared here 1802 | bool bval; | ^~~~ html.c: In function 'frontBackDiff': html.c:2987:21: warning: 'e2' may be used uninitialized [-Wmaybe-uninitialized] 2987 | newChunkEnd = e2; | ~~~~~~~~~~~~^~~~ html.c:2856:46: note: 'e2' was declared here 2856 | const char *f1, *f2, *s1, *s2, *e1, *e2; | ^~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o http.o http.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o isup.o isup.c In function 'findOpenTA', inlined from 'findField' at buffers.c:3923:8: buffers.c:3826:19: warning: 'tag' may be used uninitialized [-Wmaybe-uninitialized] 3826 | if(tag > 0) return tag; | ^ buffers.c: In function 'findField': buffers.c:3799:13: note: 'tag' was declared here 3799 | int tag, lev = 0; | ^~~ http.c: In function 'eb_curl_callback': http.c:362:25: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 362 | curl_easy_getinfo(g->h, | ^~~~~~~~~~~~~~~~~ In file included from eb.h:28, from http.c:3: /usr/include/curl/curl.h:2883:3: note: declared here 2883 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchmail.c: In function 'presentMail': fetchmail.c:2245:12: warning: 'exists' may be used uninitialized [-Wmaybe-uninitialized] 2245 | if (exists) | ^ fetchmail.c:1982:14: note: 'exists' was declared here 1982 | char exists; | ^~~~~~ fetchmail.c:2244:9: warning: 'fsize' may be used uninitialized [-Wmaybe-uninitialized] 2244 | i_printf(MSG_MailSaved, fsize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchmail.c:1983:13: note: 'fsize' was declared here 1983 | int fsize; /* file size */ | ^~~~~ html-tags.c: In function 'htmlScanner': html-tags.c:951:31: warning: 'u' may be used uninitialized [-Wmaybe-uninitialized] 951 | for(u = lt; u < gt; ++u) | ~~^~~~ html-tags.c:754:29: note: 'u' was declared here 754 | const char *s, *t, *u; | ^ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o css.o css.c http.c: In function 'http_curl_init': http.c:2434:9: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 2434 | curl_easy_setopt(h, CURLOPT_PROGRESSFUNCTION, curl_progress); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1299:3: note: declared here 1299 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ In file included from eb.h:28, from fetchmail.c:7: In function 'newFetchmailHandle', inlined from 'fetchMail' at fetchmail.c:1846:16: fetchmail.c:1567:9: warning: call to '_curl_easy_setopt_err_write_callback' declared with attribute warning: curl_easy_setopt expects a curl_write_callback argument for this option [-Wattribute-warning] 1567 | curl_easy_setopt(handle, CURLOPT_WRITEFUNCTION, eb_curl_callback); | ^~~~~~~~~~~~~~~~ fetchmail.c:1570:9: warning: call to '_curl_easy_setopt_err_debug_cb' declared with attribute warning: curl_easy_setopt expects a curl_debug_callback argument for this option [-Wattribute-warning] 1570 | curl_easy_setopt(handle, CURLOPT_DEBUGFUNCTION, ebcurl_debug_handler); | ^~~~~~~~~~~~~~~~ In function 'count_messages', inlined from 'fetchMail' at fetchmail.c:1847:8: fetchmail.c:1690:25: warning: call to '_curl_easy_setopt_err_string' declared with attribute warning: curl_easy_setopt expects a string ('char *' or char[]) argument for this option [-Wattribute-warning] 1690 | curl_easy_setopt(handle, CURLOPT_CUSTOMREQUEST, 0); | ^~~~~~~~~~~~~~~~ perl ../tools/buildsourcestring.pl shared.js startwindow.js endwindow.js startwindow.c In function 'insert_tbody1', inlined from 'insert_tbody' at html-tags.c:3721:4, inlined from 'prerender' at html-tags.c:4278:2: html-tags.c:3765:32: warning: 'uprev' may be used uninitialized [-Wmaybe-uninitialized] 3765 | uprev->sibling = 0, ns->sibling = s2; | ~~~~~~~~~~~~~~~^~~ html-tags.c: In function 'prerender': html-tags.c:3730:18: note: 'uprev' was declared here 3730 | Tag *u, *uprev, *ns; // new section | ^~~~~ buffers.c: In function 'atPartCracker': buffers.c:2902:19: warning: 'lno1' may be used uninitialized [-Wmaybe-uninitialized] 2902 | if((lno1 == 0 || lno2 == 0) && !writeMode) { | ^ buffers.c:2839:13: note: 'lno1' was declared here 2839 | int lno1, lno2 = -1; // line numbers | ^~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o dbops.o dbops.c In file included from eb.h:24, from html-tags.c:13: In function 'sprintf', inlined from 'rowspan2' at html-tags.c:5093:3, inlined from 'rowspan' at html-tags.c:4950:5: /usr/include/fortify/stdio.h:131:23: warning: 'seqno' may be used uninitialized [-Wmaybe-uninitialized] 131 | __r = __orig_snprintf(__s, __b, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ html-tags.c: In function 'rowspan': Content shared.js written to startwindow.c Content startwindow.js written to startwindow.c Content endwindow.js written to startwindow.c html-tags.c:4978:13: note: 'seqno' was declared here 4978 | int seqno; | ^~~~~ html.c: In function 'timerWait': html.c:3682:39: warning: 'remaining' may be used uninitialized [-Wmaybe-uninitialized] 3682 | if (allowJS && cw->mustrender && remaining <= *delay_sec) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ html.c:3655:13: note: 'remaining' was declared here 3655 | int remaining; | ^~~~~~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o dbodbc.o dbodbc.c stringfile.c: In function 'moveFiles': stringfile.c:2039:17: warning: 'cw2' may be used uninitialized [-Wmaybe-uninitialized] 2039 | debugPrint(1, "%s%s %s %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2040 | file, ftype, (origcmd == 'm' ? "→" : "≡"), cw2->baseDirName); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stringfile.c:1966:28: note: 'cw2' was declared here 1966 | Window *cw1 = cw, *cw2, *w; | ^~~ gcc -I/usr/include/quickjs -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c jseng-quick.c In function 'httpDefault', inlined from 'parseURL.constprop' at isup.c:390:13: isup.c:292:9: warning: 'lastdot' may be used uninitialized [-Wmaybe-uninitialized] 292 | ++lastdot; | ^~~~~~~~~ isup.c: In function 'parseURL.constprop': isup.c:248:25: note: 'lastdot' was declared here 248 | const char *s, *lastdot, *end; | ^~~~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o ebrc.o ebrc.c css.c: In function 'cssParseLeft': css.c:1353:44: warning: 'sel2' may be used uninitialized [-Wmaybe-uninitialized] 1353 | sel2->next = sel, sel2 = sel; | ~~~~~~~~~~~^~~~~ css.c:1258:21: note: 'sel2' was declared here 1258 | struct sel *sel2; | ^~~~ buffers.c: In function 'twoLetter': buffers.c:5247:20: warning: 's' may be used uninitialized [-Wmaybe-uninitialized] 5247 | if (s) | ^ buffers.c:5228:29: note: 's' was declared here 5228 | const char *s; | ^ css.c: In function 'hashSortCrunch': css.c:3222:37: warning: 'j' may be used uninitialized [-Wmaybe-uninitialized] 3222 | mark->body[j++] = v->t; | ~^~ css.c:3202:16: note: 'j' was declared here 3202 | int i, j, distinct = 0; | ^ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o msg-strings.o msg-strings.c css.c: In function 'do_rules': css.c:3104:9: warning: 'tn' may be used uninitialized [-Wmaybe-uninitialized] 3104 | set_property_string_t(tn, "data", s); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ css.c:2957:20: note: 'tn' was declared here 2957 | const Tag *tn; // the text node that holds before or after text | ^~ In function 'gopher_ls_line', inlined from 'gopher_listing' at http.c:1852:4, inlined from 'gopherConnect' at http.c:2286:4, inlined from 'httpConnect' at http.c:895:10: http.c:1797:28: warning: 'port' may be used uninitialized [-Wmaybe-uninitialized] 1797 | if (port && port != 70) { | ^ http.c: In function 'httpConnect': http.c:1722:13: note: 'port' was declared here 1722 | int port; | ^~~~ format.c: In function 'closeColor': format.c:2599:34: warning: 'best_c' may be used uninitialized [-Wmaybe-uninitialized] 2599 | return cloneString(best_c->name); | ~~~~~~^~~~~~ format.c:2534:36: note: 'best_c' was declared here 2534 | const struct reserved *c, *best_c; | ^~~~~~ dbodbc.c: In function 'retsFromOdbc': dbodbc.c:933:37: warning: 'c_type' may be used uninitialized [-Wmaybe-uninitialized] 933 | if (everything_null || (c_type == SQL_C_BINARY && !fbc)) { | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbodbc.c:826:15: note: 'c_type' was declared here 826 | short c_type; /* C data type */ | ^~~~~~ dbodbc.c:937:30: warning: 'input_length' may be used uninitialized [-Wmaybe-uninitialized] 937 | rc = SQLGetData(hstmt, (ushort) (i + 1), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 938 | c_type, q1, input_length, | ~~~~~~~~~~~~~~~~~~~~~~~~~ 939 | &output_length); | ~~~~~~~~~~~~~~~ dbodbc.c:827:14: note: 'input_length' was declared here 827 | long input_length, output_length; | ^~~~~~~~~~~~ dbops.c: In function 'lineFormatStack': dbops.c:192:43: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized] 192 | (!strchr("scf", pdir) && isnull(n))) { | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ dbops.c:100:14: note: 'n' was declared here 100 | long n; | ^ In file included from eb.h:24, from dbops.c:3: In function 'sprintf', inlined from 'lineFormatStack' at dbops.c:249:4: /usr/include/fortify/stdio.h:135:23: warning: 'dn' may be used uninitialized [-Wmaybe-uninitialized] 135 | __r = __orig_sprintf(__s, __f, __builtin_va_arg_pack()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dbops.c: In function 'lineFormatStack': dbops.c:101:16: note: 'dn' was declared here 101 | double dn; /* double number */ | ^~ css.c: In function 'qsaMatch': css.c:2387:28: warning: 'rc' may be used uninitialized [-Wmaybe-uninitialized] 2387 | if (rc) | ^ css.c:2100:14: note: 'rc' was declared here 2100 | bool rc; | ^~ css.c:2300:60: warning: 'd' may be used uninitialized [-Wmaybe-uninitialized] 2300 | constant = (*p == '-' ? -d : d); | ~~~~~~~~~~~~~~~~^~~~ css.c:2276:45: note: 'd' was declared here 2276 | int coef, constant, d; | ^ css.c:2231:47: warning: 'l' may be used uninitialized [-Wmaybe-uninitialized] 2231 | rc = !strncmp(v + l1 - l2, value, l); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ css.c:2172:29: note: 'l' was declared here 2172 | int l; | ^ css.c:2228:42: warning: 'value' may be used uninitialized [-Wmaybe-uninitialized] 2228 | int l2 = strlen(value); | ^~~~~~~~~~~~~ css.c:2174:31: note: 'value' was declared here 2174 | char *value, *v, *v0, *q; | ^~~~~ dbodbc.c: In function 'oneRetValue.constprop': dbodbc.c:1114:19: warning: 'f' may be used uninitialized [-Wmaybe-uninitialized] 1114 | n = f; | ~~^~~ dbodbc.c:1097:16: note: 'f' was declared here 1097 | double f; | ^ dbodbc.c:1126:19: warning: 'c' may be used uninitialized [-Wmaybe-uninitialized] 1126 | n = c; | ~~^~~ dbodbc.c:1095:14: note: 'c' was declared here 1095 | char c; | ^ dbodbc.c:1133:16: warning: 'n' may be used uninitialized [-Wmaybe-uninitialized] 1133 | return n; | ^ dbodbc.c:1096:14: note: 'n' was declared here 1096 | long n; | ^ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wall -Wno-unused -D_FILE_OFFSET_BITS=64 -DEDBROWSE_ON_LINUX -c -o startwindow.o startwindow.c isup.c: In function 'decodePostData': isup.c:1243:30: warning: 'c' may be used uninitialized [-Wmaybe-uninitialized] 1243 | *w++ = c; | ~~~~~^~~ isup.c:1197:14: note: 'c' was declared here 1197 | char c; | ^ In function 'uncomment', inlined from 'cssPieces' at css.c:815:2: css.c:171:58: warning: 'url0' may be used uninitialized [-Wmaybe-uninitialized] 171 | ((quotecount == 2 && url0[4] == '"' && s[-1] == '"') || | ~~~~^~~ css.c: In function 'cssPieces': css.c:147:23: note: 'url0' was declared here 147 | char *w = s, *url0; | ^~~~ buffers.c: In function 'substituteText': buffers.c:4376:38: warning: 'dol2' may be used uninitialized [-Wmaybe-uninitialized] 4376 | dol2 += linecount; | ~~~~~^~~~~~~~~~~~ buffers.c:4087:13: note: 'dol2' was declared here 4087 | int dol2, alloc2; | ^~~~ buffers.c:4377:35: warning: 'alloc2' may be used uninitialized [-Wmaybe-uninitialized] 4377 | if(dol2 + 2 > alloc2) { | ^ buffers.c:4087:19: note: 'alloc2' was declared here 4087 | int dol2, alloc2; | ^~~~~~ In function 'anchorUnframe', inlined from 'htmlReformat' at format.c:1110:2: format.c:433:20: warning: 'd' may be used uninitialized [-Wmaybe-uninitialized] 433 | if (d != linkchar) | ^ format.c: In function 'htmlReformat': format.c:387:17: note: 'd' was declared here 387 | char c, d, *s, *w, *a; | ^ isup.c: In function 'ircSetup': isup.c:3885:17: warning: 'srv' may be used uninitialized [-Wmaybe-uninitialized] 3885 | SSL_set_fd(secstream, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~ isup.c:3708:13: note: 'srv' was declared here 3708 | int srv; | ^~~ buffers.c: In function 'runCommand': buffers.c:7212:25: warning: 'wrc_file' may be used uninitialized [-Wmaybe-uninitialized] 7212 | unlink(wrc_file); | ^~~~~~~~~~~~~~~~ buffers.c:6315:21: note: 'wrc_file' was declared here 6315 | const char *wrc_file; | ^~~~~~~~ gcc main.o buffers.o sendmail.o fetchmail.o html.o html-tags.o format.o stringfile.o ebrc.o msg-strings.o http.o isup.o css.o startwindow.o dbops.o dbodbc.o jseng-quick.o -lquickjs -latomic -s -lcurl -lodbc -lpcre2-8 -lreadline -lssl -lcrypto -lpthread -lm -lssl -lcrypto -o edbrowse make[1]: Leaving directory '/home/buildozer/aports/community/edbrowse/src/edbrowse-3.8.7/src' >>> edbrowse: Entering fakeroot... make: Entering directory '/home/buildozer/aports/community/edbrowse/src/edbrowse-3.8.7/src' mkdir -p -m 755 /home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/bin install -m755 edbrowse /home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/bin mkdir -p -m 755 /home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/doc/edbrowse install -m644 ../doc/usersguide.html /home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/doc/edbrowse make: Leaving directory '/home/buildozer/aports/community/edbrowse/src/edbrowse-3.8.7/src' created directory: '/home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/man/' created directory: '/home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/man/man1' 'doc/man-edbrowse-debian.1' -> '/home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/man/man1/edbrowse.1' 'doc/sample.ebrc' -> '/home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/doc/edbrowse/sample.ebrc' 'README' -> '/home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/doc/edbrowse/README' created directory: '/home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/licenses/' created directory: '/home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/licenses/edbrowse/' 'COPYING' -> '/home/buildozer/aports/community/edbrowse/pkg/edbrowse/usr/share/licenses/edbrowse/COPYING' >>> edbrowse-doc*: Running split function doc... >>> edbrowse-doc*: Preparing subpackage edbrowse-doc... >>> edbrowse-doc*: Running postcheck for edbrowse-doc >>> edbrowse*: Running postcheck for edbrowse >>> edbrowse*: Preparing package edbrowse... >>> edbrowse*: Stripping binaries >>> edbrowse-doc*: Scanning shared objects >>> edbrowse*: Scanning shared objects >>> edbrowse-doc*: Tracing dependencies... >>> edbrowse-doc*: Package size: 308.0 KB >>> edbrowse-doc*: Compressing data... >>> edbrowse-doc*: Create checksum... >>> edbrowse-doc*: Create edbrowse-doc-3.8.7-r1.apk >>> edbrowse*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libcrypto.so.3 so:libcurl.so.4 so:libodbc.so.2 so:libpcre2-8.so.0 so:libquickjs.so.0.20210327 so:libreadline.so.8 so:libssl.so.3 >>> edbrowse*: Package size: 1.3 MB >>> edbrowse*: Compressing data... >>> edbrowse*: Create checksum... >>> edbrowse*: Create edbrowse-3.8.7-r1.apk >>> edbrowse: Build complete at Tue, 28 Nov 2023 21:30:28 +0000 elapsed time 0h 0m 44s >>> edbrowse: Cleaning up srcdir >>> edbrowse: Cleaning up pkgdir >>> edbrowse: Uninstalling dependencies... (1/32) Purging .makedepends-edbrowse (20231128.212949) (2/32) Purging curl-dev (8.4.0-r0) (3/32) Purging brotli-dev (1.1.0-r1) (4/32) Purging brotli (1.1.0-r1) (5/32) Purging c-ares-dev (1.22.1-r0) (6/32) Purging libidn2-dev (2.3.4-r4) (7/32) Purging nghttp2-dev (1.58.0-r0) (8/32) Purging openssl-dev (3.1.4-r2) (9/32) Purging pcre2-dev (10.42-r2) (10/32) Purging libedit-dev (20230828.3.1-r3) (11/32) Purging bsd-compat-headers (0.7.2-r5) (12/32) Purging zlib-dev (1.3-r2) (13/32) Purging libpcre2-16 (10.42-r2) (14/32) Purging libpcre2-32 (10.42-r2) (15/32) Purging quickjs-dev (0.20210327-r7) (16/32) Purging quickjs (0.20210327-r7) (17/32) Purging quickjs-libs (0.20210327-r7) (18/32) Purging readline-dev (8.2.1-r2) (19/32) Purging libhistory (8.2.1-r2) (20/32) Purging unixodbc-dev (2.3.12-r0) (21/32) Purging unixodbc (2.3.12-r0) (22/32) Purging git-perl (2.43.0-r0) (23/32) Purging perl-git (2.43.0-r0) (24/32) Purging perl-error (0.17029-r2) (25/32) Purging perl (5.38.1-r0) (26/32) Purging libbz2 (1.0.8-r6) (27/32) Purging ncurses-dev (6.4_p20231007-r0) (28/32) Purging libncurses++ (6.4_p20231007-r0) (29/32) Purging libpanelw (6.4_p20231007-r0) (30/32) Purging readline (8.2.1-r2) (31/32) Purging libformw (6.4_p20231007-r0) (32/32) Purging libmenuw (6.4_p20231007-r0) Executing busybox-1.36.1-r15.trigger OK: 227 MiB in 100 packages >>> edbrowse: Updating the community/riscv64 repository index... >>> edbrowse: Signing the index...