------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The ucc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ucc-1.6.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The ucc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ucc-1.6.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucc-1.6.2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The ucc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ucc-1.6.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucc-1.6.2 for building => SHA256 Checksum OK for ucc162.zip. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The ucc port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> ucc-1.6.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ucc-1.6.2 for building ===> Extracting for ucc-1.6.2 => SHA256 Checksum OK for ucc162.zip. Extracted Memory Use: 0.88M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ucc-1.6.2 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for ucc-1.6.2 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for ucc-1.6.2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ucc-1.6.2 --- all --- /usr/bin/make -C driver --- ucc.o --- --- linux.o --- cc -pipe -O2 -fno-strict-aliasing -c linux.c --- ucc.o --- cc -pipe -O2 -fno-strict-aliasing -c ucc.c --- linux.o --- linux.c: In function 'Execute': linux.c:46:14: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration] while ((n = wait(&status)) != pid && n != -1) ^~~~ exit --- ucc.o --- ucc.c: In function 'AddFile': ucc.c:183:6: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] if (access(filename, 4) != 0) ^~~~~~ --- all --- cc -o ucc -pipe -O2 -fno-strict-aliasing ucc.o linux.o /usr/bin/make -C ucl --- alloc.o --- --- ast.o --- --- decl.o --- --- declchk.o --- --- dumpast.o --- --- emit.o --- --- error.o --- --- expr.o --- --- exprchk.o --- --- flow.o --- --- alloc.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c alloc.c --- ast.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c ast.c --- decl.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c decl.c --- declchk.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c declchk.c --- dumpast.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c dumpast.c --- emit.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c emit.c --- error.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c error.c --- exprchk.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c exprchk.c --- expr.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c expr.c --- flow.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c flow.c --- fold.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c fold.c --- gen.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c gen.c --- input.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c input.c --- gen.o --- gen.c: In function 'TryAddValue': gen.c:292:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int h = ((unsigned)src1 + (unsigned)src2 + op) & 15; ^ gen.c:292:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int h = ((unsigned)src1 + (unsigned)src2 + op) & 15; ^ --- lex.o --- --- input.o --- input.c: In function 'ReadSourceFile': input.c:47:15: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] Input.base = malloc(Input.size + 1); ^~~~~~ input.c:47:15: warning: incompatible implicit declaration of built-in function 'malloc' input.c:47:15: note: include '' or provide a declaration of 'malloc' input.c:21:1: +#include input.c:47:15: Input.base = malloc(Input.size + 1); ^~~~~~ input.c: In function 'CloseSourceFile': input.c:118:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(Input.base); ^~~~ input.c:118:2: warning: incompatible implicit declaration of built-in function 'free' input.c:118:2: note: include '' or provide a declaration of 'free' --- lex.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c lex.c --- output.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c output.c --- reg.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c reg.c --- simp.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c simp.c --- stmt.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c stmt.c --- stmtchk.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c stmtchk.c --- str.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c str.c --- symbol.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c symbol.c --- tranexpr.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c tranexpr.c --- transtmt.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c transtmt.c --- type.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c type.c --- ucl.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c ucl.c --- uildasm.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c uildasm.c --- vector.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c vector.c --- x86.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c x86.c --- x86linux.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c x86linux.c --- assert.o --- cc -pipe -O2 -fno-strict-aliasing -D_UCC -c assert.c --- all --- cc -o ucl -pipe -O2 -fno-strict-aliasing -D_UCC alloc.o ast.o decl.o declchk.o dumpast.o emit.o error.o expr.o exprchk.o flow.o fold.o gen.o input.o lex.o output.o reg.o simp.o stmt.o stmtchk.o str.o symbol.o tranexpr.o transtmt.o type.o ucl.o uildasm.o vector.o x86.o x86linux.o SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ucc-1.6.2 ===> Generating temporary packing list mkdir -p /construction/lang/ucc/stage/usr/local/include/ucc cp driver/ucc /construction/lang/ucc/stage/usr/local/bin cp ucl/ucl /construction/lang/ucc/stage/usr/local/bin cp ucl/assert.o /construction/lang/ucc/stage/usr/local/lib cp ucl/linux/include/* /construction/lang/ucc/stage/usr/local/include/ucc/ /usr/bin/strip /construction/lang/ucc/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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ucc-1.6.2 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% packing files [8]: 0% packing files [8]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04