>>> libretro-craft: Building community/libretro-craft 0_git20210317-r0 (using abuild 3.8.0_rc3-r2) started Wed, 26 May 2021 00:12:07 +0000 >>> libretro-craft: Checking sanity of /home/buildozer/aports/community/libretro-craft/APKBUILD... >>> libretro-craft: Analyzing dependencies... >>> libretro-craft: Installing for build: build-base mesa-dev (1/44) Installing linux-headers (5.10.27-r0) (2/44) Installing libpciaccess (0.16-r0) (3/44) Installing libdrm (2.4.106-r0) (4/44) Installing libpciaccess-dev (0.16-r0) (5/44) Installing libdrm-dev (2.4.106-r0) (6/44) Installing libxau (1.0.9-r0) (7/44) Installing xorgproto (2021.4-r0) (8/44) Installing libxau-dev (1.0.9-r0) (9/44) Installing libmd (1.0.3-r0) (10/44) Installing libbsd (0.11.3-r0) (11/44) Installing libxdmcp (1.1.3-r0) (12/44) Installing libxcb (1.14-r2) (13/44) Installing libx11 (1.7.1-r0) (14/44) Installing libxext (1.3.4-r0) (15/44) Installing xcb-proto (1.14.1-r2) (16/44) Installing libxdmcp-dev (1.1.3-r0) (17/44) Installing libxcb-dev (1.14-r2) (18/44) Installing xtrans (1.4.0-r1) (19/44) Installing libx11-dev (1.7.1-r0) (20/44) Installing libxext-dev (1.3.4-r0) (21/44) Installing libxdamage (1.1.5-r1) (22/44) Installing libxfixes (6.0.0-r0) (23/44) Installing libxfixes-dev (6.0.0-r0) (24/44) Installing libxdamage-dev (1.1.5-r1) (25/44) Installing libxshmfence (1.3-r1) (26/44) Installing libxshmfence-dev (1.3-r1) (27/44) Installing mesa (21.0.3-r0) (28/44) Installing libffi (3.3-r2) (29/44) Installing wayland-libs-server (1.19.0-r0) (30/44) Installing mesa-gbm (21.0.3-r0) (31/44) Installing mesa-glapi (21.0.3-r0) (32/44) Installing wayland-libs-client (1.19.0-r0) (33/44) Installing mesa-egl (21.0.3-r0) (34/44) Installing libxxf86vm (1.1.4-r2) (35/44) Installing mesa-gl (21.0.3-r0) (36/44) Installing mesa-gles (21.0.3-r0) (37/44) Installing xz-libs (5.2.5-r0) (38/44) Installing libxml2 (2.9.12-r1) (39/44) Installing llvm11-libs (11.1.0-r2) (40/44) Installing mesa-osmesa (21.0.3-r0) (41/44) Installing mesa-xatracker (21.0.3-r0) (42/44) Installing libxxf86vm-dev (1.1.4-r2) (43/44) Installing mesa-dev (21.0.3-r0) (44/44) Installing .makedepends-libretro-craft (20210526.001209) OK: 448 MiB in 133 packages >>> libretro-craft: Cleaning up srcdir >>> libretro-craft: Cleaning up pkgdir >>> libretro-craft: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/libretro-craft-d0de2c6d3ff9d971d5c23c796bcb208498f635a9.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 3179k 100 3179k 0 0 26.7M 0 --:--:-- --:--:-- --:--:-- 26.7M >>> libretro-craft: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/libretro-craft-d0de2c6d3ff9d971d5c23c796bcb208498f635a9.tar.gz >>> libretro-craft: Checking sha512sums... libretro-craft-d0de2c6d3ff9d971d5c23c796bcb208498f635a9.tar.gz: OK >>> libretro-craft: Unpacking /var/cache/distfiles/v3.14/libretro-craft-d0de2c6d3ff9d971d5c23c796bcb208498f635a9.tar.gz... gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/auth.c -osrc/auth.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/client.c -osrc/client.o src/client.c: In function 'client_connect': src/client.c:240:17: warning: implicit declaration of function 'gethostbyname'; did you mean 'gethostname'? [-Wimplicit-function-declaration] 240 | if ((host = gethostbyname(hostname)) == 0) | ^~~~~~~~~~~~~ | gethostname src/client.c:240:15: warning: assignment to 'struct hostent *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 240 | if ((host = gethostbyname(hostname)) == 0) | ^ gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/cube.c -osrc/cube.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/db.c -osrc/db.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/item.c -osrc/item.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/main.c -osrc/main.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/map.c -osrc/map.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/matrix.c -osrc/matrix.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/ring.c -osrc/ring.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/sign.c -osrc/sign.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/world.c -osrc/world.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c src/renderer.c -osrc/renderer.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c libretro/libretro.c -olibretro/libretro.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c deps/tinycthread/tinycthread.c -odeps/tinycthread/tinycthread.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c deps/noise/noise.c -odeps/noise/noise.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c deps/lodepng/lodepng.c -odeps/lodepng/lodepng.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c deps/sqlite/sqlite3.c -odeps/sqlite/sqlite3.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c deps/libretro-common/compat/compat_snprintf.c -odeps/libretro-common/compat/compat_snprintf.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c deps/libretro-common/glsm/glsm.c -odeps/libretro-common/glsm/glsm.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c deps/libretro-common/glsym/glsym_gl.c -odeps/libretro-common/glsym/glsym_gl.o gcc -Os -fomit-frame-pointer -DSQLITE_OMIT_LOAD_EXTENSION -DGIT_VERSION=\"v20210212-7734-g11dcd\" -DINLINE="inline" -std=c99 -MMD -O2 -DNDEBUG -D__LIBRETRO__ -I./src -I./deps/tinycthread -I./deps/noise -I./deps/lodepng -I./deps/sqlite -I./include -I./libretro -I./deps/libretro-common/include -fPIC -DHAVE_OPENGL -c deps/libretro-common/glsym/rglgen.c -odeps/libretro-common/glsym/rglgen.o deps/sqlite/sqlite3.c: In function 'sqlite3SelectNew.isra': deps/sqlite/sqlite3.c:96169:10: warning: function may return address of local variable [-Wreturn-local-addr] 96169 | return pNew; | ^~~~ deps/sqlite/sqlite3.c:96134:10: note: declared here 96134 | Select standin; | ^~~~~~~ gcc -o craft_libretro.so ./src/auth.o ./src/client.o ./src/cube.o ./src/db.o ./src/item.o ./src/main.o ./src/map.o ./src/matrix.o ./src/ring.o ./src/sign.o ./src/world.o ./src/renderer.o ./libretro/libretro.o ./deps/tinycthread/tinycthread.o ./deps/noise/noise.o ./deps/lodepng/lodepng.o ./deps/sqlite/sqlite3.o ./deps/libretro-common/compat/compat_snprintf.o ./deps/libretro-common/glsm/glsm.o ./deps/libretro-common/glsym/glsym_gl.o ./deps/libretro-common/glsym/rglgen.o -shared -Wl,--version-script=./link.T -Wl,--no-undefined -fPIC -lpthread -lm -lGL >>> libretro-craft: Entering fakeroot... >>> libretro-craft*: Running postcheck for libretro-craft >>> libretro-craft*: Preparing package libretro-craft... >>> libretro-craft*: Stripping binaries >>> libretro-craft*: Scanning shared objects >>> libretro-craft*: Tracing dependencies... so:libGL.so.1 so:libc.musl-x86.so.1 >>> libretro-craft*: Package size: 1.1 MB >>> libretro-craft*: Compressing data... >>> libretro-craft*: Create checksum... >>> libretro-craft*: Create libretro-craft-0_git20210317-r0.apk >>> libretro-craft: Build complete at Wed, 26 May 2021 00:12:51 +0000 elapsed time 0h 0m 44s >>> libretro-craft: Cleaning up srcdir >>> libretro-craft: Cleaning up pkgdir >>> libretro-craft: Uninstalling dependencies... (1/44) Purging .makedepends-libretro-craft (20210526.001209) (2/44) Purging mesa-dev (21.0.3-r0) (3/44) Purging libxdamage-dev (1.1.5-r1) (4/44) Purging libxdamage (1.1.5-r1) (5/44) Purging libxshmfence-dev (1.3-r1) (6/44) Purging mesa-egl (21.0.3-r0) (7/44) Purging mesa-gbm (21.0.3-r0) (8/44) Purging mesa-gl (21.0.3-r0) (9/44) Purging mesa-gles (21.0.3-r0) (10/44) Purging mesa-osmesa (21.0.3-r0) (11/44) Purging mesa-xatracker (21.0.3-r0) (12/44) Purging mesa (21.0.3-r0) (13/44) Purging libdrm-dev (2.4.106-r0) (14/44) Purging libdrm (2.4.106-r0) (15/44) Purging linux-headers (5.10.27-r0) (16/44) Purging libpciaccess-dev (0.16-r0) (17/44) Purging libpciaccess (0.16-r0) (18/44) Purging libxxf86vm-dev (1.1.4-r2) (19/44) Purging libxxf86vm (1.1.4-r2) (20/44) Purging libxfixes-dev (6.0.0-r0) (21/44) Purging libxfixes (6.0.0-r0) (22/44) Purging libxext-dev (1.3.4-r0) (23/44) Purging libxext (1.3.4-r0) (24/44) Purging libx11-dev (1.7.1-r0) (25/44) Purging xtrans (1.4.0-r1) (26/44) Purging libx11 (1.7.1-r0) (27/44) Purging libxcb-dev (1.14-r2) (28/44) Purging xcb-proto (1.14.1-r2) (29/44) Purging libxcb (1.14-r2) (30/44) Purging libxau-dev (1.0.9-r0) (31/44) Purging libxau (1.0.9-r0) (32/44) Purging libxdmcp-dev (1.1.3-r0) (33/44) Purging libxdmcp (1.1.3-r0) (34/44) Purging xorgproto (2021.4-r0) (35/44) Purging libbsd (0.11.3-r0) (36/44) Purging libmd (1.0.3-r0) (37/44) Purging libxshmfence (1.3-r1) (38/44) Purging llvm11-libs (11.1.0-r2) (39/44) Purging wayland-libs-client (1.19.0-r0) (40/44) Purging wayland-libs-server (1.19.0-r0) (41/44) Purging libffi (3.3-r2) (42/44) Purging mesa-glapi (21.0.3-r0) (43/44) Purging libxml2 (2.9.12-r1) (44/44) Purging xz-libs (5.2.5-r0) OK: 312 MiB in 89 packages >>> libretro-craft: Updating the community/x86 repository index... >>> libretro-craft: Signing the index...