[package - 132arm64-default][devel/pickle] Failed for pickle-4.20 in build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jan 2024 23:05:39 UTC
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: bofh@FreeBSD.org Log URL: https://pkg-status.freebsd.org/ampere3/data/132arm64-default/add1ba90ee22/logs/pickle-4.20.log Build URL: https://pkg-status.freebsd.org/ampere3/build.html?mastername=132arm64-default&build=add1ba90ee22 Log: =>> Building devel/pickle build started at Mon Jan 1 23:05:28 UTC 2024 port directory: /usr/ports/devel/pickle package name: pickle-4.20 building for: FreeBSD 132arm64-default-job-09 13.2-RELEASE-p9 FreeBSD 13.2-RELEASE-p9 arm64 maintained by: bofh@FreeBSD.org Makefile datestamp: -rw-r--r-- 1 root wheel 1267 Sep 30 01:06 /usr/ports/devel/pickle/Makefile Ports top last git commit: add1ba90ee Ports top unclean checkout: no Port dir last git commit: f32d722e97 Port dir unclean checkout: no Poudriere version: poudriere-git-3.4.0 Host OSVERSION: 1500006 Jail OSVERSION: 1302001 Job Id: 09 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1302001 UNAME_v=FreeBSD 13.2-RELEASE-p9 UNAME_r=13.2-RELEASE-p9 BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin MAKE_OBJDIR_CHECK_WRITABLE=0 LOCALBASE=/usr/local USER=root POUDRIERE_NAME=poudriere-git LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.4.0 MASTERMNT=/usr/local/poudriere/data/.m/132arm64-default/ref LC_COLLATE=C POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= OUTPUT_REDIRECTED_STDERR=4 OUTPUT_REDIRECTED=1 PWD=/usr/local/poudriere/data/.m/132arm64-default/09/.p OUTPUT_REDIRECTED_STDOUT=3 P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=132arm64-default SCRIPTPREFIX=/usr/local/share/poudriere SCRIPTNAME=bulk.sh OLDPWD=/usr/local/poudriere/data/.m/132arm64-default/ref/.p/pool POUDRIERE_PKGNAME=poudriere-git-3.4.0 SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- bofh@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/devel/pickle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/pickle/work XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/pickle/work/.cache HOME=/wrkdirs/usr/ports/devel/pickle/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/pickle/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/pickle/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/devel/pickle/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/devel/pickle/work XDG_CACHE_HOME=/wrkdirs/usr/ports/devel/pickle/work/.cache HOME=/wrkdirs/usr/ports/devel/pickle/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/devel/pickle/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/wrkdirs/usr/ports/devel/pickle/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 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 0 644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- OSREL=13.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/pickle" EXAMPLESDIR="share/examples/pickle" DATADIR="share/pickle" WWWDIR="www/pickle" ETCDIR="etc/pickle" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/pickle DOCSDIR=/usr/local/share/doc/pickle EXAMPLESDIR=/usr/local/share/examples/pickle WWWDIR=/usr/local/www/pickle ETCDIR=/usr/local/etc/pickle --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 #### #### # 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 3 jobs MAKE_JOBS_NUMBER=3 #### Misc Poudriere #### .include "/etc/make.conf.ports_env" 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) 1048576 stack size (kbytes, -s) 1048576 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) 8192 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 >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv3 accepted by the user =========================================================================== =======================<phase: pkg-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> pickle-4.20 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.20.9.pkg [132arm64-default-job-09] Installing pkg-1.20.9... [132arm64-default-job-09] Extracting pkg-1.20.9: .......... done ===> pickle-4.20 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of pickle-4.20 =========================================================================== =======================<phase: fetch-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =======================<phase: fetch >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by pickle-4.20 for building =========================================================================== =======================<phase: checksum >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by pickle-4.20 for building => SHA256 Checksum OK for pickle-4.20.tgz. =========================================================================== =======================<phase: extract-depends>============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =======================<phase: extract >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv3 accepted by the user ===> Fetching all distfiles required by pickle-4.20 for building ===> Extracting for pickle-4.20 => SHA256 Checksum OK for pickle-4.20.tgz. =========================================================================== =======================<phase: patch-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =======================<phase: patch >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Patching for pickle-4.20 =========================================================================== =======================<phase: build-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> pickle-4.20 depends on package: gmake>=4.3 - not found ===> Installing existing package /packages/All/gmake-4.3_2.pkg [132arm64-default-job-09] Installing gmake-4.3_2... [132arm64-default-job-09] `-- Installing gettext-runtime-0.22.3... [132arm64-default-job-09] | `-- Installing indexinfo-0.3.1... [132arm64-default-job-09] | `-- Extracting indexinfo-0.3.1: .... done [132arm64-default-job-09] `-- Extracting gettext-runtime-0.22.3: .......... done [132arm64-default-job-09] Extracting gmake-4.3_2: .......... done ===> pickle-4.20 depends on package: gmake>=4.3 - found ===> Returning to build of pickle-4.20 =========================================================================== =======================<phase: lib-depends >============================ ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =======================<phase: configure >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Configuring for pickle-4.20 =========================================================================== =======================<phase: build >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Building for pickle-4.20 gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/pickle/work/pickle-4.20' cd src && gmake CONFIG=config/linux.mk gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/pickle/work/pickle-4.20/src' [CC] [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pickle.c -o pickle.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c inhx32.c -o inhx32.o cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c dotconf.c -o dotconf.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c io.c -o io.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pic.c -o pic.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c util.c -o util.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pic12.c -o pic12.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pic14.c -o pic14.o pic14.c:1252:1: warning: unused function 'pic14_row_erase_memory' [-Wunused-function] pic14_row_erase_memory(uint32_t t) ^ 1 warning generated. [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pic14n.c -o pic14n.o pic14n.c:373:1: warning: unused function 'pic14n_increment_address' [-Wunused-function] pic14n_increment_address(void) ^ pic14n.c:421:1: warning: unused function 'pic14n_begin_externally_timed_programming' [-Wunused-function] pic14n_begin_externally_timed_programming(uint32_t t) ^ pic14n.c:437:1: warning: unused function 'pic14n_end_externally_timed_programming' [-Wunused-function] pic14n_end_externally_timed_programming(uint32_t t) ^ pic14n.c:474:1: warning: unused function 'pic14n_row_erase_memory' [-Wunused-function] pic14n_row_erase_memory(uint32_t t) ^ 4 warnings generated. [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pic16.c -o pic16.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pic16n.c -o pic16n.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pic24.c -o pic24.o pic16n.c:363:1: warning: unused function 'pic16n_increment_address' [-Wunused-function] pic16n_increment_address(void) ^ pic16n.c:412:1: warning: unused function 'pic16n_begin_externally_timed_programming' [-Wunused-function] pic16n_begin_externally_timed_programming(uint32_t t) ^ pic16n.c:428:1: warning: unused function 'pic16n_end_externally_timed_programming' [-Wunused-function] pic16n_end_externally_timed_programming(uint32_t t) ^ pic16n.c:485:1: warning: unused function 'pic16n_row_erase_memory' [-Wunused-function] pic16n_row_erase_memory(uint32_t t) ^ 4 warnings generated. [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pic32.c -o pic32.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c serial-bb.c -o serial-bb.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c stk500v2.c -o stk500v2.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c stk500v2_listen.c -o stk500v2_listen.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c ip.c -o ip.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c rw.c -o rw.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c serial_posix.c -o serial_posix.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pio.c -o pio.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c icspio.c -o icspio.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c ptest.c -o ptest.o pio.c:162:3: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] usage(execname, "Invalid arg [port]"); ^ pio.c:159:2: note: previous statement is here if (p >= 'A' && p <= 'D') ^ 1 warning generated. [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pctrl.c -o pctrl.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c pload.c -o pload.o [CC] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT -c stk500v2_load.c -o stk500v2_load.o [LINK] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT pickle.o dotconf.o inhx32.o io.o pic.o util.o pic12.o pic14.o pic14n.o pic16.o pic16n.o pic24.o pic32.o serial-bb.o stk500v2.o stk500v2_listen.o ip.o rw.o serial_posix.o -o pickle -Wl,-Map,pickle.map [STRIP] strip pickle [LINK] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT pio.o icspio.o dotconf.o io.o util.o serial-bb.o serial_posix.o -o pio -Wl,-Map,pio.map [LINK] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT ptest.o icspio.o dotconf.o io.o util.o serial-bb.o serial_posix.o -o ptest -Wl,-Map,ptest.map [STRIP] strip pio [LINK] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT pctrl.o dotconf.o io.o util.o serial-bb.o serial_posix.o -o pctrl -Wl,-Map,pctrl.map [STRIP] strip ptest [LINK] cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -Os -std=gnu99 -pedantic-errors -I. -Wall -fverbose-asm -save-temps -DLOADER -DPIO -DPTEST -DPCTRL -DPLOAD -DP12 -DP14 -DN14 -DP16 -DN16 -DP24 -DP32 -DSERIAL -DSTK500 -DQSORT pload.o dotconf.o inhx32.o io.o util.o stk500v2.o stk500v2_load.o ip.o rw.o serial_posix.o serial-bb.o -o pload -Wl,-Map,pload.map [STRIP] strip pctrl PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace. #0 0x0000000001e7b064 (/usr/bin/ld+0x1e7b064) #1 0x0000000001e79364 (/usr/bin/ld+0x1e79364) #2 0x0000000001e7b898 (/usr/bin/ld+0x1e7b898) #3 0x0000000085d9b480 (/lib/libthr.so.3+0x29480) cc: error: unable to execute command: Segmentation fault (core dumped) cc: error: linker command failed due to signal (use -v to see invocation) gmake[2]: *** [Makefile:344: pload] Error 254 gmake[2]: Leaving directory '/wrkdirs/usr/ports/devel/pickle/work/pickle-4.20/src' gmake[1]: *** [Makefile:21: build] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/devel/pickle/work/pickle-4.20' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/devel/pickle