>>> edbrowse: Building community/edbrowse 3.8.9-r1 (using abuild 3.12.0-r3) started Thu, 15 Feb 2024 02:50:35 +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/34) Installing brotli (1.1.0-r1) (2/34) Installing brotli-dev (1.1.0-r1) (3/34) Installing c-ares-dev (1.26.0-r0) (4/34) Installing libidn2-dev (2.3.7-r0) (5/34) Installing libpsl-utils (0.21.5-r1) (6/34) Installing libpsl-dev (0.21.5-r1) (7/34) Installing nghttp2-dev (1.59.0-r0) (8/34) Installing openssl-dev (3.1.5-r5) (9/34) Installing zlib-dev (1.3.1-r0) (10/34) Installing curl-dev (8.6.0-r0) (11/34) Installing bsd-compat-headers (0.7.2-r6) (12/34) Installing libformw (6.4_p20231125-r0) (13/34) Installing libmenuw (6.4_p20231125-r0) (14/34) Installing libpanelw (6.4_p20231125-r0) (15/34) Installing libncurses++ (6.4_p20231125-r0) (16/34) Installing ncurses-dev (6.4_p20231125-r0) (17/34) Installing libedit-dev (20230828.3.1-r4) (18/34) Installing libpcre2-16 (10.42-r3) (19/34) Installing libpcre2-32 (10.42-r3) (20/34) Installing pcre2-dev (10.42-r3) (21/34) Installing libbz2 (1.0.8-r6) (22/34) Installing perl (5.38.2-r0) (23/34) Installing quickjs (0.20240113-r0) (24/34) Installing quickjs-libs (0.20240113-r0) (25/34) Installing quickjs-dev (0.20240113-r0) (26/34) Installing libhistory (8.2.10-r0) (27/34) Installing readline (8.2.10-r0) (28/34) Installing readline-dev (8.2.10-r0) (29/34) Installing unixodbc (2.3.12-r0) (30/34) Installing unixodbc-dev (2.3.12-r0) (31/34) Installing .makedepends-edbrowse (20240215.025041) (32/34) Installing perl-error (0.17029-r2) (33/34) Installing perl-git (2.43.1-r0) (34/34) Installing git-perl (2.43.1-r0) Executing busybox-1.36.1-r19.trigger OK: 324 MiB in 135 packages >>> edbrowse: Cleaning up srcdir >>> edbrowse: Cleaning up pkgdir >>> edbrowse: Cleaning up tmpdir >>> edbrowse: Fetching https://distfiles.alpinelinux.org/distfiles/edge/edbrowse-3.8.9.tar.gz >>> edbrowse: Fetching https://distfiles.alpinelinux.org/distfiles/edge/edbrowse-3.8.9.tar.gz >>> edbrowse: Checking sha512sums... edbrowse-3.8.9.tar.gz: OK quickjs-shared.patch: OK >>> edbrowse: Unpacking /var/cache/distfiles/edbrowse-3.8.9.tar.gz... >>> edbrowse: quickjs-shared.patch patching file src/makefile make -C src make[1]: Entering directory '/home/buildozer/aports/community/edbrowse/src/edbrowse-3.8.9/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:423:29: warning: 'm' may be used uninitialized [-Wmaybe-uninitialized] 423 | if (memEqualCI(m, subj, mlen)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:382:21: note: 'm' was declared here 382 | const char *m, *r; // match and redirect | ^ main.c:395:40: warning: 'r' may be used uninitialized [-Wmaybe-uninitialized] 395 | return r; | ^ main.c:382:25: note: 'r' was declared here 382 | 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 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:702:20: warning: 'flowed' may be used uninitialized [-Wmaybe-uninitialized] 702 | if(long_p) *long_p = flowed; | ~~~~~~~~^~~~~~~~ sendmail.c:365:66: note: 'flowed' was declared here 365 | bool longline, longword, cr, endlinespace, startlinedot, 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 cd .. ; perl ./tools/buildebrcstring.pl In file included from eb.h:28, from sendmail.c:6: In function 'newSendmailHandle', inlined from 'sendMailSMTP' at sendmail.c:977:11, inlined from 'sendMail' at sendmail.c:1289:21: sendmail.c:917: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] 917 | curl_easy_setopt(handle, CURLOPT_DEBUGFUNCTION, ebcurl_debug_handler); | ^~~~~~~~~~~~~~~~ In function 'sendMailSMTP', inlined from 'sendMail' at sendmail.c:1289:21: sendmail.c:982: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] 982 | curl_easy_setopt(handle, CURLOPT_READFUNCTION, smtp_upload_callback); | ^~~~~~~~~~~~~~~~ cd .. ; perl ./tools/buildmsgstrings.pl buffers.c: In function 'apostropheMacros': buffers.c:2879:28: warning: 's' may be used uninitialized [-Wmaybe-uninitialized] 2879 | *s = 0; | ~~~^~~ buffers.c:2797:29: note: 's' was declared here 2797 | char *newline = 0, *s; | ^ 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:1885:20: warning: 'bval' may be used uninitialized [-Wmaybe-uninitialized] 1885 | if (bval && !t->controller->multiple && t->controller->jslink) | ^ html.c:1850:14: note: 'bval' was declared here 1850 | bool bval; | ^~~~ 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 html.c: In function 'frontBackDiff': html.c:3046:21: warning: 'e2' may be used uninitialized [-Wmaybe-uninitialized] 3046 | newChunkEnd = e2; | ~~~~~~~~~~~~^~~~ html.c:2915:46: note: 'e2' was declared here 2915 | 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 isup.o isup.c 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:2879:3: note: declared here 2879 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ html-tags.c: In function 'htmlScanner': html-tags.c:961:31: warning: 'u' may be used uninitialized [-Wmaybe-uninitialized] 961 | for(u = lt; u < gt; ++u) | ~~^~~~ html-tags.c:764:29: note: 'u' was declared here 764 | const char *s, *t, *u; | ^ fetchmail.c: In function 'defaultSaveFilename': fetchmail.c:2375:12: warning: 'redirect' may be used uninitialized [-Wmaybe-uninitialized] 2375 | if (redirect) { | ^ fetchmail.c:2370:21: note: 'redirect' was declared here 2370 | const char *redirect; | ^~~~~~~~ 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:2459:9: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations] 2459 | curl_easy_setopt(h, CURLOPT_PROGRESSFUNCTION, curl_progress); | ^~~~~~~~~~~~~~~~ /usr/include/curl/curl.h:1291:3: note: declared here 1291 | CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56, | ^~~~~~~~~~~~~~~~~ perl ../tools/buildsourcestring.pl shared.js startwindow.js endwindow.js startwindow.c fetchmail.c: In function 'presentMail': fetchmail.c:2585:12: warning: 'exists' may be used uninitialized [-Wmaybe-uninitialized] 2585 | if (exists) | ^ fetchmail.c:2412:14: note: 'exists' was declared here 2412 | char exists; | ^~~~~~ fetchmail.c:2584:9: warning: 'fsize' may be used uninitialized [-Wmaybe-uninitialized] 2584 | i_printf(MSG_MailSaved, fsize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fetchmail.c:2413:13: note: 'fsize' was declared here 2413 | int fsize; /* file size */ | ^~~~~ 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 function 'insert_tbody1', inlined from 'insert_tbody' at html-tags.c:3735:4, inlined from 'prerender' at html-tags.c:4297:2: html-tags.c:3779:32: warning: 'uprev' may be used uninitialized [-Wmaybe-uninitialized] 3779 | uprev->sibling = 0, ns->sibling = s2; | ~~~~~~~~~~~~~~~^~~ html-tags.c: In function 'prerender': html-tags.c:3744:18: note: 'uprev' was declared here 3744 | Tag *u, *uprev, *ns; // new section | ^~~~~ Content shared.js written to startwindow.c Content startwindow.js written to startwindow.c Content endwindow.js written to startwindow.c 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 In file included from eb.h:24, from html-tags.c:13: In function 'sprintf', inlined from 'rowspan2' at html-tags.c:5112:3, inlined from 'rowspan' at html-tags.c:4969: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': html-tags.c:4997:13: note: 'seqno' was declared here 4997 | int seqno; | ^~~~~ html.c: In function 'timerWait': html.c:3742:39: warning: 'remaining' may be used uninitialized [-Wmaybe-uninitialized] 3742 | if (allowJS && cw->mustrender && remaining <= *delay_sec) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ html.c:3715:13: note: 'remaining' was declared here 3715 | int remaining; | ^~~~~~~~~ stringfile.c: In function 'moveFiles': stringfile.c:2044:17: warning: 'cw2' may be used uninitialized [-Wmaybe-uninitialized] 2044 | debugPrint(1, "%s%s %s %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2045 | file, ftype, (origcmd == 'm' ? "→" : "≡"), cw2->baseDirName); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stringfile.c:1975:28: note: 'cw2' was declared here 1975 | Window *cw1 = cw, *cw2, *w; | ^~~ In file included from eb.h:28, from fetchmail.c:7: In function 'count_messages', inlined from 'fetchMail' at fetchmail.c:2175:8: fetchmail.c:1998: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] 1998 | curl_easy_setopt(handle, CURLOPT_CUSTOMREQUEST, 0); | ^~~~~~~~~~~~~~~~ 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 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 In function 'httpDefault', inlined from 'parseURL.constprop' at isup.c:423:13: isup.c:325:9: warning: 'lastdot' may be used uninitialized [-Wmaybe-uninitialized] 325 | ++lastdot; | ^~~~~~~~~ isup.c: In function 'parseURL.constprop': isup.c:281:25: note: 'lastdot' was declared here 281 | const char *s, *lastdot, *end; | ^~~~~~~ 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; | ^~~~ 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 '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; | ^ 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:1854:4, inlined from 'gopherConnect' at http.c:2288:4, inlined from 'httpConnect' at http.c:895:10: http.c:1799:28: warning: 'port' may be used uninitialized [-Wmaybe-uninitialized] 1799 | if (port && port != 70) { | ^ http.c: In function 'httpConnect': http.c:1724:13: note: 'port' was declared here 1724 | int port; | ^~~~ 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 */ | ^~ 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 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; | ^~~~~ format.c: In function 'closeColor': format.c:2601:34: warning: 'best_c' may be used uninitialized [-Wmaybe-uninitialized] 2601 | return cloneString(best_c->name); | ~~~~~~^~~~~~ format.c:2536:36: note: 'best_c' was declared here 2536 | const struct reserved *c, *best_c; | ^~~~~~ 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; | ^ isup.c: In function 'decodePostData': isup.c:1276:30: warning: 'c' may be used uninitialized [-Wmaybe-uninitialized] 1276 | *w++ = c; | ~~~~~^~~ isup.c:1230:14: note: 'c' was declared here 1230 | 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; | ^~~~ In function 'anchorUnframe', inlined from 'htmlReformat' at format.c:1111: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; | ^ In function 'ssl_connect', inlined from 'ircSetup' at isup.c:4051:20: isup.c:3513:9: warning: 'srv' may be used uninitialized [-Wmaybe-uninitialized] 3513 | SSL_set_fd(secstream, fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~ isup.c: In function 'ircSetup': isup.c:3414:13: note: 'srv' was declared here 3414 | int srv; | ^~~ buffers.c: In function 'substituteText': buffers.c:4468:26: warning: 'imaplen' may be used uninitialized [-Wmaybe-uninitialized] 4468 | p[imaplen] = 0; // temporary | ^ buffers.c:4321:26: note: 'imaplen' was declared here 4321 | int len, imaplen; | ^~~~~~~ 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.9/src' >>> edbrowse: Entering fakeroot... make: Entering directory '/home/buildozer/aports/community/edbrowse/src/edbrowse-3.8.9/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.9/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: 348.0 KB >>> edbrowse-doc*: Compressing data... >>> edbrowse-doc*: Create checksum... >>> edbrowse-doc*: Create edbrowse-doc-3.8.9-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.20240113 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.9-r1.apk >>> edbrowse: Build complete at Thu, 15 Feb 2024 02:51:24 +0000 elapsed time 0h 0m 49s >>> edbrowse: Cleaning up srcdir >>> edbrowse: Cleaning up pkgdir >>> edbrowse: Uninstalling dependencies... (1/34) Purging .makedepends-edbrowse (20240215.025041) (2/34) Purging curl-dev (8.6.0-r0) (3/34) Purging brotli-dev (1.1.0-r1) (4/34) Purging brotli (1.1.0-r1) (5/34) Purging c-ares-dev (1.26.0-r0) (6/34) Purging libpsl-dev (0.21.5-r1) (7/34) Purging libpsl-utils (0.21.5-r1) (8/34) Purging nghttp2-dev (1.59.0-r0) (9/34) Purging openssl-dev (3.1.5-r5) (10/34) Purging pcre2-dev (10.42-r3) (11/34) Purging libedit-dev (20230828.3.1-r4) (12/34) Purging bsd-compat-headers (0.7.2-r6) (13/34) Purging zlib-dev (1.3.1-r0) (14/34) Purging libpcre2-16 (10.42-r3) (15/34) Purging libpcre2-32 (10.42-r3) (16/34) Purging quickjs-dev (0.20240113-r0) (17/34) Purging quickjs (0.20240113-r0) (18/34) Purging quickjs-libs (0.20240113-r0) (19/34) Purging readline-dev (8.2.10-r0) (20/34) Purging libhistory (8.2.10-r0) (21/34) Purging unixodbc-dev (2.3.12-r0) (22/34) Purging unixodbc (2.3.12-r0) (23/34) Purging git-perl (2.43.1-r0) (24/34) Purging perl-git (2.43.1-r0) (25/34) Purging perl-error (0.17029-r2) (26/34) Purging perl (5.38.2-r0) (27/34) Purging libbz2 (1.0.8-r6) (28/34) Purging libidn2-dev (2.3.7-r0) (29/34) Purging ncurses-dev (6.4_p20231125-r0) (30/34) Purging libncurses++ (6.4_p20231125-r0) (31/34) Purging libpanelw (6.4_p20231125-r0) (32/34) Purging readline (8.2.10-r0) (33/34) Purging libformw (6.4_p20231125-r0) (34/34) Purging libmenuw (6.4_p20231125-r0) Executing busybox-1.36.1-r19.trigger OK: 227 MiB in 101 packages >>> edbrowse: Updating the community/riscv64 repository index... >>> edbrowse: Signing the index...