>>> Building on exopi-2 under sysutils/stan DIST = [sysutils/stan:stan-0.4.1.tar.gz] FULLPKGNAME = stan-0.4.1p2 distfiles size=37471 >>> Running build in sysutils/stan at 1714025865.52 ===> sysutils/stan ===> Building from scratch stan-0.4.1p2 ===> Verifying specs: c m ===> found c.100.0 m.10.1 ===> Checking files for stan-0.4.1p2 `/exopi-cvs/ports/distfiles/stan-0.4.1.tar.gz' is up to date. >> (SHA256) stan-0.4.1.tar.gz: OK ===> Extracting for stan-0.4.1p2 ===> Patching for stan-0.4.1p2 ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Sun May 18 23:00:03 2008 |+++ configure Sun May 18 23:00:58 2008 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 1095. done ===> Applying OpenBSD patch patch-src_data_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/data.c.orig Wed Sep 15 09:04:59 2004 |+++ src/data.c Thu Mar 17 22:04:56 2016 -------------------------- Patching file src/data.c using Plan A... Hunk #1 succeeded at 55. done ===> Applying OpenBSD patch patch-src_stan_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/stan.c.orig Wed Sep 15 09:04:59 2004 |+++ src/stan.c Thu Mar 17 22:04:49 2016 -------------------------- Patching file src/stan.c using Plan A... Hunk #1 succeeded at 46. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for stan-0.4.1p2 ===> Configuring for stan-0.4.1p2 Using /exopi-obj/pobj/stan-0.4.1/config.site (generated) loading site script /exopi-obj/pobj/stan-0.4.1/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/stan-0.4.1/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking whether byte ordering is bigendian... no checking for pow in -lm... (cached) yes checking how to run the C preprocessor... cc -E checking for alloca.h... no updating cache ./config.cache creating ./config.status creating Makefile creating src/Makefile creating config.h ===> Building for stan-0.4.1p2 /usr/bin/make all-recursive Making all in src cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c stan.c cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c data.c cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c pattern.c pattern.c:51:23: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf(": 0x%.8x", n->count); ~~~~ ^~~~~~~~ %.8zx 1 warning generated. cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c treap.c treap.c:185:40: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("(%s:%u)\n", tnode->pattern, tnode->count); ~~ ^~~~~~~~~~~~ %zu 1 warning generated. cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c imath.c cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c stats.c stats.c:62:4: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] patlen, tsize_tnodes(&treap[patlen - 1]), ^~~~~~ stats.c:62:12: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] patlen, tsize_tnodes(&treap[patlen - 1]), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c:63:4: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] tsize_total(&treap[patlen - 1]), size_data(), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c:63:37: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] tsize_total(&treap[patlen - 1]), size_data(), ^~~~~~~~~~~ stats.c:64:4: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] tdepth(&treap[patlen - 1])); ^~~~~~~~~~~~~~~~~~~~~~~~~~ stats.c:207:60: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("General statistics for the stream, bytes %d\n", size_data()); ~~ ^~~~~~~~~~~ %zu cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bits.c 6 warnings generated. bits.c:98:28: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("%2d ->%2d ", (*bnode)->run, (*succ)->run); ~~~ ^~~~~~~~~~~~~ %2zu bits.c:98:43: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("%2d ->%2d ", (*bnode)->run, (*succ)->run); ~~~ ^~~~~~~~~~~~ %2zu bits.c:120:27: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf(" %d ", (*bnode)->run); ~~ ^~~~~~~~~~~~~ %zu bits.c:148:4: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] size_data(), size_data() * 8); ^~~~~~~~~~~ bits.c:148:17: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] size_data(), size_data() * 8); ^~~~~~~~~~~~~~~ bits.c:152:4: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] bsize_total(&bintree, 1), bsize_total(&bintree, 0), ^~~~~~~~~~~~~~~~~~~~~~~~ bits.c:152:30: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] bsize_total(&bintree, 1), bsize_total(&bintree, 0), ^~~~~~~~~~~~~~~~~~~~~~~~ bits.c:153:4: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] bsize_bnodes(&bintree, 1), bsize_bnodes(&bintree, 0)); ^~~~~~~~~~~~~~~~~~~~~~~~~ bits.c:153:31: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] bsize_bnodes(&bintree, 1), bsize_bnodes(&bintree, 0)); ^~~~~~~~~~~~~~~~~~~~~~~~~ 9 warnings generated. cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -c bintree.c bintree.c:123:29: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("(%d:[%u/%u])\n", bnode->run, bnode->count_false, ~~ ^~~~~~~~~~ %zu bintree.c:123:41: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] printf("(%d:[%u/%u])\n", bnode->run, bnode->count_false, ~~ ^~~~~~~~~~~~~~~~~~ %zu bintree.c:124:4: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] bnode->count_true); ^~~~~~~~~~~~~~~~~ 3 warnings generated. cc -O2 -pipe -o stan stan.o data.o pattern.o treap.o imath.o stats.o bits.o bintree.o -lm >>> Running package in sysutils/stan at 1714025875.40 ===> sysutils/stan ===> Faking installation for stan-0.4.1p2 Making install in src /bin/sh ../mkinstalldirs /exopi-obj/pobj/stan-0.4.1/fake-amd64/usr/local/bin /exopi-obj/pobj/stan-0.4.1/bin/install -c -s -m 755 stan /exopi-obj/pobj/stan-0.4.1/fake-amd64/usr/local/bin/stan /usr/bin/make install-man1 /bin/sh ./mkinstalldirs /exopi-obj/pobj/stan-0.4.1/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/stan-0.4.1/bin/install -c -m 644 ./stan.1 /exopi-obj/pobj/stan-0.4.1/fake-amd64/usr/local/man/man1/stan.1 ===> Building package for stan-0.4.1p2 Create /exopi-cvs/ports/packages/amd64/all/stan-0.4.1p2.tgz Creating package stan-0.4.1p2 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|******************************************************** | 88% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/stan-0.4.1p2.tgz >>> Running clean in sysutils/stan at 1714025878.86 ===> sysutils/stan ===> Cleaning for stan-0.4.1p2 >>> Ended at 1714025879.37 max_stuck=0.00/build=8.97/package=4.37/clean=0.54