------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ja-ls-0.5 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ja-ls-0.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-ls-0.5 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ja-ls-0.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-ls-0.5 for building => SHA256 Checksum OK for freebsd-ls.releng_4_9_0_release.tar.gz. => SHA256 Checksum OK for jls-0.5.patch.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ja-ls-0.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-ls-0.5 for building ===> Extracting for ja-ls-0.5 ===> ja-ls-0.5 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-ls-0.5 for building => SHA256 Checksum OK for freebsd-ls.releng_4_9_0_release.tar.gz. => SHA256 Checksum OK for jls-0.5.patch.gz. Extracted Memory Use: 0.07M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ja-ls-0.5 (cd /construction/japanese/jls/ls && /bin/mv ls.1 jls.1) ===> Applying distribution patches for ja-ls-0.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ja-ls-0.5 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ja-ls-0.5 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Configuring for ja-ls-0.5 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ja-ls-0.5 --- objwarn --- --- cmp.o --- --- ls.o --- --- print.o --- --- util.o --- --- samba.o --- --- jconv.o --- --- jls.1.gz --- --- objwarn --- Warning: Object directory not changed from original /construction/japanese/jls/ls --- cmp.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DJAPANESE_EXTENSION -DSAMBA_CAP_EXTENSION -DCOLORLS -std=gnu99 -c cmp.c --- ls.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DJAPANESE_EXTENSION -DSAMBA_CAP_EXTENSION -DCOLORLS -std=gnu99 -c ls.c --- print.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DJAPANESE_EXTENSION -DSAMBA_CAP_EXTENSION -DCOLORLS -std=gnu99 -c print.c --- util.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DJAPANESE_EXTENSION -DSAMBA_CAP_EXTENSION -DCOLORLS -std=gnu99 -c util.c --- samba.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DJAPANESE_EXTENSION -DSAMBA_CAP_EXTENSION -DCOLORLS -std=gnu99 -c samba.c --- jconv.o --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DJAPANESE_EXTENSION -DSAMBA_CAP_EXTENSION -DCOLORLS -std=gnu99 -c jconv.c --- jls.1.gz --- gzip -cn jls.1 > jls.1.gz --- jconv.o --- jconv.c: In function 'sjistoeuc': jconv.c:97:13: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] buf = sp = strdup(s); ^~~~~~ jconv.c:97:13: warning: incompatible implicit declaration of built-in function 'strdup' jconv.c:125:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] free(buf); ^~~~ jconv.c:125:2: warning: incompatible implicit declaration of built-in function 'free' jconv.c:125:2: note: include '' or provide a declaration of 'free' jconv.c:46:1: +#include jconv.c:125:2: free(buf); ^~~~ jconv.c: In function 'sjistojis': jconv.c:137:14: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:137:14: warning: incompatible implicit declaration of built-in function 'malloc' jconv.c:137:14: note: include '' or provide a declaration of 'malloc' jconv.c:137:25: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:137:25: warning: incompatible implicit declaration of built-in function 'strlen' jconv.c:137:25: note: include '' or provide a declaration of 'strlen' jconv.c:46:1: +#include jconv.c:137:25: t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:138:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(t, s); ^~~~~~ jconv.c:138:2: warning: incompatible implicit declaration of built-in function 'strcpy' jconv.c:138:2: note: include '' or provide a declaration of 'strcpy' jconv.c: In function 'euctosjis': jconv.c:290:14: warning: incompatible implicit declaration of built-in function 'malloc' t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:290:14: note: include '' or provide a declaration of 'malloc' jconv.c:290:25: warning: incompatible implicit declaration of built-in function 'strlen' t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:290:25: note: include '' or provide a declaration of 'strlen' jconv.c:291:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(t, s); ^~~~~~ jconv.c:291:2: note: include '' or provide a declaration of 'strcpy' jconv.c: In function 'euctojis': jconv.c:342:14: warning: incompatible implicit declaration of built-in function 'malloc' t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:342:14: note: include '' or provide a declaration of 'malloc' jconv.c:342:25: warning: incompatible implicit declaration of built-in function 'strlen' t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:342:25: note: include '' or provide a declaration of 'strlen' jconv.c:343:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(t, s); ^~~~~~ jconv.c:343:2: note: include '' or provide a declaration of 'strcpy' jconv.c: In function 'jistoeuc': jconv.c:519:14: warning: incompatible implicit declaration of built-in function 'malloc' t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:519:14: note: include '' or provide a declaration of 'malloc' jconv.c:519:25: warning: incompatible implicit declaration of built-in function 'strlen' t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:519:25: note: include '' or provide a declaration of 'strlen' jconv.c:520:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(t, s); ^~~~~~ jconv.c:520:2: note: include '' or provide a declaration of 'strcpy' jconv.c: In function 'jistosjis': jconv.c:621:14: warning: incompatible implicit declaration of built-in function 'malloc' t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:621:14: note: include '' or provide a declaration of 'malloc' jconv.c:621:25: warning: incompatible implicit declaration of built-in function 'strlen' t = (char *)malloc(2 * strlen(s)); ^~~~~~ jconv.c:621:25: note: include '' or provide a declaration of 'strlen' jconv.c:622:2: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(t, s); ^~~~~~ jconv.c:622:2: note: include '' or provide a declaration of 'strcpy' --- print.o --- print.c: In function 'printlong': print.c:185:12: warning: implicit declaration of function 'detectcode'; did you mean 'setmode'? [-Wimplicit-function-declaration] encode = detectcode(p->fts_name, strlen(p->fts_name)); ^~~~~~~~~~ setmode --- ls.o --- ls.c: In function 'traverse': ls.c:471:46: warning: passing argument 3 of 'fts_open' from incompatible pointer type [-Wincompatible-pointer-types] fts_open(argv, options, f_nosort ? NULL : mastercmp)) == NULL) ~~~~~~~~~~~~~~~~^~~~~~~~~~~ In file included from ls.c:58: /usr/include/fts.h:128:6: note: expected 'int (*)(const FTSENT * const*, const FTSENT * const*)' {aka 'int (*)(const struct _ftsent * const*, const struct _ftsent * const*)'} but argument is of type 'int (*)(const FTSENT **, const FTSENT **)' {aka 'int (*)(const struct _ftsent **, const struct _ftsent **)'} FTS *fts_open(char * const *, int, ^~~~~~~~ --- samba.o --- samba.c: In function 'samba_cap': samba.c:101:2: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(sp, tmp); ^~~~~~ samba.c:101:2: warning: incompatible implicit declaration of built-in function 'strcpy' samba.c:101:2: note: include '' or provide a declaration of 'strcpy' samba.c:44:1: +#include samba.c:101:2: strcpy(sp, tmp); ^~~~~~ --- jls --- cc -pipe -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -DJAPANESE_EXTENSION -DSAMBA_CAP_EXTENSION -DCOLORLS -std=gnu99 -L/usr/local/lib -Wl,-rpath=/usr/local/lib -o jls cmp.o ls.o print.o util.o samba.o jconv.o -lm -lncurses SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ja-ls-0.5 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ja-ls-0.5 ===> ja-ls-0.5 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -o root -g wheel -m 555 jls /construction/japanese/jls/stage/usr/local/bin install -o root -g wheel -m 444 jls.1.gz /construction/japanese/jls/stage/usr/local/man/man1 ====> 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 ja-ls-0.5 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:05