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:     [email protected]
Last committer: [email protected]
Ident:          $FreeBSD: branches/2020Q4/finance/beancount/Makefile 549641 
2020-09-22 21:57:56Z nivit $
Log URL:        
http://pylon.nyi.freebsd.org/data/121powerpc64-quarterly/551685/logs/beancount-2.3.2.log
Build URL:      
http://pylon.nyi.freebsd.org/build.html?mastername=121powerpc64-quarterly&build=551685
Log:

=>> Building finance/beancount
build started at Sat Oct 10 08:38:21 UTC 2020
port directory: /usr/ports/finance/beancount
package name: beancount-2.3.2
building for: FreeBSD 121powerpc64-quarterly-job-02 12.1-RELEASE-p10 FreeBSD 
12.1-RELEASE-p10 1201000 powerpc
maintained by: [email protected]
Makefile ident:      $FreeBSD: branches/2020Q4/finance/beancount/Makefile 
549641 2020-09-22 21:57:56Z nivit $
Poudriere version: 3.2.8-5-gc81843e5
Host OSVERSION: 1300084
Jail OSVERSION: 1201000
Job Id: 02

---Begin Environment---
SHELL=/bin/csh
OSVERSION=1201000
UNAME_v=FreeBSD 12.1-RELEASE-p10 1201000
UNAME_r=12.1-RELEASE-p10
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-5-gc81843e5
MASTERMNT=/usr/local/poudriere/data/.m/121powerpc64-quarterly/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/121powerpc64-quarterly/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=121powerpc64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/121powerpc64-quarterly/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
[email protected]
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PYTHON="/usr/local/bin/python3.7" 
XDG_DATA_HOME=/wrkdirs/usr/ports/finance/beancount/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/finance/beancount/work  
HOME=/wrkdirs/usr/ports/finance/beancount/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/finance/beancount/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/finance/beancount/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/finance/beancount/work  
HOME=/wrkdirs/usr/ports/finance/beancount/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/finance/beancount/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
LDSHARED="cc -shared" PYTHONDONTWRITEBYTECODE= PYTHONOPTIMIZE= 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  
LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector-strong -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--
PYTHON_INCLUDEDIR=include/python3.7m  PYTHON_LIBDIR=lib/python3.7  
PYTHON_PLATFORM=freebsd12  PYTHON_SITELIBDIR=lib/python3.7/site-packages  
PYTHON_SUFFIX=37  PYTHON_VER=3.7  PYTHON_VERSION=python3.7 PYTHON2="@comment " 
PYTHON3="" OSREL=12.1 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local 
LIB32DIR=lib DOCSDIR="share/doc/beancount"  
EXAMPLESDIR="share/examples/beancount"  DATADIR="share/beancount"  
WWWDIR="www/beancount"  ETCDIR="etc/beancount"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /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 ####
_CCVERSION_921dbbb2=cc (GCC) 4.2.1 20070831 patched [FreeBSD] Copyright (C) 
2007 Free Software Foundation, Inc. This is free software; see the source for 
copying conditions. There is NO warranty; not even for MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE.
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=Using built-in specs. Target: 
powerpc64-undermydesk-freebsd Configured with: FreeBSD/powerpc64 system 
compiler Thread model: posix gcc version 4.2.1 20070831 patched [FreeBSD] 
"/usr/bin/ld" "--eh-frame-hdr" "-Qy" "-melf64ppc_fbsd" "--enable-new-dtags" 
"-dynamic-linker" "/libexec/ld-elf.so.1" "/usr/lib/crt1.o" "/usr/lib/crti.o" 
"/usr/lib/crtbegin.o" "-L/usr/lib" "-L/usr/lib" "/dev/null" "-lstdc++" "-lm" 
"-lgcc_s" "-lgcc" "-lc" "-lgcc_s" "-lgcc" "/usr/lib/crtsavres.o" 
"/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=cc1: error: unrecognized command line option 
"-std=c11"
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=cc1: error: unrecognized command line option 
"-std=gnu11"
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=cc1plus: error: unrecognized command line option 
"-std=c++0x"
CC_OUTPUT_921dbbb2_f00456e5=cc1plus: error: unrecognized command line option 
"-std=c++11"
CC_OUTPUT_921dbbb2_65ad290d=cc1plus: error: unrecognized command line option 
"-std=c++14"
CC_OUTPUT_921dbbb2_f2776b26=cc1plus: error: unrecognized command line option 
"-std=c++17"
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=cc1plus: error: unrecognized command line option 
"-std=gnu++11"
CC_OUTPUT_921dbbb2_160933ec=cc1plus: error: unrecognized command line option 
"-std=gnu++14"
CC_OUTPUT_921dbbb2_fb62803b=cc1plus: error: unrecognized command line option 
"-std=gnu++17"
_OBJC_CCVERSION_921dbbb2=cc (GCC) 4.2.1 20070831 patched [FreeBSD] Copyright 
(C) 2007 Free Software Foundation, Inc. This is free software; see the source 
for copying conditions. There is NO warranty; not even for MERCHANTABILITY or 
FITNESS FOR A PARTICULAR PURPOSE.
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=powerpc64
PPC_ABI=ELFv1
OPSYS=FreeBSD
_OSRELEASE=12.1-RELEASE-p10
OSREL=12.1
OSVERSION=1201000
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.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 GPLv2 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   beancount-2.3.2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.15.6.txz
[121powerpc64-quarterly-job-02] Installing pkg-1.15.6...
[121powerpc64-quarterly-job-02] Extracting pkg-1.15.6: .......... done
===>   beancount-2.3.2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of beancount-2.3.2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv2 accepted by the user
=> beancount-beancount-2.3.2_GH0.tar.gz doesn't seem to exist in 
/portdistfiles/beancount.
=> Attempting to fetch 
https://codeload.github.com/beancount/beancount/tar.gz/2.3.2?dummy=/beancount-beancount-2.3.2_GH0.tar.gz
fetch: 
https://codeload.github.com/beancount/beancount/tar.gz/2.3.2?dummy=/beancount-beancount-2.3.2_GH0.tar.gz:
 size unknown
fetch: 
https://codeload.github.com/beancount/beancount/tar.gz/2.3.2?dummy=/beancount-beancount-2.3.2_GH0.tar.gz:
 size of remote file is not known
beancount-beancount-2.3.2_GH0.tar.gz                  1756 kB 7763 kBps    00s
===> Fetching all distfiles required by beancount-2.3.2 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by beancount-2.3.2 for building
=> SHA256 Checksum OK for beancount/beancount-beancount-2.3.2_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by beancount-2.3.2 for building
===>  Extracting for beancount-2.3.2
=> SHA256 Checksum OK for beancount/beancount-beancount-2.3.2_GH0.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for beancount-2.3.2
===>  Applying FreeBSD patches for beancount-2.3.2 from 
/usr/ports/finance/beancount/files
===========================================================================
=======================<phase: build-depends  >============================
===>   beancount-2.3.2 depends on package: py37-beautifulsoup>=0 - not found
===>   Installing existing package /packages/All/py37-beautifulsoup-4.9.1.txz
[121powerpc64-quarterly-job-02] Installing py37-beautifulsoup-4.9.1...
[121powerpc64-quarterly-job-02] `-- Installing py37-html5lib-1.0.1...
[121powerpc64-quarterly-job-02] |   `-- Installing py37-setuptools-44.0.0...
[121powerpc64-quarterly-job-02] |   | `-- Installing python37-3.7.9...
[121powerpc64-quarterly-job-02] |   |   `-- Installing gettext-runtime-0.21...
[121powerpc64-quarterly-job-02] |   |   | `-- Installing indexinfo-0.3.1...
[121powerpc64-quarterly-job-02] |   |   | `-- Extracting indexinfo-0.3.1: .... 
done
[121powerpc64-quarterly-job-02] |   |   `-- Extracting gettext-runtime-0.21: 
.......... done
[121powerpc64-quarterly-job-02] |   |   `-- Installing libffi-3.3_1...
[121powerpc64-quarterly-job-02] |   |   | `-- Installing gcc9-9.3.0_1...
[121powerpc64-quarterly-job-02] |   |   |   `-- Installing 
binutils-2.33.1_3,1...
[121powerpc64-quarterly-job-02] |   |   |   `-- Extracting binutils-2.33.1_3,1: 
.......... done
[121powerpc64-quarterly-job-02] |   |   |   `-- Installing gmp-6.2.0...
<snip>
copying beancount/parser/lexer.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/parser
copying beancount/parser/lexer_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/parser
copying beancount/parser/printer.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/parser
creating build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/import_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/table_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/memo_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/misc_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/import_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/snoop.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/file_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/test_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/invariants.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/scrape.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/scrape_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/defdict_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/regexp_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/text_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/pager.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/net_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/table.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/date_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/invariants_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/file_type_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/regexp_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/pager_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/test_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/csv_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/snoop_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/date_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/encryption.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/file_type.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/memo.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/bisect_key.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/bisect_key_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/net_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/file_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/csv_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/encryption_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/defdict.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/text_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
copying beancount/utils/misc_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/utils
creating build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices
copying beancount/prices/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices
copying beancount/prices/price.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices
copying beancount/prices/source.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices
copying beancount/prices/price_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices
creating build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/tools
copying beancount/tools/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/tools
copying beancount/tools/treeify_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/tools
copying beancount/tools/treeify.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/tools
copying beancount/tools/sheets_upload.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/tools
copying beancount/tools/sheets_upload_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/tools
creating build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/regression_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/file_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/scripts_utils.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/similar_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/identify_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/cache.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/cache_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/extract.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/regression_pytest.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/regression.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/importer_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/scripts_utils_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/identify.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/extract_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/importer.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/similar.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
copying beancount/ingest/file.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest
creating build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/base_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/gviz.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/convert_reports.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/journal_html_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/journal_reports.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/misc_reports_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/tutorial_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/holdings_reports.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/base.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/convert_reports_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/journal_reports_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/html_formatter.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/journal_text_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/html_formatter_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/tree_table_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/export_reports_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/report_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/price_reports.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/report.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/price_reports_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/tutorial.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/balance_reports.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/balance_reports_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/misc_reports.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/journal_html.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/holdings_reports_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/journal_text.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/export_reports.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/gviz_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
copying beancount/reports/tree_table.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
creating build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/bake_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/deps.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/check_examples_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/directories_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/sql_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/doctor.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/setup_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/example.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/check_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/deps_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/format_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/bake.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/example_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/doctor_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/check.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/sql.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/format.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
copying beancount/scripts/directories.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/scripts
creating build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/basicops_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/summarize_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/find_prices.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/compress.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/pad_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/documents_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/holdings.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/pad.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/documents.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/find_prices_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/holdings_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/lifetimes_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/validation.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/lifetimes.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/validation_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/compress_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/summarize.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/balance.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/basicops.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
copying beancount/ops/balance_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ops
creating build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/tsp_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/iex.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/quandl_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/tsp.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/yahoo_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/oanda.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/coinbase.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/yahoo.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/quandl.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/iex_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/oanda_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
copying beancount/prices/sources/coinbase_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/prices/sources
creating 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/csv_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/csv.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/ofx_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/fileonly_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/config.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/fileonly.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/config_test.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
copying beancount/ingest/importers/ofx.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers
creating 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers/mixins
copying beancount/ingest/importers/mixins/filing.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers/mixins
copying beancount/ingest/importers/mixins/__init__.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers/mixins
copying beancount/ingest/importers/mixins/identifier.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers/mixins
copying beancount/ingest/importers/mixins/config.py -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/ingest/importers/mixins
copying beancount/VERSION -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount
copying beancount/web/favicon.ico -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/web
copying beancount/web/web.html -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/web
copying beancount/web/web.css -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/web
creating 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/web/third_party
copying beancount/web/third_party/sorttable.js -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/web/third_party
copying beancount/reports/template.html -> 
build/lib.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/reports
running build_ext
building 'beancount.parser._parser' extension
creating build/temp.freebsd-12.1-RELEASE-p10-powerpc-3.7
creating build/temp.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount
creating build/temp.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/parser
cc -Wsign-compare -DNDEBUG -O2 -pipe -fstack-protector-strong 
-fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing 
-fPIC -DBEANCOUNT_VERSION=2.3.2 -DVC_CHANGESET= -DVC_TIMESTAMP=0 
-DPARSER_SOURCE_HASH=4aa97ec870adf5ec80a8c4142858df86 
-I/usr/local/include/python3.7m -c beancount/parser/decimal.c -o 
build/temp.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/parser/decimal.o
cc -Wsign-compare -DNDEBUG -O2 -pipe -fstack-protector-strong 
-fno-strict-aliasing -O2 -pipe -fstack-protector-strong -fno-strict-aliasing 
-fPIC -DBEANCOUNT_VERSION=2.3.2 -DVC_CHANGESET= -DVC_TIMESTAMP=0 
-DPARSER_SOURCE_HASH=4aa97ec870adf5ec80a8c4142858df86 
-I/usr/local/include/python3.7m -c beancount/parser/lexer.c -o 
build/temp.freebsd-12.1-RELEASE-p10-powerpc-3.7/beancount/parser/lexer.o
beancount/parser/lexer.c:172: error: redefinition of typedef 'yyscan_t'
beancount/parser/parser.h:11: error: previous declaration of 'yyscan_t' was here
In file included from beancount/parser/lexer.l:63:
beancount/parser/tokens.h: In function 'strtonl':
beancount/parser/tokens.h:235: error: 'for' loop initial declaration used 
outside C99 mode
error: command 'cc' failed with exit status 1
*** Error code 1

Stop.
make: stopped in /usr/ports/finance/beancount
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout
To unsubscribe, send any mail to "[email protected]"

Reply via email to