------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pcre-8.44.txz Installing /packages/All/swig-4.0.2.txz Installing /packages/All/fakeroot-1.23.txz Installing /packages/All/pkgconf-1.7.3,1.txz Installing /packages/All/tcl86-8.6.10.txz SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> libdistance-0.2.2_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> libdistance-0.2.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libdistance-0.2.2_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> libdistance-0.2.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libdistance-0.2.2_1 for building => SHA256 Checksum OK for libdistance-0.2.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> libdistance-0.2.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libdistance-0.2.2_1 for building ===> Extracting for libdistance-0.2.2_1 ===> libdistance-0.2.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libdistance-0.2.2_1 for building => SHA256 Checksum OK for libdistance-0.2.2.tar.gz. Extracted Memory Use: 0.39M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libdistance-0.2.2_1 ===> Applying ports patches for libdistance-0.2.2_1 from /xports/devel/libdistance/files ===> Applying dragonfly patches for libdistance-0.2.2_1 from /xports/devel/libdistance/dragonfly /usr/bin/env WRKSRC=/construction/devel/libdistance/libdistance-0.2.2 REWARNFILE=/construction/devel/libdistance/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh 's|%%TCL_SHLIB_VER%%|86|' /construction/devel/libdistance/libdistance-0.2.2/swig/tcl/Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> libdistance-0.2.2_1 depends on executable: swig - found ===> libdistance-0.2.2_1 depends on executable: fakeroot - found ===> libdistance-0.2.2_1 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> libdistance-0.2.2_1 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> libdistance-0.2.2_1 depends on executable: swig - found ===> libdistance-0.2.2_1 depends on executable: fakeroot - found ===> libdistance-0.2.2_1 depends on package: pkgconf>=1.3.0_1 - found ===> libdistance-0.2.2_1 depends on shared library: libtcl86.so - found (/usr/local/lib/libtcl86.so) ===> Configuring for libdistance-0.2.2_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libdistance-0.2.2_1 mkdir -p /construction/devel/libdistance/stage/usr/local/tests/libdistance Warning: Object directory not changed from original /construction/devel/libdistance/libdistance-0.2.2 cc -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c levenshtein.c -o levenshtein.o levenshtein.c: In function 'levenshtein_d': levenshtein.c:43:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k = 0; k < m; k++) ^~~ levenshtein.c:46:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for (i = 1; i < n; i++) ^~~ cc -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c hamming.c -o hamming.o hamming.c: In function 'hamming_d': hamming.c:34:12: warning: comparison between pointer and integer while (*s != NULL) { ^~ cc -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c bloom.c -o bloom.o cc -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c needleman_wunsch.c -o needleman_wunsch.o cc -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c jaccard.c -o jaccard.o jaccard.c: In function 'jaccard_d': jaccard.c:42:12: warning: comparison between pointer and integer while (*s != NULL) { ^~ cc -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c minkowski.c -o minkowski.o minkowski.c: In function 'minkowski_d': minkowski.c:39:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k = 0; k < m; k++) ^~~ minkowski.c:42:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for (i = 1; i < n; i++) ^~~ cc -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c damerau.c -o damerau.o building static distance library rm -f libdistance.a ar cq libdistance.a `lorder levenshtein.o hamming.o bloom.o needleman_wunsch.o jaccard.o minkowski.o damerau.o | tsort -q` ranlib libdistance.a cc -fpic -DPIC -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c levenshtein.c -o levenshtein.So levenshtein.c: In function 'levenshtein_d': levenshtein.c:43:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k = 0; k < m; k++) ^~~ levenshtein.c:46:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for (i = 1; i < n; i++) ^~~ cc -fpic -DPIC -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c hamming.c -o hamming.So hamming.c: In function 'hamming_d': hamming.c:34:12: warning: comparison between pointer and integer while (*s != NULL) { ^~ cc -fpic -DPIC -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c bloom.c -o bloom.So cc -fpic -DPIC -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c needleman_wunsch.c -o needleman_wunsch.So cc -fpic -DPIC -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c jaccard.c -o jaccard.So jaccard.c: In function 'jaccard_d': jaccard.c:42:12: warning: comparison between pointer and integer while (*s != NULL) { ^~ cc -fpic -DPIC -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c minkowski.c -o minkowski.So minkowski.c: In function 'minkowski_d': minkowski.c:39:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (k = 0; k < m; k++) ^~~ minkowski.c:42:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for (i = 1; i < n; i++) ^~~ cc -fpic -DPIC -pipe -fPIC -O2 -fno-strict-aliasing -g -Wall -Wunused -std=gnu99 -c damerau.c -o damerau.So building shared library libdistance.so.1 rm -f libdistance.so.1 libdistance.so ln -fs libdistance.so.1 libdistance.so cc -shared -Wl,-x -o libdistance.so.1 -Wl,-soname,libdistance.so.1 `lorder levenshtein.So hamming.So bloom.So needleman_wunsch.So jaccard.So minkowski.So damerau.So | tsort -q` -g gzip -cn distance.3 > distance.3.gz ===> test <=== test ===> swig ===> swig/tcl <=== swig/tcl <=== swig ===> test <=== test ===> swig ===> swig/tcl <=== swig/tcl <=== swig ===> test Warning: Object directory not changed from original /construction/devel/libdistance/libdistance-0.2.2/test cc -pipe -fPIC -O2 -fno-strict-aliasing -I.. -g -std=gnu99 -c test.c test.c: In function 'test_ld': test.c:65:24: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] l = levenshtein_d(l1, strlen(l1), l2, strlen(l2)); ^~~~~~ test.c:65:24: warning: incompatible implicit declaration of built-in function 'strlen' test.c:65:24: note: include '' or provide a declaration of 'strlen' test.c:16:1: +#include test.c:65:24: l = levenshtein_d(l1, strlen(l1), l2, strlen(l2)); ^~~~~~ test.c: In function 'test_dd': test.c:96:20: warning: incompatible implicit declaration of built-in function 'strlen' d = damerau_d(d1, strlen(d1), d1, strlen(d1)); ^~~~~~ test.c:96:20: note: include '' or provide a declaration of 'strlen' test.c: In function 'test_hd': test.c:134:20: warning: incompatible implicit declaration of built-in function 'strlen' h = hamming_d(h1, strlen(h1), h2, strlen(h2)); ^~~~~~ test.c:134:20: note: include '' or provide a declaration of 'strlen' test.c: In function 'test_bloom': test.c:169:19: warning: incompatible implicit declaration of built-in function 'strlen' bloom_create(s1, strlen(s1), d1, len); ^~~~~~ test.c:169:19: note: include '' or provide a declaration of 'strlen' test.c: In function 'test_mld': test.c:243:31: warning: incompatible implicit declaration of built-in function 'strlen' mld = needleman_wunsch_d(s1, strlen(s1), s1, strlen(s1), m); ^~~~~~ test.c:243:31: note: include '' or provide a declaration of 'strlen' test.c: In function 'test_jd': test.c:278:21: warning: incompatible implicit declaration of built-in function 'strlen' jd = jaccard_d(j1, strlen(j1), j1, strlen(j1)); ^~~~~~ test.c:278:21: note: include '' or provide a declaration of 'strlen' test.c: In function 'test_md': test.c:318:23: warning: incompatible implicit declaration of built-in function 'strlen' md = minkowski_d(m1, strlen(m1), m1, strlen(m1), 1); ^~~~~~ test.c:318:23: note: include '' or provide a declaration of 'strlen' cc -pipe -fPIC -O2 -fno-strict-aliasing -I.. -g -std=gnu99 -o test test.o -L.. -ldistance -lm <=== test ===> swig ===> swig/tcl Warning: Object directory not changed from original /construction/devel/libdistance/libdistance-0.2.2/swig/tcl swig -tcl -namespace -module distance -o distance_wrap.c -v ../distance.i Language subdirectory: tcl Search paths: ./ ./swig_lib/tcl/ /usr/local/share/swig/4.0.2/tcl/ ./swig_lib/ /usr/local/share/swig/4.0.2/ Preprocessing... Starting language-specific parse... Processing unnamed structs... Processing types... C++ analysis... Generating wrappers... cc -I ../.. `pkg-config --cflags tcl86` -fPIC -std=gnu99 -c distance_wrap.c -o distance_wrap.o building static distance_wrap library rm -f libdistance_wrap.a ar cq libdistance_wrap.a `lorder distance_wrap.o | tsort -q` ranlib libdistance_wrap.a cc -fpic -DPIC -I ../.. `pkg-config --cflags tcl86` -fPIC -std=gnu99 -c distance_wrap.c -o distance_wrap.So building shared library libdistance_wrap.so.1 rm -f libdistance_wrap.so.1 libdistance_wrap.so ln -fs libdistance_wrap.so.1 libdistance_wrap.so cc -shared -Wl,-x -o libdistance_wrap.so.1 -Wl,-soname,libdistance_wrap.so.1 `lorder distance_wrap.So | tsort -q` <=== swig/tcl <=== swig SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libdistance-0.2.2_1 ===> Generating temporary packing list install -C -o root -g wheel -m 444 libdistance.a /construction/devel/libdistance/stage/usr/local/lib install -s -o root -g wheel -m 444 libdistance.so.1 /construction/devel/libdistance/stage/usr/local/lib ln -fs libdistance.so.1 /construction/devel/libdistance/stage/usr/local/lib/libdistance.so ===> test <=== test ===> swig ===> swig/tcl <=== swig/tcl <=== swig install -C -o root -g wheel -m 444 distance.h /construction/devel/libdistance/stage/usr/local/include ===> test <=== test ===> swig ===> swig/tcl <=== swig/tcl <=== swig install -o root -g wheel -m 444 distance.3.gz /construction/devel/libdistance/stage/usr/local/man/man3 ===> test install -s -o root -g wheel -m 555 test /construction/devel/libdistance/stage/usr/local/tests/libdistance <=== test ===> swig ===> swig/tcl install -C -o root -g wheel -m 444 libdistance_wrap.a /construction/devel/libdistance/stage/usr/local/lib install -s -o root -g wheel -m 444 libdistance_wrap.so.1 /construction/devel/libdistance/stage/usr/local/lib ln -fs libdistance_wrap.so.1 /construction/devel/libdistance/stage/usr/local/lib/libdistance_wrap.so <=== swig/tcl <=== swig (cd /construction/devel/libdistance/stage/usr/local/lib && ln -s libdistance.a libdistance_p.a) (cd /construction/devel/libdistance/stage/usr/local/lib && ln -s libdistance_wrap.a libdistance_wrap_p.a) ====> 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 libdistance-0.2.2_1 file sizes/checksums [11]: 0% file sizes/checksums [11]: 100% packing files [11]: 0% packing files [11]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:09