Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 18:48:27 -0400
From:      "Darin Luckie" <darin@technotic.ca>
To:        <pkg@freebsd.org>
Subject:   PKG realloarray error when building PKG 1.9.1 on FreeBSD 11.0-RELEAE
Message-ID:  <007601d22991$bdfe44c0$39face40$@technotic.ca>

next in thread | raw e-mail | index | archive | help
This is a multipart message in MIME format.

------=_NextPart_000_0077_01D22970.36ECA4C0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

See attached J

Seems to be similar to this error <https://reviews.freebsd.org/D2558>; .

 

Cheers,

----------------------------------------------------------------

Best regards,

Darin Luckie 
Technotic Support Services
DevOps Consulting where honesty IS our policy!
 <sip:+14383384600@technotic.ca:5060,user=phone> That thing that rings
 <mailto:support@technotic.ca> Old-school E-mail
 <https://www.technotic.ca/>; Learn all about us

 <https://www.facebook.com/technoticca>;
<https://www.twitter.com/technoticca>;
<https://www.linkedin.com/company/technotic>; 

 

This e-mail and its attachments are confidential, legally privileged, may be
subject to copyright and sent solely for the attention of the addressee(s).
Any unauthorized use or disclosure is prohibited. Statements and opinions
expressed in this e-mail may not represent those of Technotic.

 


------=_NextPart_000_0077_01D22970.36ECA4C0
Content-Type: application/octet-stream;
	name="pkg_build.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="pkg_build.log"

FreeBSD 11.0-RELEASE-p1 (GENERIC) #0 r306420: Thu Sep 29 01:43:23 UTC =
2016

Welcome to FreeBSD!

Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories:   https://www.FreeBSD.org/security/
FreeBSD Handbook:      https://www.FreeBSD.org/handbook/
FreeBSD FAQ:           https://www.FreeBSD.org/faq/
Questions List: =
https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
FreeBSD Forums:        https://forums.FreeBSD.org/

Documents installed with the system are in the =
/usr/local/share/doc/freebsd/
directory, or can be installed later with:  pkg install en-freebsd-doc
For other languages, replace "en" with a language code like de or fr.

Show the version of FreeBSD installed:  freebsd-version ; uname -a
Please include that output and any error messages when posting =
questions.
Introduction to manual pages:  man man
FreeBSD directory layout:      man hier

Edit /etc/motd to change this login announcement.
root@mx:~ # clear
root@mx:~ # portmaster pkg

=3D=3D=3D>>> Working on:
        pkg-1.8.7_3
        pkgconf-1.0.1

=3D=3D=3D>>> Gathering distinfo list for installed ports


=3D=3D=3D>>> pkg-1.8.7_3 1/2

=3D=3D=3D>>> Currently installed version: pkg-1.8.7_3
=3D=3D=3D>>> Port directory: /basejail/usr/ports/ports-mgmt/pkg

=3D=3D=3D>>> Launching 'make checksum' for ports-mgmt/pkg in background
=3D=3D=3D>>> Gathering dependency list for ports-mgmt/pkg from ports
=3D=3D=3D>>> No dependencies for ports-mgmt/pkg


=3D=3D=3D>>> pkgconf-1.0.1 2/2

=3D=3D=3D>>> Currently installed version: pkgconf-1.0.1
=3D=3D=3D>>> Port directory: /basejail/usr/ports/devel/pkgconf

=3D=3D=3D>>> Launching 'make checksum' for devel/pkgconf in background
=3D=3D=3D>>> Gathering dependency list for devel/pkgconf from ports
=3D=3D=3D>>> Initial dependency check complete for devel/pkgconf


=3D=3D=3D>>> Total ports: 2

=3D=3D=3D>>> Starting build for multiple ports <<<=3D=3D=3D


=3D=3D=3D>>> pkg-1.8.7_3 1/2

=3D=3D=3D>>> Currently installed version: pkg-1.8.7_3
=3D=3D=3D>>> Port directory: /basejail/usr/ports/ports-mgmt/pkg

=3D=3D=3D>  Cleaning for pkg-1.9.1
=3D=3D=3D>  License BSD2CLAUSE accepted by the user
=3D=3D=3D> Fetching all distfiles required by pkg-1.9.1 for building
=3D=3D=3D>  Extracting for pkg-1.9.1
=3D=3D=3D>  License BSD2CLAUSE accepted by the user
=3D=3D=3D> Fetching all distfiles required by pkg-1.9.1 for building
=3D> SHA256 Checksum OK for pkg-1.9.1.tar.xz.
=3D=3D=3D>  Patching for pkg-1.9.1
=3D=3D=3D>  Applying FreeBSD patches for pkg-1.9.1
=3D=3D=3D>  Configuring for pkg-1.9.1
configure: loading site script /basejail/usr/ports/Templates/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p
checking for gawk... (cached) /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... =
no
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking whether cc understands -c and -o together... yes
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking for grep that handles long lines and -e... (cached) =
/usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... yes
checking for cc option to accept ISO C99... none needed
checking build system type... amd64-portbld-freebsd11.0
checking host system type... amd64-portbld-freebsd11.0
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) =
/usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking how to convert amd64-portbld-freebsd11.0 file names to =
amd64-portbld-freebsd11.0 format... func_convert_file_noop
checking how to convert amd64-portbld-freebsd11.0 file names to =
toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=3D4096 count=3D1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared =
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd11.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking CFLAGS for maximum warnings... -Wall -Wno-unused-function
checking for an ANSI C-conforming const... yes
checking for size_t... (cached) yes
checking for memmove... (cached) yes
checking for bcopy... (cached) yes
checking whether ln -s works... yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for elf-hints.h... yes
checking for stdlib.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for machine/endian.h... yes
checking for endian.h... no
checking for sys/endian.h... yes
checking for dlfcn.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for sys/elf_common.h... yes
checking for link.h... yes
checking for stddef.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stdbool.h... (cached) yes
checking for stdint.h... (cached) yes
checking for ctype.h... (cached) yes
checking for errno.h... (cached) yes
checking for limits.h... (cached) yes
checking for libgen.h... (cached) yes
checking for stdio.h... (cached) yes
checking for float.h... (cached) yes
checking for math.h... (cached) yes
checking for readpassphrase.h... (cached) yes
checking for osreldate.h... yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for netinet/in6.h... no
checking for sys/statfs.h... no
checking for sys/statvfs.h... (cached) yes
checking for dirent.h... (cached) yes
checking for sys/capability.h... yes
checking for sys/capsicum.h... yes
checking for bsd/stdlib.h... no
checking for bsd/string.h... no
checking for bsd/stdio.h... no
checking for bsd/readpassphrase.h... no
checking for bsd/libutil.h... no
checking for bsd/err.h... no
checking for bsd/unistd.h... no
checking for bsd/sys/cdefs.h... no
checking for sys/procctl.h... yes
checking for off_t... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for GCC atomic builtins... yes
checking if LD -Wl,--version-script works... yes
checking for regex.h... yes
checking for strtofflags... yes
checking for posix_fallocate... yes
checking for usleep... (cached) yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for strerror_r... (cached) yes
checking for strtonum... (cached) yes
checking for strnstr... yes
checking for funopen... yes
checking for fopencookie... no
checking for sysctlbyname... yes
checking for __res_setservers... yes
checking for eaccess... (cached) yes
checking for closefrom... (cached) yes
checking for dirfd... yes
checking for sysconf... (cached) yes
checking for struct stat.st_mtim... yes
checking whether fstatat is declared... (cached) yes
checking whether openat is declared... (cached) yes
checking whether unlinkat is declared... (cached) yes
checking whether readlinkat is declared... (cached) yes
checking whether faccessat is declared... (cached) yes
checking whether be16dec is declared... yes
checking whether be32dec is declared... yes
checking whether be64dec is declared... yes
checking whether le16dec is declared... yes
checking whether le32dec is declared... yes
checking whether le64dec is declared... yes
checking whether be16enc is declared... yes
checking whether be32enc is declared... yes
checking whether be64enc is declared... yes
checking whether le16enc is declared... yes
checking whether le32enc is declared... yes
checking whether le64enc is declared... yes
checking for struct in6_addr.s6_addr32... no
checking for struct in6_addr.s6_addr16... no
checking for struct sockaddr_in.sin_len... yes
checking for struct sockaddr_in6.sin6_len... yes
checking for struct sockaddr_storage.ss_len... yes
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for IPv6 support... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for git... no

yes
checking for library containing lzma_version_string... -llzma
checking for library containing BZ2_bzReadOpen... -lbz2
checking for library containing zlibVersion... -lz
checking for library containing archive_read_open... -larchive
checking for library containing __res_query... none required
checking archive.h usability... yes
checking archive.h presence... yes
checking for archive.h... yes
checking for library containing jail_getid... -ljail
checking for library containing getprogname... none required
checking gelf.h usability... yes
checking gelf.h presence... yes
checking for gelf.h... yes
checking for Elf_Note... yes
checking for gelf_getehdr in -lelf... yes
checking libelf.h usability... yes
checking libelf.h presence... yes
checking for libelf.h... yes
checking for Elf_Note... (cached) yes
checking for gelf_getehdr in -lelf... (cached) yes
checking for cap_sandboxed... yes
checking for arc4random_uniform... (cached) yes
checking for arc4random_stir... yes
checking for humanize_number... no
checking for BSD dirname(const char *)... (cached) yes
checking for BSD statfs(const char *path, struct statfs *buf)... =
(cached) yes
checking for chflags... yes
checking for chflagsat... yes
checking for utimensat... yes
checking for futimesat... yes
checking for basename_r... yes
checking for BSD basename(const char *)... yes
checking for /proc/pid/fd directory... no
checking whether F_CLOSEM is declared... no
checking whether we should only build the static version of pkg... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Kyuafile
config.status: creating src/Makefile
config.status: creating external/Makefile
config.status: creating external/blake2/Makefile
config.status: creating scripts/Makefile
config.status: creating docs/Makefile
config.status: creating tests/Makefile
config.status: creating tests/Kyuafile
config.status: creating tests/frontend/Kyuafile
config.status: creating tests/frontend/test_environment.sh
config.status: creating compat/Makefile
config.status: creating libpkg/Makefile
config.status: creating libpkg/repo/Makefile
config.status: creating libpkg/pkg.h
config.status: creating libpkg/pkg.pc
config.status: creating scripts/periodic/400.status-pkg
config.status: creating scripts/periodic/410.pkg-audit
config.status: creating scripts/periodic/411.pkg-backup
config.status: creating scripts/periodic/460.pkg-checksum
config.status: creating scripts/periodic/490.status-pkg-changes
config.status: creating scripts/sbin/pkg2ng
config.status: creating scripts/completion/_pkg.bash
config.status: creating scripts/completion/_pkg
config.status: creating libpkg/repo/binary/Makefile
config.status: creating pkg_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing pkg_repos.h commands
config.status: executing mkdir commands
=3D=3D=3D>  Building for pkg-1.9.1
/usr/bin/make  all-recursive
Making all in compat
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I..     -shared -O2 -pipe  -Wno-error -fstack-protector =
-fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE =
-DINET6=3D1 -MT libbsd_compat_la-basename.lo -MD -MP -MF =
.deps/libbsd_compat_la-basename.Tpo -c -o libbsd_compat_la-basename.lo =
`test -f 'basename.c' || echo './'`basename.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -Wno-error =
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function =
-D_BSD_SOURCE -DINET6=3D1 -MT libbsd_compat_la-basename.lo -MD -MP -MF =
.deps/libbsd_compat_la-basename.Tpo -c basename.c  -fPIC -DPIC -o =
.libs/libbsd_compat_la-basename.o
mv -f .deps/libbsd_compat_la-basename.Tpo =
.deps/libbsd_compat_la-basename.Plo
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I..     -shared -O2 -pipe  -Wno-error -fstack-protector =
-fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE =
-DINET6=3D1 -MT libbsd_compat_la-closefrom.lo -MD -MP -MF =
.deps/libbsd_compat_la-closefrom.Tpo -c -o libbsd_compat_la-closefrom.lo =
`test -f 'closefrom.c' || echo './'`closefrom.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -Wno-error =
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function =
-D_BSD_SOURCE -DINET6=3D1 -MT libbsd_compat_la-closefrom.lo -MD -MP -MF =
.deps/libbsd_compat_la-closefrom.Tpo -c closefrom.c  -fPIC -DPIC -o =
.libs/libbsd_compat_la-closefrom.o
mv -f .deps/libbsd_compat_la-closefrom.Tpo =
.deps/libbsd_compat_la-closefrom.Plo
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I..     -shared -O2 -pipe  -Wno-error -fstack-protector =
-fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE =
-DINET6=3D1 -MT libbsd_compat_la-dirname.lo -MD -MP -MF =
.deps/libbsd_compat_la-dirname.Tpo -c -o libbsd_compat_la-dirname.lo =
`test -f 'dirname.c' || echo './'`dirname.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -Wno-error =
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function =
-D_BSD_SOURCE -DINET6=3D1 -MT libbsd_compat_la-dirname.lo -MD -MP -MF =
.deps/libbsd_compat_la-dirname.Tpo -c dirname.c  -fPIC -DPIC -o =
.libs/libbsd_compat_la-dirname.o
mv -f .deps/libbsd_compat_la-dirname.Tpo =
.deps/libbsd_compat_la-dirname.Plo
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I..     -shared -O2 -pipe  -Wno-error -fstack-protector =
-fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE =
-DINET6=3D1 -MT libbsd_compat_la-file_at.lo -MD -MP -MF =
.deps/libbsd_compat_la-file_at.Tpo -c -o libbsd_compat_la-file_at.lo =
`test -f 'file_at.c' || echo './'`file_at.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -Wno-error =
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function =
-D_BSD_SOURCE -DINET6=3D1 -MT libbsd_compat_la-file_at.lo -MD -MP -MF =
.deps/libbsd_compat_la-file_at.Tpo -c file_at.c  -fPIC -DPIC -o =
.libs/libbsd_compat_la-file_at.o
mv -f .deps/libbsd_compat_la-file_at.Tpo =
.deps/libbsd_compat_la-file_at.Plo
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I..     -shared -O2 -pipe  -Wno-error -fstack-protector =
-fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE =
-DINET6=3D1 -MT libbsd_compat_la-humanize_number.lo -MD -MP -MF =
.deps/libbsd_compat_la-humanize_number.Tpo -c -o =
libbsd_compat_la-humanize_number.lo `test -f 'humanize_number.c' || echo =
'./'`humanize_number.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -Wno-error =
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function =
-D_BSD_SOURCE -DINET6=3D1 -MT libbsd_compat_la-humanize_number.lo -MD =
-MP -MF .deps/libbsd_compat_la-humanize_number.Tpo -c humanize_number.c  =
-fPIC -DPIC -o .libs/libbsd_compat_la-humanize_number.o
mv -f .deps/libbsd_compat_la-humanize_number.Tpo =
.deps/libbsd_compat_la-humanize_number.Plo
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I..     -shared -O2 -pipe  -Wno-error -fstack-protector =
-fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE =
-DINET6=3D1 -MT libbsd_compat_la-strtonum.lo -MD -MP -MF =
.deps/libbsd_compat_la-strtonum.Tpo -c -o libbsd_compat_la-strtonum.lo =
`test -f 'strtonum.c' || echo './'`strtonum.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -Wno-error =
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function =
-D_BSD_SOURCE -DINET6=3D1 -MT libbsd_compat_la-strtonum.lo -MD -MP -MF =
.deps/libbsd_compat_la-strtonum.Tpo -c strtonum.c  -fPIC -DPIC -o =
.libs/libbsd_compat_la-strtonum.o
mv -f .deps/libbsd_compat_la-strtonum.Tpo =
.deps/libbsd_compat_la-strtonum.Plo
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I..     -shared -O2 -pipe  -Wno-error -fstack-protector =
-fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE =
-DINET6=3D1 -MT libbsd_compat_la-strnstr.lo -MD -MP -MF =
.deps/libbsd_compat_la-strnstr.Tpo -c -o libbsd_compat_la-strnstr.lo =
`test -f 'strnstr.c' || echo './'`strnstr.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -Wno-error =
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function =
-D_BSD_SOURCE -DINET6=3D1 -MT libbsd_compat_la-strnstr.lo -MD -MP -MF =
.deps/libbsd_compat_la-strnstr.Tpo -c strnstr.c  -fPIC -DPIC -o =
.libs/libbsd_compat_la-strnstr.o
mv -f .deps/libbsd_compat_la-strnstr.Tpo =
.deps/libbsd_compat_la-strnstr.Plo
/bin/sh ../libtool  --tag=3DCC   --mode=3Dcompile cc -DHAVE_CONFIG_H -I. =
-I..     -shared -O2 -pipe  -Wno-error -fstack-protector =
-fno-strict-aliasing -Wall -Wno-unused-function -D_BSD_SOURCE =
-DINET6=3D1 -MT libbsd_compat_la-funopen.lo -MD -MP -MF =
.deps/libbsd_compat_la-funopen.Tpo -c -o libbsd_compat_la-funopen.lo =
`test -f 'funopen.c' || echo './'`funopen.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -Wno-error =
-fstack-protector -fno-strict-aliasing -Wall -Wno-unused-function =
-D_BSD_SOURCE -DINET6=3D1 -MT libbsd_compat_la-funopen.lo -MD -MP -MF =
.deps/libbsd_compat_la-funopen.Tpo -c funopen.c  -fPIC -DPIC -o =
.libs/libbsd_compat_la-funopen.o
mv -f .deps/libbsd_compat_la-funopen.Tpo =
.deps/libbsd_compat_la-funopen.Plo
/bin/sh ../libtool  --tag=3DCC    --mode=3Dlink cc   -shared -O2 -pipe  =
-Wno-error -fstack-protector -fno-strict-aliasing -Wall =
-Wno-unused-function -D_BSD_SOURCE -DINET6=3D1  -fstack-protector  -o =
libbsd_compat.la  libbsd_compat_la-basename.lo  =
libbsd_compat_la-closefrom.lo libbsd_compat_la-dirname.lo  =
libbsd_compat_la-file_at.lo  libbsd_compat_la-humanize_number.lo  =
libbsd_compat_la-strtonum.lo libbsd_compat_la-strnstr.lo  =
libbsd_compat_la-funopen.lo  -ljail -larchive -lz -lbz2 -llzma
libtool: link: ar cru .libs/libbsd_compat.a =
.libs/libbsd_compat_la-basename.o .libs/libbsd_compat_la-closefrom.o =
.libs/libbsd_compat_la-dirname.o .libs/libbsd_compat_la-file_at.o =
.libs/libbsd_compat_la-humanize_number.o =
.libs/libbsd_compat_la-strtonum.o .libs/libbsd_compat_la-strnstr.o =
.libs/libbsd_compat_la-funopen.o
libtool: link: ranlib .libs/libbsd_compat.a
libtool: link: ( cd ".libs" && rm -f "libbsd_compat.la" && ln -s =
"../libbsd_compat.la" "libbsd_compat.la" )
Making all in external
./libelf/native-elf-format > libelf/native-elf-format.h
    M4     libelf/libelf_convert.c
/usr/bin/m4: Undefined symbol "reallocarray"
*** Error code 1

Stop.
make[4]: stopped in =
/var/ports/basejail/usr/ports/ports-mgmt/pkg/work/pkg-1.9.1/external
*** Error code 1

Stop.
make[3]: stopped in =
/var/ports/basejail/usr/ports/ports-mgmt/pkg/work/pkg-1.9.1
*** Error code 1

Stop.
make[2]: stopped in =
/var/ports/basejail/usr/ports/ports-mgmt/pkg/work/pkg-1.9.1
*** Error code 1

Stop.
make[1]: stopped in /basejail/usr/ports/ports-mgmt/pkg
*** Error code 1

Stop.
make: stopped in /basejail/usr/ports/ports-mgmt/pkg

=3D=3D=3D>>> make build failed for ports-mgmt/pkg
=3D=3D=3D>>> Aborting update

=3D=3D=3D>>> Update for pkg-1.8.7_3 failed
=3D=3D=3D>>> Aborting update


=3D=3D=3D>>> You can restart from the point of failure with this command =
line:
       portmaster <flags> ports-mgmt/pkg devel/pkgconf
------=_NextPart_000_0077_01D22970.36ECA4C0--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007601d22991$bdfe44c0$39face40$>