------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.1.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/gmake-4.2.1_3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> premake4-4.4.b5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> premake4-4.4.b5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by premake4-4.4.b5 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> premake4-4.4.b5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by premake4-4.4.b5 for building => SHA256 Checksum OK for premake-4.4-beta5-src.zip. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> premake4-4.4.b5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by premake4-4.4.b5 for building ===> Extracting for premake4-4.4.b5 => SHA256 Checksum OK for premake-4.4-beta5-src.zip. Extracted Memory Use: 2.70M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for premake4-4.4.b5 /usr/bin/env WRKSRC=/construction/devel/premake4/premake-4.4-beta5 REWARNFILE=/construction/devel/premake4/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|-ldl||' /construction/devel/premake4/premake-4.4-beta5/build/gmake.unix/Premake4.make /usr/bin/env WRKSRC=/construction/devel/premake4/premake-4.4-beta5 REWARNFILE=/construction/devel/premake4/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|debug|release|' /construction/devel/premake4/premake-4.4-beta5/tests/test /construction/devel/premake4/premake-4.4-beta5/tests/base/test_premake_command.lua /usr/bin/env WRKSRC=/construction/devel/premake4/premake-4.4-beta5 REWARNFILE=/construction/devel/premake4/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|io.open(conf_file)|nil|' /construction/devel/premake4/premake-4.4-beta5/src/base/os.lua /construction/devel/premake4/premake-4.4-beta5/src/host/scripts.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> premake4-4.4.b5 depends on executable: gmake - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> premake4-4.4.b5 depends on executable: gmake - found ===> Configuring for premake4-4.4.b5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for premake4-4.4.b5 gmake[1]: Entering directory '/construction/devel/premake4/premake-4.4-beta5/build/gmake.unix' ==== Building Premake4 (release) ==== Creating ../../bin/release Creating obj/Release os_chdir.c os_copyfile.c os_getcwd.c os_getversion.c os_is64bit.c os_isdir.c os_isfile.c os_match.c os_mkdir.c os_pathsearch.c os_rmdir.c os_stat.c os_uuid.c path_isabsolute.c premake.c premake_main.c scripts.c string_endswith.c lapi.c lauxlib.c ../../src/host/lua-5.1.4/src/lauxlib.c: In function 'luaL_loadfile': ../../src/host/lua-5.1.4/src/lauxlib.c:577:4: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; ^~~~~ ../../src/host/lua-5.1.4/src/lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' lf.extraline = 0; ^~ lbaselib.c lcode.c ldblib.c ldebug.c ../../src/host/lua-5.1.4/src/ldebug.c: In function 'symbexec': ../../src/host/lua-5.1.4/src/ldebug.c:268:22: warning: this statement may fall through [-Wimplicit-fallthrough=] #define check(x) if (!(x)) return 0; ^ ../../src/host/lua-5.1.4/src/ldebug.c:272:26: note: in expansion of macro 'check' #define checkreg(pt,reg) check((reg) < (pt)->maxstacksize) ^~~~~ ../../src/host/lua-5.1.4/src/ldebug.c:414:9: note: in expansion of macro 'checkreg' checkreg(pt, a+3); ^~~~~~~~ ../../src/host/lua-5.1.4/src/ldebug.c:416:7: note: here case OP_JMP: { ^~~~ ldo.c ldump.c lfunc.c lgc.c linit.c liolib.c llex.c ../../src/host/lua-5.1.4/src/llex.c: In function 'llex': ../../src/host/lua-5.1.4/src/llex.c:367:14: warning: this statement may fall through [-Wimplicit-fallthrough=] else luaX_lexerror(ls, "invalid long string delimiter", TK_STRING); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../src/host/lua-5.1.4/src/llex.c:369:7: note: here case '=': { ^~~~ lmathlib.c lmem.c loadlib.c lobject.c lopcodes.c loslib.c lparser.c lstate.c lstring.c lstrlib.c ltable.c ../../src/host/lua-5.1.4/src/ltable.c: In function 'luaH_get': ../../src/host/lua-5.1.4/src/ltable.c:473:23: warning: this statement may fall through [-Wimplicit-fallthrough=] case LUA_TNUMBER: { ^ ../../src/host/lua-5.1.4/src/ltable.c:481:5: note: here default: { ^~~~~~~ ltablib.c ../../src/host/lua-5.1.4/src/ltablib.c: In function 'addfield': ../../src/host/lua-5.1.4/src/ltablib.c:137:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!lua_isstring(L, -1)) ^~ ../../src/host/lua-5.1.4/src/ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' luaL_addvalue(b); ^~~~~~~~~~~~~ ltm.c lundump.c lvm.c lzio.c Linking Premake4 gmake[1]: Leaving directory '/construction/devel/premake4/premake-4.4-beta5/build/gmake.unix' SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for premake4-4.4.b5 ===> Generating temporary packing list install -m 0644 /construction/devel/premake4/premake-4.4-beta5/CHANGES.txt /construction/devel/premake4/premake-4.4-beta5/LICENSE.txt /construction/devel/premake4/premake-4.4-beta5/README.txt /construction/devel/premake4/stage/usr/local/share/doc/premake4 install -s -m 555 /construction/devel/premake4/premake-4.4-beta5/bin/release/premake4 /construction/devel/premake4/stage/usr/local/bin ====> 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 premake4-4.4.b5 file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:11