------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/libgpg-error-1.37.txz Installing /packages/All/libgcrypt-1.8.5.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/stfl-0.24_1.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> kdbxviewer-0.1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> kdbxviewer-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kdbxviewer-0.1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> kdbxviewer-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kdbxviewer-0.1 for building => SHA256 Checksum OK for max-weller-kdbxviewer-v0.1_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> kdbxviewer-0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by kdbxviewer-0.1 for building ===> Extracting for kdbxviewer-0.1 => SHA256 Checksum OK for max-weller-kdbxviewer-v0.1_GH0.tar.gz. Extracted Memory Use: 0.62M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for kdbxviewer-0.1 /usr/bin/env WRKSRC=/construction/security/kdbxviewer/kdbxviewer-0.1 REWARNFILE=/construction/security/kdbxviewer/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|gcc|cc -pipe -I/usr/local/include -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib -Wl,-rpath=/usr/local/lib |' /construction/security/kdbxviewer/kdbxviewer-0.1/Makefile SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> kdbxviewer-0.1 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> kdbxviewer-0.1 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so) ===> kdbxviewer-0.1 depends on shared library: libgcrypt.so - found (/usr/local/lib/libgcrypt.so) ===> kdbxviewer-0.1 depends on shared library: libstfl.so - found (/usr/local/lib/libstfl.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> kdbxviewer-0.1 depends on file: /usr/local/lib/libncurses.so.6 - found ===> kdbxviewer-0.1 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so) ===> kdbxviewer-0.1 depends on shared library: libgcrypt.so - found (/usr/local/lib/libgcrypt.so) ===> kdbxviewer-0.1 depends on shared library: libstfl.so - found (/usr/local/lib/libstfl.so) ===> Configuring for kdbxviewer-0.1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for kdbxviewer-0.1 --- kdbxviewer --- mkdir -p bin cc -pipe -I/usr/local/include -I/usr/local/include -I/usr/local/include/ncurses -O2 -fno-strict-aliasing -L/usr/local/lib -L/usr/local/lib -Wl,-rpath=/usr/local/lib -g -o bin/kdbxviewer -I./include/ -I./libcx9r/ src/main.c src/helper.c -DHAVE_STDINT_H -DGCRYPT_WITH_SHA256 -DGCRYPT_WITH_AES -DBYTEORDER=1234 -DHAVE_EXPAT libcx9r/aes256.c libcx9r/base64.c libcx9r/kdbx.c libcx9r/key_tree.c libcx9r/salsa20.c libcx9r/sha256.c libcx9r/stream.c libcx9r/util.c src/tui.c -lgcrypt -lexpat -lz -lstfl -lncursesw -lmenu -Wno-pointer-sign src/helper.c: In function 'getfield': src/helper.c:18:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] char* v = cx9r_kt_field_get_value(f); ^~~~~~~~~~~~~~~~~~~~~~~ src/tui.c: In function 'ktgroup_to_list': src/tui.c:53:18: warning: passing argument 1 of 'snprintf' from incompatible pointer type [-Wincompatible-pointer-types] snprintf(&buf, 255, "+ % -30s ", cx9r_kt_group_get_name(c)); ^~~~ In file included from src/tui.c:7: /usr/include/stdio.h:250:15: note: expected 'char * restrict' but argument is of type 'char (*)[256]' int snprintf(char * __restrict, size_t, const char * __restrict, ...) ^~~~~~~~~~~~~~~~~ src/tui.c:54:35: warning: passing argument 3 of 'addlistitem' from incompatible pointer type [-Wincompatible-pointer-types] addlistitem(f, L"result", &buf); ^~~~ src/tui.c:32:64: note: expected 'const char *' but argument is of type 'char (*)[256]' void addlistitem(struct stfl_form *f, wchar_t* id, const char* text) { ~~~~~~~~~~~~^~~~ src/tui.c:63:74: warning: passing argument 1 of 'cx9r_kt_group_get_name' from incompatible pointer type [-Wincompatible-pointer-types] snprintf(&buf, 255, " % -30s % -30s %s", cx9r_kt_group_get_name(e), getfield(e, "UserName"), getfield(e, "URL")); ^ In file included from ./include/cx9r.h:23, from src/tui.c:9: ./libcx9r/key_tree.h:65:13: note: expected 'const cx9r_kt_group *' {aka 'const struct cx9r_ktg *'} but argument is of type 'cx9r_kt_entry *' {aka 'struct cx9r_kte *'} char const *cx9r_kt_group_get_name(cx9r_kt_group const *ktg); ^~~~~~~~~~~~~~~~~~~~~~ src/tui.c:63:18: warning: passing argument 1 of 'snprintf' from incompatible pointer type [-Wincompatible-pointer-types] snprintf(&buf, 255, " % -30s % -30s %s", cx9r_kt_group_get_name(e), getfield(e, "UserName"), getfield(e, "URL")); ^~~~ In file included from src/tui.c:7: /usr/include/stdio.h:250:15: note: expected 'char * restrict' but argument is of type 'char (*)[256]' int snprintf(char * __restrict, size_t, const char * __restrict, ...) ^~~~~~~~~~~~~~~~~ src/tui.c:64:35: warning: passing argument 3 of 'addlistitem' from incompatible pointer type [-Wincompatible-pointer-types] addlistitem(f, L"result", &buf); ^~~~ src/tui.c:32:64: note: expected 'const char *' but argument is of type 'char (*)[256]' void addlistitem(struct stfl_form *f, wchar_t* id, const char* text) { ~~~~~~~~~~~~^~~~ src/tui.c: In function 'showdetails': src/tui.c:111:18: warning: passing argument 1 of 'snprintf' from incompatible pointer type [-Wincompatible-pointer-types] snprintf(&content, 250, "%s : %s", f->name, f->value); ^~~~~~~~ In file included from src/tui.c:7: /usr/include/stdio.h:250:15: note: expected 'char * restrict' but argument is of type 'char (*)[250]' int snprintf(char * __restrict, size_t, const char * __restrict, ...) ^~~~~~~~~~~~~~~~~ src/tui.c:112:45: warning: passing argument 3 of 'addlistitem' from incompatible pointer type [-Wincompatible-pointer-types] addlistitem(detform, L"textviewer", &content); ^~~~~~~~ src/tui.c:32:64: note: expected 'const char *' but argument is of type 'char (*)[250]' void addlistitem(struct stfl_form *f, wchar_t* id, const char* text) { ~~~~~~~~~~~~^~~~ src/tui.c: In function 'parentfolder': src/tui.c:147:18: warning: passing argument 1 of 'swprintf' from incompatible pointer type [-Wincompatible-pointer-types] swprintf(&buf,5,L"%d", level_pos[level]); ^~~~ In file included from /usr/local/include/stfl.h:26, from src/tui.c:3: /usr/include/wchar.h:153:14: note: expected 'wchar_t * restrict' {aka 'int * restrict'} but argument is of type 'wchar_t (*)[6]' {aka 'int (*)[6]'} int swprintf(wchar_t * __restrict, size_t n, const wchar_t * __restrict, ^~~~~~~~~~~~~~~~~~~~ src/tui.c:148:36: warning: passing argument 3 of 'stfl_set' from incompatible pointer type [-Wincompatible-pointer-types] stfl_set(form, L"listidx", &buf); ^~~~ In file included from src/tui.c:3: /usr/local/include/stfl.h:45:79: note: expected 'const wchar_t *' {aka 'const int *'} but argument is of type 'wchar_t (*)[6]' {aka 'int (*)[6]'} extern void stfl_set(struct stfl_form *f, const wchar_t *name, const wchar_t *value); ~~~~~~~~~~~~~~~^~~~~ src/tui.c: In function 'updatelist': src/tui.c:177:31: warning: initialization of 'char *' from incompatible pointer type 'char (*)[80]' [-Wincompatible-pointer-types] char buf[80]; char* pos = &buf; strcpy(pos," /"); pos+=2; int i; ^ SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> kdbxviewer-0.1 depends on file: /usr/local/lib/libncurses.so.6 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for kdbxviewer-0.1 ===> kdbxviewer-0.1 depends on file: /usr/local/lib/libncurses.so.6 - found ===> Generating temporary packing list install -s -m 555 /construction/security/kdbxviewer/kdbxviewer-0.1/bin/kdbxviewer /construction/security/kdbxviewer/stage/usr/local/bin/ /usr/bin/strip /construction/security/kdbxviewer/stage/usr/local/bin/kdbxviewer ====> 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 kdbxviewer-0.1 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06