>>> pacparser: Building testing/pacparser 1.4.3-r1 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 18:28:49 +0000 >>> pacparser: Checking sanity of /home/buildozer/aports/testing/pacparser/APKBUILD... >>> pacparser: Analyzing dependencies... >>> pacparser: Installing for build: build-base bash python3-dev py3-setuptools (1/19) Installing readline (8.2.10-r0) (2/19) Installing bash (5.2.26-r0) Executing bash-5.2.26-r0.post-install (3/19) Installing libffi (3.4.6-r0) (4/19) Installing gdbm (1.23-r1) (5/19) Installing mpdecimal (4.0.0-r0) (6/19) Installing libpanelw (6.4_p20240330-r0) (7/19) Installing sqlite-libs (3.45.2-r0) (8/19) Installing python3 (3.12.3-r0) (9/19) Installing python3-pycache-pyc0 (3.12.3-r0) (10/19) Installing pyc (3.12.3-r0) (11/19) Installing python3-pyc (3.12.3-r0) (12/19) Installing python3-dev (3.12.3-r0) (13/19) Installing py3-parsing (3.1.2-r1) (14/19) Installing py3-parsing-pyc (3.1.2-r1) (15/19) Installing py3-packaging (24.0-r1) (16/19) Installing py3-packaging-pyc (24.0-r1) (17/19) Installing py3-setuptools (69.2.0-r2) (18/19) Installing py3-setuptools-pyc (69.2.0-r2) (19/19) Installing .makedepends-pacparser (20240415.182852) Executing busybox-1.36.1-r25.trigger OK: 493 MiB in 132 packages >>> pacparser: Cleaning up srcdir >>> pacparser: Cleaning up pkgdir >>> pacparser: Cleaning up tmpdir >>> pacparser: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pacparser-1.4.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 884k 100 884k 0 0 2958k 0 --:--:-- --:--:-- --:--:-- 2956k 100 884k 100 884k 0 0 2955k 0 --:--:-- --:--:-- --:--:-- 2956k >>> pacparser: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pacparser-1.4.3.tar.gz >>> pacparser: Checking sha512sums... pacparser-1.4.3.tar.gz: OK spidermonkey-make.patch: OK >>> pacparser: Unpacking /var/cache/distfiles/edge/pacparser-1.4.3.tar.gz... >>> pacparser: spidermonkey-make.patch patching file src/spidermonkey/Makefile make: Entering directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src' cd spidermonkey && SMCFLAGS="-fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy" make jsapi make[1]: Entering directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/spidermonkey' mkdir -p js/src/Linux_All_DBG.OBJ CFLAGS="-fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy" make -C js/src -f Makefile.ref libjs.a make[2]: Entering directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/spidermonkey/js/src' cat: can't open '../../dist/Linux_All_DBG.OBJ/nspr/Version': No such file or directory make[2]: Circular jscpucfg.h <- Linux_All_DBG.OBJ/jsautocfg.h dependency dropped. gcc -o Linux_All_DBG.OBJ/jscpucfg.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jscpucfg.c gcc -o Linux_All_DBG.OBJ/jscpucfg Linux_All_DBG.OBJ/jscpucfg.o make[2]: Circular Linux_All_DBG.OBJ/jsautocfg.h <- Linux_All_DBG.OBJ/jsautocfg.h dependency dropped. rm -f Linux_All_DBG.OBJ/jsautocfg.h Linux_All_DBG.OBJ/jscpucfg > Linux_All_DBG.OBJ/jsautocfg.h gcc -o Linux_All_DBG.OBJ/jsapi.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsapi.c gcc -o Linux_All_DBG.OBJ/jsarena.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsarena.c gcc -o Linux_All_DBG.OBJ/jsarray.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsarray.c In file included from jsarray.c:48: jsarray.c: In function 'BigIndexToId': jsutil.h:76:17: warning: typedef 'js_static_assert_line_208' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsarray.c:208:5: note: in expansion of macro 'JS_STATIC_ASSERT' 208 | JS_STATIC_ASSERT((jsuint)-1 == 4294967295U); | ^~~~~~~~~~~~~~~~ jsarray.c: In function 'array_join_sub': jsarray.c:550:17: warning: pointer 'ochars' may be used after 'realloc' [-Wuse-after-free] 550 | free(ochars); | ^~~~~~~~~~~~ jsarray.c:548:31: note: call to 'realloc' here 548 | chars = (jschar *)realloc((ochars = chars), growth); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jsarray.c:648:17: warning: pointer 'ochars' may be used after 'realloc' [-Wuse-after-free] 648 | free(ochars); | ^~~~~~~~~~~~ jsarray.c:646:32: note: call to 'realloc' here 646 | chars = (jschar *) realloc((ochars = chars), growth); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o Linux_All_DBG.OBJ/jsatom.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsatom.c gcc -o Linux_All_DBG.OBJ/jsbool.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsbool.c gcc -o Linux_All_DBG.OBJ/jscntxt.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jscntxt.c gcc -o Linux_All_DBG.OBJ/jsdate.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsdate.c gcc -o Linux_All_DBG.OBJ/jsdbgapi.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsdbgapi.c gcc -o Linux_All_DBG.OBJ/jsdhash.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsdhash.c In file included from jsbit.h:43, from jsdhash.c:46: jsdhash.c: In function 'JS_DHashTableInit': jsutil.h:76:17: warning: typedef 'js_static_assert_line_237' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsbit.h:91:9: note: in expansion of macro 'JS_STATIC_ASSERT' 91 | JS_STATIC_ASSERT(sizeof(unsigned int) == sizeof(JSUint32)); \ | ^~~~~~~~~~~~~~~~ jsdhash.c:237:5: note: in expansion of macro 'JS_CEILING_LOG2' 237 | JS_CEILING_LOG2(log2, capacity); | ^~~~~~~~~~~~~~~ jsdhash.c: In function 'JS_DHashTableEnumerate': jsutil.h:76:17: warning: typedef 'js_static_assert_line_705' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsbit.h:91:9: note: in expansion of macro 'JS_STATIC_ASSERT' 91 | JS_STATIC_ASSERT(sizeof(unsigned int) == sizeof(JSUint32)); \ | ^~~~~~~~~~~~~~~~ jsdhash.c:705:9: note: in expansion of macro 'JS_CEILING_LOG2' 705 | JS_CEILING_LOG2(ceiling, capacity); | ^~~~~~~~~~~~~~~ gcc -o Linux_All_DBG.OBJ/jsdtoa.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsdtoa.c gcc -o Linux_All_DBG.OBJ/jsemit.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsemit.c gcc -o Linux_All_DBG.OBJ/jsexn.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsexn.c In file included from jsbit.h:43, from jsexn.c:49: jsexn.c: In function 'CopyErrorReport': jsutil.h:76:17: warning: typedef 'js_static_assert_line_129' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsexn.c:129:5: note: in expansion of macro 'JS_STATIC_ASSERT' 129 | JS_STATIC_ASSERT(sizeof(JSErrorReport) % sizeof(const char *) == 0); | ^~~~~~~~~~~~~~~~ jsutil.h:76:17: warning: typedef 'js_static_assert_line_130' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsexn.c:130:5: note: in expansion of macro 'JS_STATIC_ASSERT' 130 | JS_STATIC_ASSERT(sizeof(const char *) % sizeof(jschar) == 0); | ^~~~~~~~~~~~~~~~ jsexn.c: In function 'GetStackTraceValueBuffer': jsutil.h:76:17: warning: typedef 'js_static_assert_line_240' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsexn.c:240:5: note: in expansion of macro 'JS_STATIC_ASSERT' 240 | JS_STATIC_ASSERT(sizeof(JSStackTraceElem) % sizeof(jsval) == 0); | ^~~~~~~~~~~~~~~~ jsexn.c: In function 'exn_enumerate': jsutil.h:76:17: warning: typedef 'js_static_assert_line_430' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsexn.c:430:5: note: in expansion of macro 'JS_STATIC_ASSERT' 430 | JS_STATIC_ASSERT(sizeof(JSAtomState) <= (size_t)(uint16)-1); | ^~~~~~~~~~~~~~~~ gcc -o Linux_All_DBG.OBJ/jsfun.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsfun.c gcc -o Linux_All_DBG.OBJ/jsgc.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsgc.c In file included from jsgc.c:55: jsgc.c: In function 'AddToPtrTable': jsutil.h:76:17: warning: typedef 'js_static_assert_line_317' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsgc.c:317:13: note: in expansion of macro 'JS_STATIC_ASSERT' 317 | JS_STATIC_ASSERT(2 <= sizeof table->array[0]); | ^~~~~~~~~~~~~~~~ jsgc.c: In function 'MarkGCThingChildren': jsgc.c:2010:16: warning: variable 'rt' set but not used [-Wunused-but-set-variable] 2010 | JSRuntime *rt; | ^~ gcc -o Linux_All_DBG.OBJ/jshash.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jshash.c gcc -o Linux_All_DBG.OBJ/jsinterp.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsinterp.c gcc -o Linux_All_DBG.OBJ/jsiter.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsiter.c gcc -o Linux_All_DBG.OBJ/jslock.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jslock.c gcc -o Linux_All_DBG.OBJ/jslog2.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jslog2.c In file included from jsbit.h:43, from jslog2.c:40: jslog2.c: In function 'JS_CeilingLog2': jsutil.h:76:17: warning: typedef 'js_static_assert_line_50' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsbit.h:91:9: note: in expansion of macro 'JS_STATIC_ASSERT' 91 | JS_STATIC_ASSERT(sizeof(unsigned int) == sizeof(JSUint32)); \ | ^~~~~~~~~~~~~~~~ jslog2.c:50:5: note: in expansion of macro 'JS_CEILING_LOG2' 50 | JS_CEILING_LOG2(log2, n); | ^~~~~~~~~~~~~~~ gcc -o Linux_All_DBG.OBJ/jslong.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jslong.c gcc -o Linux_All_DBG.OBJ/jsmath.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsmath.c gcc -o Linux_All_DBG.OBJ/jsnum.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsnum.c gcc -o Linux_All_DBG.OBJ/jsobj.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsobj.c jsobj.c: In function 'obj_getSlot': jsobj.c:157:12: warning: variable 'slot' set but not used [-Wunused-but-set-variable] 157 | uint32 slot; | ^~~~ jsobj.c: In function 'js_SetProtoOrParent': jsobj.c:269:16: warning: variable 'rt' set but not used [-Wunused-but-set-variable] 269 | JSRuntime *rt; | ^~ In file included from jscntxt.h:53, from jsobj.c:58: jsobj.c: In function 'js_ChangeNativePropertyAttrs': jsinterp.h:204:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] 204 | JSScopeProperty *pce_sprop_; \ | ^~~~~~~~~~ jsobj.c:2960:13: note: in expansion of macro 'PROPERTY_CACHE_FILL' 2960 | PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj, sprop->id, | ^~~~~~~~~~~~~~~~~~~ jsobj.c: In function 'js_DefineNativeProperty': jsinterp.h:204:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] 204 | JSScopeProperty *pce_sprop_; \ | ^~~~~~~~~~ jsobj.c:3094:5: note: in expansion of macro 'PROPERTY_CACHE_FILL' 3094 | PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj, id, sprop); | ^~~~~~~~~~~~~~~~~~~ jsobj.c: In function 'js_FindProperty': jsinterp.h:204:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] 204 | JSScopeProperty *pce_sprop_; \ | ^~~~~~~~~~ jsobj.c:3379:17: note: in expansion of macro 'PROPERTY_CACHE_FILL' 3379 | PROPERTY_CACHE_FILL(&rt->propertyCache, pobj, id, sprop); | ^~~~~~~~~~~~~~~~~~~ jsobj.c: In function 'js_NativeSet': jsobj.c:3481:11: warning: variable 'pval' set but not used [-Wunused-but-set-variable] 3481 | jsval pval; | ^~~~ jsobj.c: In function 'js_GetProperty': jsinterp.h:204:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] 204 | JSScopeProperty *pce_sprop_; \ | ^~~~~~~~~~ jsobj.c:3610:5: note: in expansion of macro 'PROPERTY_CACHE_FILL' 3610 | PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj2, id, sprop); | ^~~~~~~~~~~~~~~~~~~ jsobj.c: In function 'js_SetProperty': jsinterp.h:204:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] 204 | JSScopeProperty *pce_sprop_; \ | ^~~~~~~~~~ jsobj.c:3774:9: note: in expansion of macro 'PROPERTY_CACHE_FILL' 3774 | PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj, id, sprop); | ^~~~~~~~~~~~~~~~~~~ jsobj.c: In function 'js_DeleteProperty': jsinterp.h:204:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] 204 | JSScopeProperty *pce_sprop_; \ | ^~~~~~~~~~ jsobj.c:3924:5: note: in expansion of macro 'PROPERTY_CACHE_FILL' 3924 | PROPERTY_CACHE_FILL(&cx->runtime->propertyCache, obj, id, NULL); | ^~~~~~~~~~~~~~~~~~~ jsobj.c: In function 'js_Clear': jsinterp.h:204:30: warning: variable 'pce_sprop_' set but not used [-Wunused-but-set-variable] 204 | JSScopeProperty *pce_sprop_; \ | ^~~~~~~~~~ jsobj.c:4885:17: note: in expansion of macro 'PROPERTY_CACHE_FILL' 4885 | PROPERTY_CACHE_FILL(&rt->propertyCache, obj, sprop->id, NULL); | ^~~~~~~~~~~~~~~~~~~ jsobj.c: In function 'js_obj_toSource': jsobj.c:772:13: warning: pointer 'ochars' may be used after 'realloc' [-Wuse-after-free] 772 | free(ochars); | ^~~~~~~~~~~~ jsobj.c:770:13: note: call to 'realloc' here 770 | realloc((ochars = chars), (nchars + 2 + 1) * sizeof(jschar)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jsobj.c:1033:17: warning: pointer 'ochars' may be used after 'realloc' [-Wuse-after-free] 1033 | free(ochars); | ^~~~~~~~~~~~ jsobj.c:1029:17: note: call to 'realloc' here 1029 | realloc((ochars = chars), curlen * sizeof(jschar)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o Linux_All_DBG.OBJ/jsopcode.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsopcode.c jsopcode.c: In function 'GetLocal': jsopcode.c:1102:16: warning: variable 'cx' set but not used [-Wunused-but-set-variable] 1102 | JSContext *cx; | ^~ jsopcode.c: In function 'Decompile': jsopcode.c:1706:19: warning: case value '256' not in enumerated type 'JSOp' [-Wswitch] 1706 | case JSOP_GETPROP2: | ^~~~ jsopcode.c:1709:19: warning: case value '257' not in enumerated type 'JSOp' [-Wswitch] 1709 | case JSOP_GETELEM2: | ^~~~ jsopcode.c:3268:15: warning: case value '256' not in enumerated type 'JSOp' [-Wswitch] 3268 | case JSOP_GETPROP2: | ^~~~ jsopcode.c:3331:15: warning: case value '257' not in enumerated type 'JSOp' [-Wswitch] 3331 | case JSOP_GETELEM2: | ^~~~ gcc -o Linux_All_DBG.OBJ/jsparse.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsparse.c jsparse.c: In function 'BindDestructuringArg': jsparse.c:997:17: warning: variable 'fun' set but not used [-Wunused-but-set-variable] 997 | JSFunction *fun; | ^~~ gcc -o Linux_All_DBG.OBJ/jsprf.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsprf.c gcc -o Linux_All_DBG.OBJ/jsregexp.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsregexp.c gcc -o Linux_All_DBG.OBJ/jskwgen.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jskwgen.c gcc -o Linux_All_DBG.OBJ/jskwgen -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ -lm Linux_All_DBG.OBJ/jskwgen.o Linux_All_DBG.OBJ/jskwgen Linux_All_DBG.OBJ/jsautokw.h gcc -o Linux_All_DBG.OBJ/jsscan.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsscan.c gcc -o Linux_All_DBG.OBJ/jsscope.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsscope.c gcc -o Linux_All_DBG.OBJ/jsscript.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsscript.c gcc -o Linux_All_DBG.OBJ/jsstr.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsstr.c gcc -o Linux_All_DBG.OBJ/jsutil.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsutil.c gcc -o Linux_All_DBG.OBJ/jsxdrapi.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsxdrapi.c gcc -o Linux_All_DBG.OBJ/jsxml.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ jsxml.c In file included from jsbit.h:43, from jsxml.c:49: jsxml.c: In function 'XMLArrayAddMember': jsutil.h:76:17: warning: typedef 'js_static_assert_line_1153' locally defined but not used [-Wunused-local-typedefs] 76 | typedef int js_static_assert_line_##line[(condition) ? 1 : -1] | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:74:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL2' 74 | JS_STATIC_ASSERT_IMPL2(condition, line) | ^~~~~~~~~~~~~~~~~~~~~~ jsutil.h:72:5: note: in expansion of macro 'JS_STATIC_ASSERT_IMPL' 72 | JS_STATIC_ASSERT_IMPL(condition, __LINE__) | ^~~~~~~~~~~~~~~~~~~~~ jsbit.h:91:9: note: in expansion of macro 'JS_STATIC_ASSERT' 91 | JS_STATIC_ASSERT(sizeof(unsigned int) == sizeof(JSUint32)); \ | ^~~~~~~~~~~~~~~~ jsxml.c:1153:17: note: in expansion of macro 'JS_CEILING_LOG2' 1153 | JS_CEILING_LOG2(log2, capacity); | ^~~~~~~~~~~~~~~ jsxml.c: In function 'js_FindXMLProperty': jsxml.c:8046:28: warning: variable 'lastobj' set but not used [-Wunused-but-set-variable] 8046 | JSObject *obj, *pobj, *lastobj; | ^~~~~~~ gcc -o Linux_All_DBG.OBJ/prmjtime.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX -DDEBUG -DDEBUG_buildozer -DEDITLINE -ILinux_All_DBG.OBJ prmjtime.c ar rv Linux_All_DBG.OBJ/libjs.a Linux_All_DBG.OBJ/jsapi.o Linux_All_DBG.OBJ/jsarena.o Linux_All_DBG.OBJ/jsarray.o Linux_All_DBG.OBJ/jsatom.o Linux_All_DBG.OBJ/jsbool.o Linux_All_DBG.OBJ/jscntxt.o Linux_All_DBG.OBJ/jsdate.o Linux_All_DBG.OBJ/jsdbgapi.o Linux_All_DBG.OBJ/jsdhash.o Linux_All_DBG.OBJ/jsdtoa.o Linux_All_DBG.OBJ/jsemit.o Linux_All_DBG.OBJ/jsexn.o Linux_All_DBG.OBJ/jsfun.o Linux_All_DBG.OBJ/jsgc.o Linux_All_DBG.OBJ/jshash.o Linux_All_DBG.OBJ/jsinterp.o Linux_All_DBG.OBJ/jsiter.o Linux_All_DBG.OBJ/jslock.o Linux_All_DBG.OBJ/jslog2.o Linux_All_DBG.OBJ/jslong.o Linux_All_DBG.OBJ/jsmath.o Linux_All_DBG.OBJ/jsnum.o Linux_All_DBG.OBJ/jsobj.o Linux_All_DBG.OBJ/jsopcode.o Linux_All_DBG.OBJ/jsparse.o Linux_All_DBG.OBJ/jsprf.o Linux_All_DBG.OBJ/jsregexp.o Linux_All_DBG.OBJ/jsscan.o Linux_All_DBG.OBJ/jsscope.o Linux_All_DBG.OBJ/jsscript.o Linux_All_DBG.OBJ/jsstr.o Linux_All_DBG.OBJ/jsutil.o Linux_All_DBG.OBJ/jsxdrapi.o Linux_All_DBG.OBJ/jsxml.o Linux_All_DBG.OBJ/prmjtime.o ar: creating Linux_All_DBG.OBJ/libjs.a a - Linux_All_DBG.OBJ/jsapi.o a - Linux_All_DBG.OBJ/jsarena.o a - Linux_All_DBG.OBJ/jsarray.o a - Linux_All_DBG.OBJ/jsatom.o a - Linux_All_DBG.OBJ/jsbool.o a - Linux_All_DBG.OBJ/jscntxt.o a - Linux_All_DBG.OBJ/jsdate.o a - Linux_All_DBG.OBJ/jsdbgapi.o a - Linux_All_DBG.OBJ/jsdhash.o a - Linux_All_DBG.OBJ/jsdtoa.o a - Linux_All_DBG.OBJ/jsemit.o a - Linux_All_DBG.OBJ/jsexn.o a - Linux_All_DBG.OBJ/jsfun.o a - Linux_All_DBG.OBJ/jsgc.o a - Linux_All_DBG.OBJ/jshash.o a - Linux_All_DBG.OBJ/jsinterp.o a - Linux_All_DBG.OBJ/jsiter.o a - Linux_All_DBG.OBJ/jslock.o a - Linux_All_DBG.OBJ/jslog2.o a - Linux_All_DBG.OBJ/jslong.o a - Linux_All_DBG.OBJ/jsmath.o a - Linux_All_DBG.OBJ/jsnum.o a - Linux_All_DBG.OBJ/jsobj.o a - Linux_All_DBG.OBJ/jsopcode.o a - Linux_All_DBG.OBJ/jsparse.o a - Linux_All_DBG.OBJ/jsprf.o a - Linux_All_DBG.OBJ/jsregexp.o a - Linux_All_DBG.OBJ/jsscan.o a - Linux_All_DBG.OBJ/jsscope.o a - Linux_All_DBG.OBJ/jsscript.o a - Linux_All_DBG.OBJ/jsstr.o a - Linux_All_DBG.OBJ/jsutil.o a - Linux_All_DBG.OBJ/jsxdrapi.o a - Linux_All_DBG.OBJ/jsxml.o a - Linux_All_DBG.OBJ/prmjtime.o echo Linux_All_DBG.OBJ/libjs.a Linux_All_DBG.OBJ/libjs.a make[2]: Leaving directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/spidermonkey/js/src' find js/src -name "jsautocfg.h" -exec cp -f {} js/src \; touch js-buildstamp make[1]: Leaving directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/spidermonkey' touch jsapi_buildstamp gcc -g -DXP_UNIX -Wall -DVERSION=v1.4.3 -Ispidermonkey/js/src -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -c pacparser.c -o pacparser.o touch pymod/pacparser_o_buildstamp cd spidermonkey && SMCFLAGS="-fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy" make jslib make[1]: Entering directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/spidermonkey' cd js/src find . -name "libjs.a" -exec cp -f {} . \; make[1]: Leaving directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/spidermonkey' gcc -g -DXP_UNIX -Wall -DVERSION=v1.4.3 -Ispidermonkey/js/src -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs pactester.c pacparser.o spidermonkey/libjs.a -o pactester -lm -L. -I. cd pymod && ARCHFLAGS="" python3 setup.py build /usr/lib/python3.12/site-packages/setuptools/dist.py:318: InformationOnly: Normalizing 'v1.4.3' to '1.4.3' self.metadata.version = self._normalize_version(self.metadata.version) running build running build_py creating build creating build/lib.linux-i686-cpython-312 creating build/lib.linux-i686-cpython-312/pacparser copying pacparser/__init__.py -> build/lib.linux-i686-cpython-312/pacparser running build_ext building '_pacparser' extension creating build/temp.linux-i686-cpython-312 gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I.. -I/usr/include/python3.12 -c pacparser_py.c -o build/temp.linux-i686-cpython-312/pacparser_py.o gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-i686-cpython-312/pacparser_py.o ../pacparser.o ../spidermonkey/libjs.a -L/usr/lib -o build/lib.linux-i686-cpython-312/pacparser/_pacparser.cpython-312-i386-linux-musl.so python3 ../tests/runtests.py /home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/../tests/../src/pymod/build/lib.linux-i686-cpython-312/pacparser/__init__.py:36: SyntaxWarning: invalid escape sequence '\/' _URL_REGEX = re.compile('^[^:]*:\/\/([^\/:]+)') Build dir: %s /home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/../tests/../src/pymod/build ['lib.linux-i686-cpython-312', 'temp.linux-i686-cpython-312'] All tests were successful. make: Leaving directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src' >>> WARNING: pacparser: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> pacparser: Entering fakeroot... make: Entering directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src' gcc -shared -g -DXP_UNIX -Wall -DVERSION=v1.4.3 -Ispidermonkey/js/src -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Wl,-soname=libpacparser.so.1 -Wl,-exclude-libs=libjs.a -o libpacparser.so.1 pacparser.o spidermonkey/libjs.a -lm cd pymod && ARCHFLAGS="" python setup.py build ln -sf libpacparser.so.1 libpacparser.so echo "Running tests for pactester." Running tests for pactester. NO_INTERNET= ../tests/runtests.sh All tests were successful. install -d /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/include /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/bin install -m 644 libpacparser.so.1 /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/libpacparser.so.1 ln -sf libpacparser.so.1 /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/libpacparser.so install -m 755 pactester /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/bin/pactester install -m 644 pacparser.h /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/include/pacparser.h # install pactester manpages install -d /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/share/man/man1/ (test -d ../docs && install -m 644 ../docs/man/man1/*.1 /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/share/man/man1/) || true # install pacparser manpages install -d /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/share/man/man3/ (test -d ../docs && install -m 644 ../docs/man/man3/*.3 /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/share/man/man3/) || true # install html docs install -d /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/share/doc/pacparser/html/ (test -d ../docs/html && install -m 644 ../docs/html/* /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/share/doc/pacparser/html/) || true # install examples install -d /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/share/doc/pacparser/examples/ (test -d ../examples && install -m 644 ../examples/* /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/share/doc/pacparser/examples/) || true /usr/lib/python3.12/site-packages/setuptools/dist.py:318: InformationOnly: Normalizing 'v1.4.3' to '1.4.3' self.metadata.version = self._normalize_version(self.metadata.version) running build running build_py running build_ext python ../tests/runtests.py Build dir: %s /home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src/../tests/../src/pymod/build ['lib.linux-i686-cpython-312', 'temp.linux-i686-cpython-312'] All tests were successful. cd pymod && ARCHFLAGS="" python setup.py install --root="/home/buildozer/aports/testing/pacparser/pkg/pacparser/" /usr/lib/python3.12/site-packages/setuptools/dist.py:318: InformationOnly: Normalizing 'v1.4.3' to '1.4.3' self.metadata.version = self._normalize_version(self.metadata.version) running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running build_ext running install_lib creating /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12 creating /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12/site-packages creating /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12/site-packages/pacparser copying build/lib.linux-i686-cpython-312/pacparser/_pacparser.cpython-312-i386-linux-musl.so -> /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12/site-packages/pacparser creating /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12/site-packages/pacparser/__pycache__ copying build/lib.linux-i686-cpython-312/pacparser/__pycache__/__init__.cpython-312.pyc -> /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12/site-packages/pacparser/__pycache__ copying build/lib.linux-i686-cpython-312/pacparser/__init__.py -> /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12/site-packages/pacparser running install_egg_info running egg_info creating pacparser.egg-info writing pacparser.egg-info/PKG-INFO writing dependency_links to pacparser.egg-info/dependency_links.txt writing top-level names to pacparser.egg-info/top_level.txt writing manifest file 'pacparser.egg-info/SOURCES.txt' reading manifest file 'pacparser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pacparser.egg-info/SOURCES.txt' Copying pacparser.egg-info to /home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12/site-packages/pacparser-1.4.3-py3.12.egg-info running install_scripts make: Leaving directory '/home/buildozer/aports/testing/pacparser/src/pacparser-1.4.3/src' >>> py3-pacparser-pyc*: Running split function pyc... '/home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12/site-packages/pacparser/__pycache__' -> '/home/buildozer/aports/testing/pacparser/pkg/py3-pacparser-pyc/usr/lib/python3.12/site-packages/pacparser/__pycache__' >>> py3-pacparser-pyc*: Preparing subpackage py3-pacparser-pyc... >>> py3-pacparser-pyc*: Running postcheck for py3-pacparser-pyc >>> py3-pacparser*: Running split function pymod... '/home/buildozer/aports/testing/pacparser/pkg/pacparser/usr/lib/python3.12' -> '/home/buildozer/aports/testing/pacparser/pkg/py3-pacparser/usr/lib/python3.12' >>> py3-pacparser*: Preparing subpackage py3-pacparser... >>> py3-pacparser*: Stripping binaries >>> py3-pacparser*: Running postcheck for py3-pacparser >>> pacparser-doc*: Running split function doc... >>> pacparser-doc*: Preparing subpackage pacparser-doc... >>> pacparser-doc*: Running postcheck for pacparser-doc >>> pacparser-dev*: Running split function dev... >>> pacparser-dev*: Preparing subpackage pacparser-dev... >>> pacparser-dev*: Stripping binaries >>> pacparser-dev*: Running postcheck for pacparser-dev >>> pacparser*: Running postcheck for pacparser >>> pacparser*: Preparing package pacparser... >>> pacparser*: Stripping binaries >>> pacparser-dev*: Scanning shared objects >>> pacparser-doc*: Scanning shared objects >>> pacparser*: Scanning shared objects >>> py3-pacparser-pyc*: Scanning shared objects >>> py3-pacparser*: Scanning shared objects >>> pacparser-dev*: Tracing dependencies... pacparser=1.4.3-r1 >>> pacparser-dev*: Package size: 24.0 KB >>> pacparser-dev*: Compressing data... >>> pacparser-dev*: Create checksum... >>> pacparser-dev*: Create pacparser-dev-1.4.3-r1.apk >>> pacparser-doc*: Tracing dependencies... >>> pacparser-doc*: Package size: 164.0 KB >>> pacparser-doc*: Compressing data... >>> pacparser-doc*: Create checksum... >>> pacparser-doc*: Create pacparser-doc-1.4.3-r1.apk >>> pacparser*: Tracing dependencies... so:libc.musl-x86.so.1 >>> pacparser*: Package size: 2.1 MB >>> pacparser*: Compressing data... >>> pacparser*: Create checksum... >>> pacparser*: Create pacparser-1.4.3-r1.apk >>> py3-pacparser-pyc*: Tracing dependencies... python3~3.12 >>> py3-pacparser-pyc*: Package size: 36.0 KB >>> py3-pacparser-pyc*: Compressing data... >>> py3-pacparser-pyc*: Create checksum... >>> py3-pacparser-pyc*: Create py3-pacparser-pyc-1.4.3-r1.apk >>> py3-pacparser*: Tracing dependencies... python3 python3~3.12 so:libc.musl-x86.so.1 >>> py3-pacparser*: Package size: 1.1 MB >>> py3-pacparser*: Compressing data... >>> py3-pacparser*: Create checksum... >>> py3-pacparser*: Create py3-pacparser-1.4.3-r1.apk >>> pacparser: Build complete at Mon, 15 Apr 2024 18:29:17 +0000 elapsed time 0h 0m 28s >>> pacparser: Cleaning up srcdir >>> pacparser: Cleaning up pkgdir >>> pacparser: Uninstalling dependencies... (1/19) Purging .makedepends-pacparser (20240415.182852) (2/19) Purging bash (5.2.26-r0) Executing bash-5.2.26-r0.pre-deinstall (3/19) Purging python3-dev (3.12.3-r0) (4/19) Purging py3-setuptools-pyc (69.2.0-r2) (5/19) Purging py3-setuptools (69.2.0-r2) (6/19) Purging py3-packaging-pyc (24.0-r1) (7/19) Purging py3-packaging (24.0-r1) (8/19) Purging py3-parsing-pyc (3.1.2-r1) (9/19) Purging py3-parsing (3.1.2-r1) (10/19) Purging python3-pyc (3.12.3-r0) (11/19) Purging python3-pycache-pyc0 (3.12.3-r0) (12/19) Purging pyc (3.12.3-r0) (13/19) Purging python3 (3.12.3-r0) (14/19) Purging gdbm (1.23-r1) (15/19) Purging libffi (3.4.6-r0) (16/19) Purging libpanelw (6.4_p20240330-r0) (17/19) Purging mpdecimal (4.0.0-r0) (18/19) Purging readline (8.2.10-r0) (19/19) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 379 MiB in 113 packages >>> pacparser: Updating the testing/x86 repository index... >>> pacparser: Signing the index...