------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> portsearch-1.3.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> portsearch-1.3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by portsearch-1.3.4 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> portsearch-1.3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by portsearch-1.3.4 for building => SHA256 Checksum OK for portsearch-1.3.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> portsearch-1.3.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by portsearch-1.3.4 for building ===> Extracting for portsearch-1.3.4 => SHA256 Checksum OK for portsearch-1.3.4.tar.gz. Extracted Memory Use: 0.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for portsearch-1.3.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for portsearch-1.3.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for portsearch-1.3.4 --- build --- /usr/bin/make -C src build --- display.o --- --- execcmd.o --- --- exhaust_fp.o --- --- logmsg.o --- --- mkdb.o --- --- parse_indexln.o --- --- portsearch.o --- --- store_txt.o --- --- vector.o --- --- xlibc.o --- --- exhaust_fp.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c exhaust_fp.c -o exhaust_fp.o --- display.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c display.c -o display.o --- vector.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c vector.c -o vector.o --- execcmd.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c execcmd.c -o execcmd.o --- logmsg.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c logmsg.c -o logmsg.o --- mkdb.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c mkdb.c -o mkdb.o --- parse_indexln.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c parse_indexln.c -o parse_indexln.o --- portsearch.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c portsearch.c -o portsearch.o --- store_txt.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c store_txt.c -o store_txt.o --- vector_main.o --- --- xlibc.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c xlibc.c -o xlibc.o --- vector_main.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DDATADIR=\"/usr/local/share/portsearch\" -c vector_main.c -o vector_main.o --- vector_main --- cc vector.o vector_main.o -o vector_main --- store_txt.o --- store_txt.c: In function 'set_filenames': store_txt.c:542:44: warning: '.new' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(s->newdir, sizeof(s->newdir), "%s.new", s->dir); ^~~~ store_txt.c:542:2: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024 snprintf(s->newdir, sizeof(s->newdir), "%s.new", s->dir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store_txt.c:543:44: warning: '.old' directive output may be truncated writing 4 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(s->olddir, sizeof(s->olddir), "%s.old", s->dir); ^~~~ store_txt.c:543:2: note: 'snprintf' output between 5 and 1028 bytes into a destination of size 1024 snprintf(s->olddir, sizeof(s->olddir), "%s.old", s->dir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store_txt.c:545:48: warning: '/index' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(s->index_fn, sizeof(s->index_fn), "%s/index", s->dir); ^~~~~~ store_txt.c:545:2: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024 snprintf(s->index_fn, sizeof(s->index_fn), "%s/index", s->dir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store_txt.c:546:48: warning: '/plist' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(s->plist_fn, sizeof(s->plist_fn), "%s/plist", s->dir); ^~~~~~ store_txt.c:546:2: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024 snprintf(s->plist_fn, sizeof(s->plist_fn), "%s/plist", s->dir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store_txt.c:548:56: warning: '/index' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(s->index_new_fn, sizeof(s->index_new_fn), "%s/index", s->newdir); ^~~~~~ store_txt.c:548:2: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024 snprintf(s->index_new_fn, sizeof(s->index_new_fn), "%s/index", s->newdir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store_txt.c:549:56: warning: '/plist' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(s->plist_new_fn, sizeof(s->plist_new_fn), "%s/plist", s->newdir); ^~~~~~ store_txt.c:549:2: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024 snprintf(s->plist_new_fn, sizeof(s->plist_new_fn), "%s/plist", s->newdir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store_txt.c:551:56: warning: '/index' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(s->index_old_fn, sizeof(s->index_old_fn), "%s/index", s->olddir); ^~~~~~ store_txt.c:551:2: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024 snprintf(s->index_old_fn, sizeof(s->index_old_fn), "%s/index", s->olddir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ store_txt.c:552:56: warning: '/plist' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf(s->plist_old_fn, sizeof(s->plist_old_fn), "%s/plist", s->olddir); ^~~~~~ store_txt.c:552:2: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024 snprintf(s->plist_old_fn, sizeof(s->plist_old_fn), "%s/plist", s->olddir); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- portsearch --- cc display.o execcmd.o exhaust_fp.o logmsg.o mkdb.o parse_indexln.o portsearch.o store_txt.o vector.o xlibc.o -o portsearch SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for portsearch-1.3.4 ===> Generating temporary packing list /usr/bin/make -C src build install -s -m 555 src/portsearch /construction/ports-mgmt/portsearch/stage/usr/local/bin/ /bin/mkdir -p /construction/ports-mgmt/portsearch/stage/usr/local/share/portsearch install -m 0644 Mk/Makefile /construction/ports-mgmt/portsearch/stage/usr/local/share/portsearch/ ====> 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 portsearch-1.3.4 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:03