------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/ninja-1.10.0,2.txz Installing /packages/All/py37-setuptools-44.0.0.txz Installing /packages/All/meson-0.54.0.txz Installing /packages/All/pkgconf-1.6.3,1.txz SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libspng-0.5.0 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libspng-0.5.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libspng-0.5.0 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libspng-0.5.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libspng-0.5.0 for building => SHA256 Checksum OK for libspng-0.5.0.tar.xz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libspng-0.5.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libspng-0.5.0 for building ===> Extracting for libspng-0.5.0 => SHA256 Checksum OK for libspng-0.5.0.tar.xz. Extracted Memory Use: 1.11M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libspng-0.5.0 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libspng-0.5.0 depends on executable: meson - found ===> libspng-0.5.0 depends on executable: ninja - found ===> libspng-0.5.0 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libspng-0.5.0 depends on executable: meson - found ===> libspng-0.5.0 depends on executable: ninja - found ===> libspng-0.5.0 depends on package: pkgconf>=1.3.0_1 - found ===> Configuring for libspng-0.5.0 The Meson build system Version: 0.54.0 Source dir: /construction/graphics/libspng/libspng-0.5.0 Build dir: /construction/graphics/libspng/libspng-0.5.0/_build Build type: native build Project name: libspng Project version: 0.5.0 Using 'CC' from environment with value: 'cc' Using 'CFLAGS' from environment with value: '-pipe -O2 -fno-strict-aliasing ' Using 'LDFLAGS' from environment with value: ' ' Using 'CPPFLAGS' from environment with value: '' Using 'CC' from environment with value: 'cc' Using 'CFLAGS' from environment with value: '-pipe -O2 -fno-strict-aliasing ' Using 'LDFLAGS' from environment with value: ' ' Using 'CPPFLAGS' from environment with value: '' C compiler for the host machine: cc (gcc 8.3.0 "cc 8.3 [DragonFly] Release/2019-02-22") C linker for the host machine: cc ld.gold 2.27 Host machine cpu family: x86_64 Host machine cpu: x86_64 Fetching value of define "__ANDROID__" : Using 'PKG_CONFIG' from environment with value: 'pkgconf' Found pkg-config: /usr/local/bin/pkgconf (1.6.3) Run-time dependency zlib found: YES 1.2.11 Library m found: YES Build targets in project: 2 Found ninja-1.10.0 at /usr/local/bin/ninja SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libspng-0.5.0 [1/5] cc -Iexample@exe -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -DSPNG_DISABLE_OPT -O2 -fno-strict-aliasing -MD -MQ 'example@exe/examples_example.c.o' -MF 'example@exe/examples_example.c.o.d' -o 'example@exe/examples_example.c.o' -c ../examples/example.c [2/5] cc -Ispng@sha -I. -I.. -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c99 -O3 -DSPNG_DISABLE_OPT -O2 -fno-strict-aliasing -fPIC -MD -MQ 'spng@sha/spng.c.o' -MF 'spng@sha/spng.c.o.d' -o 'spng@sha/spng.c.o' -c ../spng.c ../spng.c: In function 'read_scanline_bytes': ../spng.c:485:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] stream->next_in = ctx->data; ^ ../spng.c:508:29: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] stream->next_in = ctx->data; ^ ../spng.c: In function 'spng_decode_image': ../spng.c:1986:20: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] stream.next_in = ctx->data; ^ [3/5] cc -o libspng.so.0.5.0 'spng@sha/spng.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,libspng.so.0.5.0 -pipe -O2 -fno-strict-aliasing /usr/lib/libz.so -lm -Wl,--end-group [4/5] /usr/local/bin/meson --internal symbolextractor /construction/graphics/libspng/libspng-0.5.0/_build libspng.so.0.5.0 libspng.so.0.5.0 'spng@sha/libspng.so.0.5.0.symbols' WARNING: Symbol extracting has not been implemented for this platform. Relinking will always happen on source changes. [5/5] cc -o example 'example@exe/examples_example.c.o' -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -pipe -O2 -fno-strict-aliasing -Wl,--start-group libspng.so.0.5.0 /usr/lib/libz.so -lm -Wl,--end-group -Wl,-z,origin '-Wl,-rpath,$ORIGIN/' -Wl,-rpath-link,/construction/graphics/libspng/libspng-0.5.0/_build/ SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libspng-0.5.0 ===> Generating temporary packing list [0/1] /usr/local/bin/meson install --no-rebuild Installing libspng.so.0.5.0 to /construction/graphics/libspng/stage/usr/local/lib Stripping target 'libspng.so.0.5.0' using strip. Installing /construction/graphics/libspng/libspng-0.5.0/spng.h to /construction/graphics/libspng/stage/usr/local/include/ Installing /construction/graphics/libspng/libspng-0.5.0/_build/meson-private/spng.pc to /construction/graphics/libspng/stage/usr/local/lib/pkgconfig ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libspng-0.5.0 file sizes/checksums [13]: 0% file sizes/checksums [13]: 100% packing files [13]: 0% packing files [13]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:17