Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 01:34:26 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110armv6-quarterly][devel/fossil] Failed for fossil-2.3, 2 in build
Message-ID:  <201710220134.v9M1YQx3048295@beefy15.nyi.freebsd.org>

next in thread | raw e-mail | index | archive | help

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     gahr@FreeBSD.org
Last committer: gahr@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q4/devel/fossil/Makefile 446511 2017-07-24 08:16:01Z gahr $
Log URL:        http://beefy15.nyi.freebsd.org/data/110armv6-quarterly/452586/logs/fossil-2.3,2.log
Build URL:      http://beefy15.nyi.freebsd.org/build.html?mastername=110armv6-quarterly&build=452586
Log:

====>> Building devel/fossil
build started at Sun Oct 22 01:31:59 UTC 2017
port directory: /usr/ports/devel/fossil
building for: FreeBSD 110armv6-quarterly-job-21 11.0-RELEASE-p13 FreeBSD 11.0-RELEASE-p13 1100122 arm
maintained by: gahr@FreeBSD.org
Makefile ident:      $FreeBSD: branches/2017Q4/devel/fossil/Makefile 446511 2017-07-24 08:16:01Z gahr $
Poudriere version: 3.1.21
Host OSVERSION: 1200040
Jail OSVERSION: 1100122
Job Id: 21

---Begin Environment---
SHELL=/bin/csh
UNAME_p=armv6
UNAME_m=arm
ABI_FILE=/usr/lib/crt1.o
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p13 1100122
UNAME_r=11.0-RELEASE-p13
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110armv6-quarterly/ref
QEMU_EMULATING=1
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=fossil-2.3,2
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110armv6-quarterly/ref/.p/pool
MASTERNAME=110armv6-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.21
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for fossil-2.3,2:
     FUSE=off: Enable fossil fusefs command
     JSON=on: JSON API support
     STATIC=off: Build static executables and/or libraries
     TCL=off: Enable Tcl integration
     TH1HOOKS=off: Enable TH1 command and web page hooks
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--
--prefix=/usr/local --disable-fusefs --json
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/devel/fossil/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/fossil/work  HOME=/wrkdirs/usr/ports/devel/fossil/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/devel/fossil/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/fossil/work  HOME=/wrkdirs/usr/ports/devel/fossil/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="/nxb-bin/usr/bin/cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS=""  LDFLAGS=" " LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/fossil"
EXAMPLESDIR="share/examples/fossil"
DATADIR="share/fossil"
WWWDIR="www/fossil"
ETCDIR="etc/fossil"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/fossil
DOCSDIR=/usr/local/share/doc/fossil
EXAMPLESDIR=/usr/local/share/examples/fossil
WWWDIR=/usr/local/www/fossil
ETCDIR=/usr/local/etc/fossil
--End SUB_LIST--

---Begin make.conf---
.sinclude "/etc/make.nxb.conf"
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
MACHINE=arm
MACHINE_ARCH=armv6
ARCH=${MACHINE_ARCH}
#### /usr/local/etc/poudriere.d/make.conf ####
# XXX: We really need this but cannot use it while 'make checksum' does not
# try the next mirror on checksum failure.  It currently retries the same
# failed mirror and then fails rather then trying another.  It *does*
# try the next if the size is mismatched though.
#MASTER_SITE_FREEBSD=yes
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
ARCH=armv6
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=11.0
OSVERSION=1100122
PYTHONBASE=/usr/local
UID=0
_JAVA_OS_LIST_REGEXP=native|linux
_JAVA_VENDOR_LIST_REGEXP=openjdk|oracle|sun
_JAVA_VERSION_LIST_REGEXP=1.6|1.7|1.8|1.6\+|1.7\+|1.8\+
_OSRELEASE=11.0-RELEASE-p13
#### Misc Poudriere ####
GID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
---Begin make.nxb.conf---
CC=/nxb-bin/usr/bin/cc
CPP=/nxb-bin/usr/bin/cpp
CXX=/nxb-bin/usr/bin/c++
AS=/nxb-bin/usr/bin/as
NM=/nxb-bin/usr/bin/nm
LD=/nxb-bin/usr/bin/ld
OBJCOPY=/nxb-bin/usr/bin/objcopy
SIZE=/nxb-bin/usr/bin/size
STRIPBIN=/nxb-bin/usr/bin/strip
SED=/nxb-bin/usr/bin/sed
READELF=/nxb-bin/usr/bin/readelf
RANLIB=/nxb-bin/usr/bin/ranlib
YACC=/nxb-bin/usr/bin/yacc
MAKE=/nxb-bin/usr/bin/make
STRINGS=/nxb-bin/usr/bin/strings
AWK=/nxb-bin/usr/bin/awk
FLEX=/nxb-bin/usr/bin/flex
---End make.nxb.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===>  License BSD2CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   fossil-2.3,2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
pkg-static: Warning: Major OS version upgrade detected.  Running "pkg-static install -f pkg" recommended
[110armv6-quarterly-job-21] Installing pkg-1.10.1...
[110armv6-quarterly-job-21] Extracting pkg-1.10.1: .......... done
===>   fossil-2.3,2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of fossil-2.3,2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by fossil-2.3,2 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by fossil-2.3,2 for building
=> SHA256 Checksum OK for fossil-src-2.3.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD2CLAUSE accepted by the user
===> Fetching all distfiles required by fossil-2.3,2 for building
===>  Extracting for fossil-2.3,2
=> SHA256 Checksum OK for fossil-src-2.3.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
<snip>
bld/translate ./src/skins.c >bld/skins_.c
bld/translate ./src/sqlcmd.c >bld/sqlcmd_.c
bld/translate ./src/stash.c >bld/stash_.c
bld/translate ./src/stat.c >bld/stat_.c
bld/translate ./src/statrep.c >bld/statrep_.c
bld/translate ./src/style.c >bld/style_.c
bld/translate ./src/sync.c >bld/sync_.c
bld/translate ./src/tag.c >bld/tag_.c
bld/translate ./src/tar.c >bld/tar_.c
bld/translate ./src/th_main.c >bld/th_main_.c
bld/translate ./src/timeline.c >bld/timeline_.c
bld/translate ./src/tkt.c >bld/tkt_.c
bld/translate ./src/tktsetup.c >bld/tktsetup_.c
bld/translate ./src/undo.c >bld/undo_.c
bld/translate ./src/unicode.c >bld/unicode_.c
bld/translate ./src/unversioned.c >bld/unversioned_.c
bld/translate ./src/update.c >bld/update_.c
bld/translate ./src/url.c >bld/url_.c
bld/translate ./src/user.c >bld/user_.c
bld/translate ./src/utf8.c >bld/utf8_.c
bld/translate ./src/util.c >bld/util_.c
bld/translate ./src/verify.c >bld/verify_.c
bld/translate ./src/vfile.c >bld/vfile_.c
bld/translate ./src/wiki.c >bld/wiki_.c
bld/translate ./src/wikiformat.c >bld/wikiformat_.c
bld/translate ./src/winfile.c >bld/winfile_.c
bld/translate ./src/winhttp.c >bld/winhttp_.c
bld/translate ./src/wysiwyg.c >bld/wysiwyg_.c
bld/translate ./src/xfer.c >bld/xfer_.c
bld/translate ./src/xfersetup.c >bld/xfersetup_.c
bld/translate ./src/zip.c >bld/zip_.c
cc -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -o bld/mkindex ./src/mkindex.c
bld/mkindex bld/add_.c  bld/allrepo_.c  bld/attach_.c  bld/bag_.c  bld/bisect_.c  bld/blob_.c  bld/branch_.c  bld/browse_.c  bld/builtin_.c  bld/bundle_.c  bld/cache_.c  bld/captcha_.c  bld/cgi_.c  bld/checkin_.c  bld/checkout_.c  bld/clearsign_.c  bld/clone_.c  bld/comformat_.c  bld/configure_.c  bld/content_.c  bld/db_.c  bld/delta_.c  bld/deltacmd_.c  bld/descendants_.c  bld/diff_.c  bld/diffcmd_.c  bld/dispatch_.c  bld/doc_.c  bld/encode_.c  bld/event_.c  bld/export_.c  bld/file_.c  bld/finfo_.c  bld/foci_.c  bld/fshell_.c  bld/fusefs_.c  bld/glob_.c  bld/graph_.c  bld/gzip_.c  bld/hname_.c  bld/http_.c  bld/http_socket_.c  bld/http_ssl_.c  bld/http_transport_.c  bld/import_.c  bld/info_.c  bld/json_.c  bld/json_artifact_.c  bld/json_branch_.c  bld/json_config_.c  bld/json_diff_.c  bld/json_dir_.c  bld/json_finfo_.c  bld/json_login_.c  bld/json_query_.c  bld/json_report_.c  bld/json_status_.c  bld/json_tag_.c  bld/json_timeline_.c  bld/json_user_.c  bld/json_wiki_.c  bld/leaf_.c 
  bld/loadctrl_.c  bld/login_.c  bld/lookslike_.c  bld/main_.c  bld/manifest_.c  bld/markdown_.c  bld/markdown_html_.c  bld/md5_.c  bld/merge_.c  bld/merge3_.c  bld/moderate_.c  bld/name_.c  bld/path_.c  bld/piechart_.c  bld/pivot_.c  bld/popen_.c  bld/pqueue_.c  bld/printf_.c  bld/publish_.c  bld/purge_.c  bld/rebuild_.c  bld/regexp_.c  bld/report_.c  bld/rss_.c  bld/schema_.c  bld/search_.c  bld/security_audit_.c  bld/setup_.c  bld/sha1_.c  bld/sha1hard_.c  bld/sha3_.c  bld/shun_.c  bld/sitemap_.c  bld/skins_.c  bld/sqlcmd_.c  bld/stash_.c  bld/stat_.c  bld/statrep_.c  bld/style_.c  bld/sync_.c  bld/tag_.c  bld/tar_.c  bld/th_main_.c  bld/timeline_.c  bld/tkt_.c  bld/tktsetup_.c  bld/undo_.c  bld/unicode_.c  bld/unversioned_.c  bld/update_.c  bld/url_.c  bld/user_.c  bld/utf8_.c  bld/util_.c  bld/verify_.c  bld/vfile_.c  bld/wiki_.c  bld/wikiformat_.c  bld/winfile_.c  bld/winhttp_.c  bld/wysiwyg_.c  bld/xfer_.c  bld/xfersetup_.c  bld/zip_.c >bld/page_index.h
cc -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -o bld/mkbuiltin ./src/mkbuiltin.c
bld/mkbuiltin --prefix ./src/ ./src/../skins/aht/details.txt  ./src/../skins/black_and_white/css.txt  ./src/../skins/black_and_white/details.txt  ./src/../skins/black_and_white/footer.txt  ./src/../skins/black_and_white/header.txt  ./src/../skins/blitz/css.txt  ./src/../skins/blitz/details.txt  ./src/../skins/blitz/footer.txt  ./src/../skins/blitz/header.txt  ./src/../skins/blitz/ticket.txt  ./src/../skins/blitz_no_logo/css.txt  ./src/../skins/blitz_no_logo/details.txt  ./src/../skins/blitz_no_logo/footer.txt  ./src/../skins/blitz_no_logo/header.txt  ./src/../skins/blitz_no_logo/ticket.txt  ./src/../skins/bootstrap/css.txt  ./src/../skins/bootstrap/details.txt  ./src/../skins/bootstrap/footer.txt  ./src/../skins/bootstrap/header.txt  ./src/../skins/default/css.txt  ./src/../skins/default/details.txt  ./src/../skins/default/footer.txt  ./src/../skins/default/header.txt  ./src/../skins/eagle/css.txt  ./src/../skins/eagle/details.txt  ./src/../skins/eagle/footer.txt  ./src/../skins/eagl
 e/header.txt  ./src/../skins/enhanced1/css.txt  ./src/../skins/enhanced1/details.txt  ./src/../skins/enhanced1/footer.txt  ./src/../skins/enhanced1/header.txt  ./src/../skins/khaki/css.txt  ./src/../skins/khaki/details.txt  ./src/../skins/khaki/footer.txt  ./src/../skins/khaki/header.txt  ./src/../skins/original/css.txt  ./src/../skins/original/details.txt  ./src/../skins/original/footer.txt  ./src/../skins/original/header.txt  ./src/../skins/plain_gray/css.txt  ./src/../skins/plain_gray/details.txt  ./src/../skins/plain_gray/footer.txt  ./src/../skins/plain_gray/header.txt  ./src/../skins/rounded1/css.txt  ./src/../skins/rounded1/details.txt  ./src/../skins/rounded1/footer.txt  ./src/../skins/rounded1/header.txt  ./src/../skins/xekri/css.txt  ./src/../skins/xekri/details.txt  ./src/../skins/xekri/footer.txt  ./src/../skins/xekri/header.txt  ./src/diff.tcl  ./src/markdown.md >bld/builtin_data.h
cc -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -o bld/makeheaders ./src/makeheaders.c
cc -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -o bld/mkversion ./src/mkversion.c
bld/mkversion ./src/../manifest.uuid  ./src/../manifest  ./src/../VERSION >bld/VERSION.h
bld/makeheaders bld/add_.c:bld/add.h  bld/allrepo_.c:bld/allrepo.h  bld/attach_.c:bld/attach.h  bld/bag_.c:bld/bag.h  bld/bisect_.c:bld/bisect.h  bld/blob_.c:bld/blob.h  bld/branch_.c:bld/branch.h  bld/browse_.c:bld/browse.h  bld/builtin_.c:bld/builtin.h  bld/bundle_.c:bld/bundle.h  bld/cache_.c:bld/cache.h  bld/captcha_.c:bld/captcha.h  bld/cgi_.c:bld/cgi.h  bld/checkin_.c:bld/checkin.h  bld/checkout_.c:bld/checkout.h  bld/clearsign_.c:bld/clearsign.h  bld/clone_.c:bld/clone.h  bld/comformat_.c:bld/comformat.h  bld/configure_.c:bld/configure.h  bld/content_.c:bld/content.h  bld/db_.c:bld/db.h  bld/delta_.c:bld/delta.h  bld/deltacmd_.c:bld/deltacmd.h  bld/descendants_.c:bld/descendants.h  bld/diff_.c:bld/diff.h  bld/diffcmd_.c:bld/diffcmd.h  bld/dispatch_.c:bld/dispatch.h  bld/doc_.c:bld/doc.h  bld/encode_.c:bld/encode.h  bld/event_.c:bld/event.h  bld/export_.c:bld/export.h  bld/file_.c:bld/file.h  bld/finfo_.c:bld/finfo.h  bld/foci_.c:bld/foci.h  bld/fshell_.c:bld/fshell.h  bld/fuse
 fs_.c:bld/fusefs.h  bld/glob_.c:bld/glob.h  bld/graph_.c:bld/graph.h  bld/gzip_.c:bld/gzip.h  bld/hname_.c:bld/hname.h  bld/http_.c:bld/http.h  bld/http_socket_.c:bld/http_socket.h  bld/http_ssl_.c:bld/http_ssl.h  bld/http_transport_.c:bld/http_transport.h  bld/import_.c:bld/import.h  bld/info_.c:bld/info.h  bld/json_.c:bld/json.h  bld/json_artifact_.c:bld/json_artifact.h  bld/json_branch_.c:bld/json_branch.h  bld/json_config_.c:bld/json_config.h  bld/json_diff_.c:bld/json_diff.h  bld/json_dir_.c:bld/json_dir.h  bld/json_finfo_.c:bld/json_finfo.h  bld/json_login_.c:bld/json_login.h  bld/json_query_.c:bld/json_query.h  bld/json_report_.c:bld/json_report.h  bld/json_status_.c:bld/json_status.h  bld/json_tag_.c:bld/json_tag.h  bld/json_timeline_.c:bld/json_timeline.h  bld/json_user_.c:bld/json_user.h  bld/json_wiki_.c:bld/json_wiki.h  bld/leaf_.c:bld/leaf.h  bld/loadctrl_.c:bld/loadctrl.h  bld/login_.c:bld/login.h  bld/lookslike_.c:bld/lookslike.h  bld/main_.c:bld/main.h  bld/manifest_
 .c:bld/manifest.h  bld/markdown_.c:bld/markd!
 own.h  bld/markdown_html_.c:bld/markdown_html.h  bld/md5_.c:bld/md5.h  bld/merge_.c:bld/merge.h  bld/merge3_.c:bld/merge3.h  bld/moderate_.c:bld/moderate.h  bld/name_.c:bld/name.h  bld/path_.c:bld/path.h  bld/piechart_.c:bld/piechart.h  bld/pivot_.c:bld/pivot.h  bld/popen_.c:bld/popen.h  bld/pqueue_.c:bld/pqueue.h  bld/printf_.c:bld/printf.h  bld/publish_.c:bld/publish.h  bld/purge_.c:bld/purge.h  bld/rebuild_.c:bld/rebuild.h  bld/regexp_.c:bld/regexp.h  bld/report_.c:bld/report.h  bld/rss_.c:bld/rss.h  bld/schema_.c:bld/schema.h  bld/search_.c:bld/search.h  bld/security_audit_.c:bld/security_audit.h  bld/setup_.c:bld/setup.h  bld/sha1_.c:bld/sha1.h  bld/sha1hard_.c:bld/sha1hard.h  bld/sha3_.c:bld/sha3.h  bld/shun_.c:bld/shun.h  bld/sitemap_.c:bld/sitemap.h  bld/skins_.c:bld/skins.h  bld/sqlcmd_.c:bld/sqlcmd.h  bld/stash_.c:bld/stash.h  bld/stat_.c:bld/stat.h  bld/statrep_.c:bld/statrep.h  bld/style_.c:bld/style.h  bld/sync_.c:bld/sync.h  bld/tag_.c:bld/tag.h  bld/tar_.c:bld/tar.h  
 bld/th_main_.c:bld/th_main.h  bld/timeline_.c:bld/timeline.h  bld/tkt_.c:bld/tkt.h  bld/tktsetup_.c:bld/tktsetup.h  bld/undo_.c:bld/undo.h  bld/unicode_.c:bld/unicode.h  bld/unversioned_.c:bld/unversioned.h  bld/update_.c:bld/update.h  bld/url_.c:bld/url.h  bld/user_.c:bld/user.h  bld/utf8_.c:bld/utf8.h  bld/util_.c:bld/util.h  bld/verify_.c:bld/verify.h  bld/vfile_.c:bld/vfile.h  bld/wiki_.c:bld/wiki.h  bld/wikiformat_.c:bld/wikiformat.h  bld/winfile_.c:bld/winfile.h  bld/winhttp_.c:bld/winhttp.h  bld/wysiwyg_.c:bld/wysiwyg.h  bld/xfer_.c:bld/xfer.h  bld/xfersetup_.c:bld/xfersetup.h  bld/zip_.c:bld/zip.h  ./src/sqlite3.h  ./src/th.h  bld/VERSION.h
touch bld/headers
cc -O2 -pipe  -fno-strict-aliasing -O2 -pipe  -fno-strict-aliasing -o bld/codecheck1 ./src/codecheck1.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/add.o -c bld/add_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/allrepo.o -c bld/allrepo_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/attach.o -c bld/attach_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/bag.o -c bld/bag_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/bisect.o -c bld/bisect_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/blob.o -c bld/blob_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/branch.o -c bld/branch_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/browse.o -c bld/browse_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/builtin.o -c bld/builtin_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/bundle.o -c bld/bundle_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/cache.o -c bld/cache_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/captcha.o -c bld/captcha_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/cgi.o -c bld/cgi_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/checkin.o -c bld/checkin_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/checkout.o -c bld/checkout_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/clearsign.o -c bld/clearsign_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/clone.o -c bld/clone_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/comformat.o -c bld/comformat_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/configure.o -c bld/configure_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/content.o -c bld/content_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/db.o -c bld/db_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/delta.o -c bld/delta_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/deltacmd.o -c bld/deltacmd_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/descendants.o -c bld/descendants_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/diff.o -c bld/diff_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/diffcmd.o -c bld/diffcmd_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/dispatch.o -c bld/dispatch_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/doc.o -c bld/doc_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/encode.o -c bld/encode_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/event.o -c bld/event_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/export.o -c bld/export_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/file.o -c bld/file_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/finfo.o -c bld/finfo_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/foci.o -c bld/foci_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/fshell.o -c bld/fshell_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/fusefs.o -c bld/fusefs_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/glob.o -c bld/glob_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/graph.o -c bld/graph_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/gzip.o -c bld/gzip_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/hname.o -c bld/hname_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/http.o -c bld/http_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/http_socket.o -c bld/http_socket_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/http_ssl.o -c bld/http_ssl_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/http_transport.o -c bld/http_transport_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/import.o -c bld/import_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/info.o -c bld/info_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json.o -c bld/json_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_artifact.o -c bld/json_artifact_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_branch.o -c bld/json_branch_.c
./src/json_branch.c:354:8: warning: comparison of constant -1 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
  if(-1==opt.isPrivate){
     ~~^ ~~~~~~~~~~~~~
1 warning generated.
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_config.o -c bld/json_config_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_diff.o -c bld/json_diff_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_dir.o -c bld/json_dir_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_finfo.o -c bld/json_finfo_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_login.o -c bld/json_login_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_query.o -c bld/json_query_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_report.o -c bld/json_report_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_status.o -c bld/json_status_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_tag.o -c bld/json_tag_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_timeline.o -c bld/json_timeline_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_user.o -c bld/json_user_.c
./src/json_user.c:419:3: warning: comparison of constant -1 with expression of type 'char' is always true [-Wtautological-constant-out-of-range-compare]
  PROP("forceLogout",-1);
  ^~~~~~~~~~~~~~~~~~~~~~
./src/json_user.c:418:10: note: expanded from macro 'PROP'
  if(DFLT!=b){ cson_object_set(u, LK, cson_value_new_bool(b)); } (void)0
     ~~~~^ ~
1 warning generated.
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/json_wiki.o -c bld/json_wiki_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/leaf.o -c bld/leaf_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/loadctrl.o -c bld/loadctrl_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/login.o -c bld/login_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/lookslike.o -c bld/lookslike_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/main.o -c bld/main_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/manifest.o -c bld/manifest_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/markdown.o -c bld/markdown_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/markdown_html.o -c bld/markdown_html_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/md5.o -c bld/md5_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/merge.o -c bld/merge_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/merge3.o -c bld/merge3_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/moderate.o -c bld/moderate_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/name.o -c bld/name_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/path.o -c bld/path_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/piechart.o -c bld/piechart_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/pivot.o -c bld/pivot_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/popen.o -c bld/popen_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/pqueue.o -c bld/pqueue_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/printf.o -c bld/printf_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/publish.o -c bld/publish_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/purge.o -c bld/purge_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/rebuild.o -c bld/rebuild_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/regexp.o -c bld/regexp_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/report.o -c bld/report_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/rss.o -c bld/rss_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/schema.o -c bld/schema_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/search.o -c bld/search_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/security_audit.o -c bld/security_audit_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/setup.o -c bld/setup_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/sha1.o -c bld/sha1_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/sha1hard.o -c bld/sha1hard_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/sha3.o -c bld/sha3_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/shun.o -c bld/shun_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/sitemap.o -c bld/sitemap_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/skins.o -c bld/skins_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/sqlcmd.o -c bld/sqlcmd_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/stash.o -c bld/stash_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/stat.o -c bld/stat_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/statrep.o -c bld/statrep_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/style.o -c bld/style_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/sync.o -c bld/sync_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/tag.o -c bld/tag_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/tar.o -c bld/tar_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/th_main.o -c bld/th_main_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/timeline.o -c bld/timeline_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/tkt.o -c bld/tkt_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/tktsetup.o -c bld/tktsetup_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/undo.o -c bld/undo_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/unicode.o -c bld/unicode_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/unversioned.o -c bld/unversioned_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/update.o -c bld/update_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/url.o -c bld/url_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/user.o -c bld/user_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/utf8.o -c bld/utf8_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/util.o -c bld/util_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/verify.o -c bld/verify_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/vfile.o -c bld/vfile_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/wiki.o -c bld/wiki_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/wikiformat.o -c bld/wikiformat_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/winfile.o -c bld/winfile_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/winhttp.o -c bld/winhttp_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/wysiwyg.o -c bld/wysiwyg_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/xfer.o -c bld/xfer_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/xfersetup.o -c bld/xfersetup_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -o bld/zip.o -c bld/zip_.c
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -DNDEBUG=1  -DSQLITE_THREADSAFE=0  -DSQLITE_DEFAULT_MEMSTATUS=0  -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1  -DSQLITE_LIKE_DOESNT_MATCH_BLOBS  -DSQLITE_OMIT_DECLTYPE  -DSQLITE_OMIT_DEPRECATED  -DSQLITE_OMIT_GET_TABLE  -DSQLITE_OMIT_PROGRESS_CALLBACK  -DSQLITE_OMIT_SHARED_CACHE  -DSQLITE_OMIT_LOAD_EXTENSION  -DSQLITE_MAX_EXPR_DEPTH=0  -DSQLITE_USE_ALLOCA  -DSQLITE_ENABLE_LOCKING_STYLE=0  -DSQLITE_DEFAULT_FILE_FORMAT=4  -DSQLITE_ENABLE_EXPLAIN_COMMENTS  -DSQLITE_ENABLE_FTS4  -DSQLITE_ENABLE_FTS3_PARENTHESIS  -DSQLITE_ENABLE_DBSTAT_VTAB  -DSQLITE_ENABLE_JSON1  -DSQLITE_ENABLE_FTS5  -DSQLITE_ENABLE_STMTVTAB    -c ./src/sqlite3.c -o bld/sqlite3.o
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -c ./src/linenoise.c -o bld/linenoise.o
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -Dmain=sqlite3_shell  -DSQLITE_SHELL_IS_UTF8=1  -DSQLITE_OMIT_LOAD_EXTENSION=1  -DUSE_SYSTEM_SQLITE=0  -DSQLITE_SHELL_DBNAME_PROC=fossil_open   -DHAVE_LINENOISE -c ./src/shell.c -o bld/shell.o
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -c ./src/th.c -o bld/th.o
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -c ./src/th_lang.c -o bld/th_lang.o
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -c ./src/th_tcl.c -o bld/th_tcl.o
/nxb-bin/usr/bin/cc -I. -I./src -Ibld -DFOSSIL_ENABLE_JSON -DFOSSIL_DYNAMIC_BUILD=1   -O2 -pipe  -fno-strict-aliasing -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe  -fno-strict-aliasing -c ./src/cson_amalgamation.c -o bld/cson_amalgamation.o
bld/codecheck1 bld/add_.c  bld/allrepo_.c  bld/attach_.c  bld/bag_.c  bld/bisect_.c  bld/blob_.c  bld/branch_.c  bld/browse_.c  bld/builtin_.c  bld/bundle_.c  bld/cache_.c  bld/captcha_.c  bld/cgi_.c  bld/checkin_.c  bld/checkout_.c  bld/clearsign_.c  bld/clone_.c  bld/comformat_.c  bld/configure_.c  bld/content_.c  bld/db_.c  bld/delta_.c  bld/deltacmd_.c  bld/descendants_.c  bld/diff_.c  bld/diffcmd_.c  bld/dispatch_.c  bld/doc_.c  bld/encode_.c  bld/event_.c  bld/export_.c  bld/file_.c  bld/finfo_.c  bld/foci_.c  bld/fshell_.c  bld/fusefs_.c  bld/glob_.c  bld/graph_.c  bld/gzip_.c  bld/hname_.c  bld/http_.c  bld/http_socket_.c  bld/http_ssl_.c  bld/http_transport_.c  bld/import_.c  bld/info_.c  bld/json_.c  bld/json_artifact_.c  bld/json_branch_.c  bld/json_config_.c  bld/json_diff_.c  bld/json_dir_.c  bld/json_finfo_.c  bld/json_login_.c  bld/json_query_.c  bld/json_report_.c  bld/json_status_.c  bld/json_tag_.c  bld/json_timeline_.c  bld/json_user_.c  bld/json_wiki_.c  bld/leaf_
 .c  bld/loadctrl_.c  bld/login_.c  bld/lookslike_.c  bld/main_.c  bld/manifest_.c  bld/markdown_.c  bld/markdown_html_.c  bld/md5_.c  bld/merge_.c  bld/merge3_.c  bld/moderate_.c  bld/name_.c  bld/path_.c  bld/piechart_.c  bld/pivot_.c  bld/popen_.c  bld/pqueue_.c  bld/printf_.c  bld/publish_.c  bld/purge_.c  bld/rebuild_.c  bld/regexp_.c  bld/report_.c  bld/rss_.c  bld/schema_.c  bld/search_.c  bld/security_audit_.c  bld/setup_.c  bld/sha1_.c  bld/sha1hard_.c  bld/sha3_.c  bld/shun_.c  bld/sitemap_.c  bld/skins_.c  bld/sqlcmd_.c  bld/stash_.c  bld/stat_.c  bld/statrep_.c  bld/style_.c  bld/sync_.c  bld/tag_.c  bld/tar_.c  bld/th_main_.c  bld/timeline_.c  bld/tkt_.c  bld/tktsetup_.c  bld/undo_.c  bld/unicode_.c  bld/unversioned_.c  bld/update_.c  bld/url_.c  bld/user_.c  bld/utf8_.c  bld/util_.c  bld/verify_.c  bld/vfile_.c  bld/wiki_.c  bld/wikiformat_.c  bld/winfile_.c  bld/winhttp_.c  bld/wysiwyg_.c  bld/xfer_.c  bld/xfersetup_.c  bld/zip_.c
/nxb-bin/usr/bin/cc -o fossil bld/add.o  bld/allrepo.o  bld/attach.o  bld/bag.o  bld/bisect.o  bld/blob.o  bld/branch.o  bld/browse.o  bld/builtin.o  bld/bundle.o  bld/cache.o  bld/captcha.o  bld/cgi.o  bld/checkin.o  bld/checkout.o  bld/clearsign.o  bld/clone.o  bld/comformat.o  bld/configure.o  bld/content.o  bld/db.o  bld/delta.o  bld/deltacmd.o  bld/descendants.o  bld/diff.o  bld/diffcmd.o  bld/dispatch.o  bld/doc.o  bld/encode.o  bld/event.o  bld/export.o  bld/file.o  bld/finfo.o  bld/foci.o  bld/fshell.o  bld/fusefs.o  bld/glob.o  bld/graph.o  bld/gzip.o  bld/hname.o  bld/http.o  bld/http_socket.o  bld/http_ssl.o  bld/http_transport.o  bld/import.o  bld/info.o  bld/json.o  bld/json_artifact.o  bld/json_branch.o  bld/json_config.o  bld/json_diff.o  bld/json_dir.o  bld/json_finfo.o  bld/json_login.o  bld/json_query.o  bld/json_report.o  bld/json_status.o  bld/json_tag.o  bld/json_timeline.o  bld/json_user.o  bld/json_wiki.o  bld/leaf.o  bld/loadctrl.o  bld/login.o  bld/lookslike.
 o  bld/main.o  bld/manifest.o  bld/markdown.o  bld/markdown_html.o  bld/md5.o  bld/merge.o  bld/merge3.o  bld/moderate.o  bld/name.o  bld/path.o  bld/piechart.o  bld/pivot.o  bld/popen.o  bld/pqueue.o  bld/printf.o  bld/publish.o  bld/purge.o  bld/rebuild.o  bld/regexp.o  bld/report.o  bld/rss.o  bld/schema.o  bld/search.o  bld/security_audit.o  bld/setup.o  bld/sha1.o  bld/sha1hard.o  bld/sha3.o  bld/shun.o  bld/sitemap.o  bld/skins.o  bld/sqlcmd.o  bld/stash.o  bld/stat.o  bld/statrep.o  bld/style.o  bld/sync.o  bld/tag.o  bld/tar.o  bld/th_main.o  bld/timeline.o  bld/tkt.o  bld/tktsetup.o  bld/undo.o  bld/unicode.o  bld/unversioned.o  bld/update.o  bld/url.o  bld/user.o  bld/utf8.o  bld/util.o  bld/verify.o  bld/vfile.o  bld/wiki.o  bld/wikiformat.o  bld/winfile.o  bld/winhttp.o  bld/wysiwyg.o  bld/xfer.o  bld/xfersetup.o  bld/zip.o bld/sqlite3.o    bld/linenoise.o  bld/shell.o  bld/th.o  bld/th_lang.o  bld/th_tcl.o  bld/cson_amalgamation.o -lm -lssl -lcrypto -lz
bld/piechart.o: In function `piechart_render':
bld/piechart_.c:(.text+0x390): undefined reference to `sincos'
bld/piechart_.c:(.text+0x3b0): undefined reference to `sincos'
bld/piechart_.c:(.text+0x49c): undefined reference to `sincos'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/devel/fossil/work/fossil-2.3
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/fossil



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710220134.v9M1YQx3048295>