------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mujs-1.0.7_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mujs-1.0.7_1 depends on file: /usr/local/sbin/pkg - found => ccxvii-mujs-1.0.7_GH0.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://codeload.github.com/ccxvii/mujs/tar.gz/1.0.7?dummy=/ccxvii-mujs-1.0.7_GH0.tar.gz fetch: https://codeload.github.com/ccxvii/mujs/tar.gz/1.0.7?dummy=/ccxvii-mujs-1.0.7_GH0.tar.gz: size unknown fetch: https://codeload.github.com/ccxvii/mujs/tar.gz/1.0.7?dummy=/ccxvii-mujs-1.0.7_GH0.tar.gz: size of remote file is not known ccxvii-mujs-1.0.7_GH0.tar.gz 0 B 0 Bps ccxvii-mujs-1.0.7_GH0.tar.gz 119 kB 652 kBps 00s ===> Fetching all distfiles required by mujs-1.0.7_1 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mujs-1.0.7_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mujs-1.0.7_1 for building => SHA256 Checksum OK for ccxvii-mujs-1.0.7_GH0.tar.gz. => SHA256 Checksum OK for d9a1f4c57f976eeb67d877101fcdca89ecc047ed.patch. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mujs-1.0.7_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mujs-1.0.7_1 for building ===> Extracting for mujs-1.0.7_1 => SHA256 Checksum OK for ccxvii-mujs-1.0.7_GH0.tar.gz. => SHA256 Checksum OK for d9a1f4c57f976eeb67d877101fcdca89ecc047ed.patch. Extracted Memory Use: 0.55M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mujs-1.0.7_1 ===> Applying distribution patches for mujs-1.0.7_1 ===> Applying ports patches for mujs-1.0.7_1 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> mujs-1.0.7_1 depends on package: gmake>=4.3 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> mujs-1.0.7_1 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> mujs-1.0.7_1 depends on package: gmake>=4.3 - found ===> mujs-1.0.7_1 depends on shared library: libreadline.so.8 - found (/usr/local/lib/libreadline.so.8) ===> Configuring for mujs-1.0.7_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mujs-1.0.7_1 gmake[1]: Entering directory '/construction/lang/mujs/mujs-1.0.7' cc -std=c11 -pedantic -Wall -Wextra -Wno-unused-parameter -O3 -DJS_INSTRUCTION=int -fPIC -shared -o build/release/libmujs.so one.c -lm cc -std=c11 -pedantic -Wall -Wextra -Wno-unused-parameter -O3 -DJS_INSTRUCTION=int -o build/release/libmujs.o -c one.c In file included from one.c:21: jsrun.c: In function 'jsR_run': jsrun.c:1343:6: warning: variable 'offset' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] int offset; ^~~~~~ In file included from one.c:21: jsrun.c: In function 'jsR_run': jsrun.c:1343:6: warning: variable 'offset' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] int offset; ^~~~~~ In file included from one.c:3: jsbuiltin.c: In function 'Encode': jsbuiltin.c:100:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Encode(js_State *J, const char *str, const char *unescaped) ~~~~~~~~~~~~^~~ In file included from one.c:22: jsstate.c: In function 'js_trynumber': jsstate.c:67:50: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] double js_trynumber(js_State *J, int idx, double error) ~~~~~~~^~~~~ jsstate.c: In function 'js_tryinteger': jsstate.c:79:45: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] int js_tryinteger(js_State *J, int idx, int error) ~~~~^~~~~ jsstate.c: In function 'js_tryboolean': jsstate.c:91:45: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] int js_tryboolean(js_State *J, int idx, int error) ~~~~^~~~~ In file included from one.c:3: jsbuiltin.c: In function 'Encode': jsbuiltin.c:100:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Encode(js_State *J, const char *str, const char *unescaped) ~~~~~~~~~~~~^~~ In file included from one.c:22: jsstate.c: In function 'js_trynumber': jsstate.c:67:50: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] double js_trynumber(js_State *J, int idx, double error) ~~~~~~~^~~~~ jsstate.c: In function 'js_tryinteger': jsstate.c:79:45: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] int js_tryinteger(js_State *J, int idx, int error) ~~~~^~~~~ jsstate.c: In function 'js_tryboolean': jsstate.c:91:45: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] int js_tryboolean(js_State *J, int idx, int error) ~~~~^~~~~ In file included from one.c:3: jsbuiltin.c: In function 'Decode': jsbuiltin.c:128:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Decode(js_State *J, const char *str, const char *reserved) ~~~~~~~~~~~~^~~ In file included from one.c:22: jsstate.c: In function 'js_trystring': jsstate.c:55:60: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *js_trystring(js_State *J, int idx, const char *error) ~~~~~~~~~~~~^~~~~ In file included from one.c:20: jsrepr.c: In function 'js_tryrepr': jsrepr.c:267:58: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *js_tryrepr(js_State *J, int idx, const char *error) ~~~~~~~~~~~~^~~~~ In file included from one.c:16: json.c: In function 'JSON_stringify': json.c:358:18: warning: variable 'gap' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *s, *gap; ^~~ In file included from one.c:3: jsbuiltin.c: In function 'Decode': jsbuiltin.c:128:45: warning: argument 'str' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] static void Decode(js_State *J, const char *str, const char *reserved) ~~~~~~~~~~~~^~~ In file included from one.c:20: jsrepr.c: In function 'js_tryrepr': jsrepr.c:267:58: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *js_tryrepr(js_State *J, int idx, const char *error) ~~~~~~~~~~~~^~~~~ In file included from one.c:22: jsstate.c: In function 'js_trystring': jsstate.c:55:60: warning: argument 'error' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *js_trystring(js_State *J, int idx, const char *error) ~~~~~~~~~~~~^~~~~ In file included from one.c:16: json.c: In function 'JSON_stringify': json.c:358:18: warning: variable 'gap' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] const char *s, *gap; ^~~ ar cr build/release/libmujs.a build/release/libmujs.o gmake[1]: Leaving directory '/construction/lang/mujs/mujs-1.0.7' SUCCEEDED 00:00:22 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mujs-1.0.7_1 ===> Generating temporary packing list gmake[1]: Entering directory '/construction/lang/mujs/mujs-1.0.7' cc -std=c11 -pedantic -Wall -Wextra -Wno-unused-parameter -O3 -DJS_INSTRUCTION=int -o build/release/main.o -c main.c cc -L/usr/local/lib -Wl,-s -o build/release/mujs build/release/libmujs.o build/release/main.o -lm Creating build/release/mujs.pc install -d /construction/lang/mujs/stage/usr/local/include install -d /construction/lang/mujs/stage/usr/local/lib install -d /construction/lang/mujs/stage/usr/local/lib/pkgconfig install -d /construction/lang/mujs/stage/usr/local/bin install -m 644 mujs.h /construction/lang/mujs/stage/usr/local/include install -m 644 build/release/mujs.pc /construction/lang/mujs/stage/usr/local/lib/pkgconfig install -m 755 build/release/mujs /construction/lang/mujs/stage/usr/local/bin install -m 755 build/release/libmujs.so /construction/lang/mujs/stage/usr/local/lib install -m 644 build/release/libmujs.a /construction/lang/mujs/stage/usr/local/lib gmake[1]: Leaving directory '/construction/lang/mujs/mujs-1.0.7' ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for mujs-1.0.7_1 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:29