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: head/editors/mined/Makefile 424411 2016-10-21 
12:51:40Z mat $
Log URL:        
http://pylon.nyi.freebsd.org/data/head-powerpc64-default/p498785_s346161/logs/mined-2015.25.log
Build URL:      
http://pylon.nyi.freebsd.org/build.html?mastername=head-powerpc64-default&build=p498785_s346161
Log:

=>> Building editors/mined
build started at Sun Apr 14 12:58:07 UTC 2019
port directory: /usr/ports/editors/mined
package name: mined-2015.25
building for: FreeBSD head-powerpc64-default-job-15 13.0-CURRENT FreeBSD 
13.0-CURRENT 1300018 powerpc
maintained by: [email protected]
Makefile ident:      $FreeBSD: head/editors/mined/Makefile 424411 2016-10-21 
12:51:40Z mat $
Poudriere version: 3.2.8-3-g02cc9753
Host OSVERSION: 1300012
Jail OSVERSION: 1300018
Job Id: 15




!!! Jail is newer than host. (Jail: 1300018, Host: 1300012) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300018
UNAME_v=FreeBSD 13.0-CURRENT 1300018
UNAME_r=13.0-CURRENT
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-3-g02cc9753
MASTERMNT=/usr/local/poudriere/data/.m/head-powerpc64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/head-powerpc64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=head-powerpc64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/head-powerpc64-default/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---
===> The following configuration options are available for mined-2015.25:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
---End OPTIONS List---

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

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/editors/mined/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/editors/mined/work  
HOME=/wrkdirs/usr/ports/editors/mined/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/editors/mined/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/editors/mined/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/editors/mined/work  
HOME=/wrkdirs/usr/ports/editors/mined/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/editors/mined/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 
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  
-fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" " LIBS=""  CXX="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--
PORTDOCS="" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local 
LIB32DIR=lib DOCSDIR="share/doc/mined"  EXAMPLESDIR="share/examples/mined"  
DATADIR="share/mined"  WWWDIR="www/mined"  ETCDIR="etc/mined"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/mined 
DOCSDIR=/usr/local/share/doc/mined EXAMPLESDIR=/usr/local/share/examples/mined  
WWWDIR=/usr/local/www/mined ETCDIR=/usr/local/etc/mined
--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

# stable/10 includes src.conf too late but make.conf is in sys.mk
.if ${.CURDIR:M/poudriere/jails/10*/usr/src/usr.bin/xlint*}
# Disable build of llib now that head no longer has lint(1)
LINT=   true
.endif
#### /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
OPSYS=FreeBSD
_OSRELEASE=13.0-CURRENT
OSREL=13.0
OSVERSION=1300018
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=262144
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
DISABLE_MAKE_JOBS=poudriere
---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 GPLv3 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   mined-2015.25 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.5_5.txz
[head-powerpc64-default-job-15] Installing pkg-1.10.5_5...
[head-powerpc64-default-job-15] Extracting pkg-1.10.5_5: .......... done
===>   mined-2015.25 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of mined-2015.25
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License GPLv3 accepted by the user
===> Fetching all distfiles required by mined-2015.25 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License GPLv3 accepted by the user
===> Fetching all distfiles required by mined-2015.25 for building
=> SHA256 Checksum OK for mined-2015.25.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License GPLv3 accepted by the user
===> Fetching all distfiles required by mined-2015.25 for building
===>  Extracting for mined-2015.25
=> SHA256 Checksum OK for mined-2015.25.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for mined-2015.25
===>  Applying FreeBSD patches for mined-2015.25
===========================================================================
=======================<phase: build-depends  >============================
===>   mined-2015.25 depends on executable: update-desktop-database - not found
<snip>
a - ../bin/FreeBSD.powerpc/charmaps/cjk-uhc.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1047.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1125.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1131.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1250.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1251.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1252.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1253.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1254.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1255.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1256.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1257.o
a - ../bin/FreeBSD.powerpc/charmaps/cp1258.o
a - ../bin/FreeBSD.powerpc/charmaps/cp437.o
a - ../bin/FreeBSD.powerpc/charmaps/cp720.o
a - ../bin/FreeBSD.powerpc/charmaps/cp737.o
a - ../bin/FreeBSD.powerpc/charmaps/cp775.o
a - ../bin/FreeBSD.powerpc/charmaps/cp850.o
a - ../bin/FreeBSD.powerpc/charmaps/cp852.o
a - ../bin/FreeBSD.powerpc/charmaps/cp853.o
a - ../bin/FreeBSD.powerpc/charmaps/cp855.o
a - ../bin/FreeBSD.powerpc/charmaps/cp857.o
a - ../bin/FreeBSD.powerpc/charmaps/cp858.o
a - ../bin/FreeBSD.powerpc/charmaps/cp860.o
a - ../bin/FreeBSD.powerpc/charmaps/cp861.o
a - ../bin/FreeBSD.powerpc/charmaps/cp862.o
a - ../bin/FreeBSD.powerpc/charmaps/cp863.o
a - ../bin/FreeBSD.powerpc/charmaps/cp864e.o
a - ../bin/FreeBSD.powerpc/charmaps/cp865.o
a - ../bin/FreeBSD.powerpc/charmaps/cp866.o
a - ../bin/FreeBSD.powerpc/charmaps/cp869.o
a - ../bin/FreeBSD.powerpc/charmaps/cygwin.o
a - ../bin/FreeBSD.powerpc/charmaps/georg-ps.o
a - ../bin/FreeBSD.powerpc/charmaps/isoarab.o
a - ../bin/FreeBSD.powerpc/charmaps/isocyril.o
a - ../bin/FreeBSD.powerpc/charmaps/isogreek.o
a - ../bin/FreeBSD.powerpc/charmaps/isohebr.o
a - ../bin/FreeBSD.powerpc/charmaps/koi8-r.o
a - ../bin/FreeBSD.powerpc/charmaps/koi8-ru.o
a - ../bin/FreeBSD.powerpc/charmaps/koi8-t.o
a - ../bin/FreeBSD.powerpc/charmaps/koi8-u.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-10.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-2.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-3.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-4.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-5.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-6.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-7.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-8.o
a - ../bin/FreeBSD.powerpc/charmaps/latin-9.o
a - ../bin/FreeBSD.powerpc/charmaps/m-roman.o
a - ../bin/FreeBSD.powerpc/charmaps/pt154.o
a - ../bin/FreeBSD.powerpc/charmaps/tcvn.o
a - ../bin/FreeBSD.powerpc/charmaps/tis620.o
a - ../bin/FreeBSD.powerpc/charmaps/viscii.o
cc -DTERMIO -Dunix -Dunix -ansi -Waggregate-return -Winline -Wimplicit -Wunused 
-Wswitch -Wchar-subscripts -Wformat -Wparentheses -Wmissing-braces 
-Wuninitialized  -Wdeclaration-after-statement -Wno-pragmas -Wno-pointer-sign  
-O2 -pipe  -fno-strict-aliasing    -Wmissing-prototypes -Wreturn-type -c io.c 
-o ../bin/FreeBSD.powerpc/io.o
cc -DTERMIO -Dunix -Dunix -ansi -Waggregate-return -Winline -Wimplicit -Wunused 
-Wswitch -Wchar-subscripts -Wformat -Wparentheses -Wmissing-braces 
-Wuninitialized  -Wdeclaration-after-statement -Wno-pragmas -Wno-pointer-sign  
-O2 -pipe  -fno-strict-aliasing    -Wmissing-prototypes -Wreturn-type -c 
keyboard.c -o ../bin/FreeBSD.powerpc/keyboard.o
cc -c timestmp.c -o ../bin/FreeBSD.powerpc/timestmp.o
cc ../bin/FreeBSD.powerpc/minedaux.o ../bin/FreeBSD.powerpc/legacy.o 
../bin/FreeBSD.powerpc/mined1.o ../bin/FreeBSD.powerpc/textfile.o 
../bin/FreeBSD.powerpc/mousemen.o ../bin/FreeBSD.powerpc/edit.o 
../bin/FreeBSD.powerpc/pastebuf.o ../bin/FreeBSD.powerpc/textbuf.o 
../bin/FreeBSD.powerpc/justify.o ../bin/FreeBSD.powerpc/search.o 
../bin/FreeBSD.powerpc/charprop.o ../bin/FreeBSD.powerpc/output.o 
../bin/FreeBSD.powerpc/prompt.o ../bin/FreeBSD.powerpc/compose.o 
../bin/FreeBSD.powerpc/charcode.o ../bin/FreeBSD.powerpc/keymaps.o 
../bin/FreeBSD.powerpc/keydefs.o ../bin/FreeBSD.powerpc/dispatch.o 
../bin/FreeBSD.powerpc/termprop.o ../bin/FreeBSD.powerpc/width.o 
../bin/FreeBSD.powerpc/encoding.o ../bin/FreeBSD.powerpc/handescr.o 
../bin/FreeBSD.powerpc/timestmp.o ../bin/FreeBSD.powerpc/charmaps.a 
../bin/FreeBSD.powerpc/io.o ../bin/FreeBSD.powerpc/keyboard.o     ` sh -c "ls 
/lib/libtermcap.a    /usr/lib/libtermcap.a; ls /lib/libncurses.a     
/usr/lib/libncurses.a; ls /lib/libtermcap.so*   /usr/lib/libter
 mcap.so*; ls /lib/libncursesw.so*      /usr/lib/libncursesw.so*; ls 
/lib/libncurses.so*        /usr/lib/libncurses.so*; ls 
/usr/local/lib/libncurses.so; " 2> /dev/null | sed -e 
"s,\(/usr/lib.*\)/lib\([^/]*\)\.a,-L\1 -l\2," -e "1 p" -e d `  -o 
../bin/FreeBSD.powerpc/mined
./bin/FreeBSD.powerpc/charcode.o:(.got+0x88): undefined reference to `gb_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x0): undefined reference to 
`cp1252_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x8): undefined reference to 
`cp1252_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x28): undefined reference to 
`cygwin_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x30): undefined reference to 
`cygwin_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x50): undefined reference to 
`latin_9_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x58): undefined reference to 
`latin_9_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x78): undefined reference to 
`ascii_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x80): undefined reference to 
`ascii_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xa0): undefined reference to 
`koi8_ru_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xa8): undefined reference to 
`koi8_ru_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xc8): undefined reference to 
`koi8_r_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xd0): undefined reference to 
`koi8_r_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xf0): undefined reference to 
`koi8_u_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xf8): undefined reference to 
`koi8_u_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x118): undefined reference to 
`isocyril_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x120): undefined reference to 
`isocyril_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x140): undefined reference to 
`cp1251_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x148): undefined reference to 
`cp1251_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x168): undefined reference to 
`koi8_t_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x170): undefined reference to 
`koi8_t_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x190): undefined reference to 
`pt154_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x198): undefined reference to 
`pt154_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x1b8): undefined reference to 
`georg_ps_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x1c0): undefined reference to 
`georg_ps_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x1e0): undefined reference to 
`armscii_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x1e8): undefined reference to 
`armscii_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x208): undefined reference to 
`cp855_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x210): undefined reference to 
`cp855_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x230): undefined reference to 
`cp866_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x238): undefined reference to 
`cp866_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x258): undefined reference to 
`cp1125_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x260): undefined reference to 
`cp1125_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x280): undefined reference to 
`cp1131_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x288): undefined reference to 
`cp1131_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x2a8): undefined reference to 
`isogreek_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x2b0): undefined reference to 
`isogreek_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x2d0): undefined reference to 
`isoarab_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x2d8): undefined reference to 
`isoarab_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x2f8): undefined reference to 
`arabic_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x300): undefined reference to 
`arabic_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x320): undefined reference to 
`cp720_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x328): undefined reference to 
`cp720_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x348): undefined reference to 
`isohebr_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x350): undefined reference to 
`isohebr_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x370): undefined reference to 
`cp1255_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x378): undefined reference to 
`cp1255_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x398): undefined reference to 
`cp1253_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x3a0): undefined reference to 
`cp1253_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x3c0): undefined reference to 
`cp737_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x3c8): undefined reference to 
`cp737_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x3e8): undefined reference to 
`cp869_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x3f0): undefined reference to 
`cp869_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x410): undefined reference to 
`cp1256_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x418): undefined reference to 
`cp1256_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x438): undefined reference to 
`cp864e_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x440): undefined reference to 
`cp864e_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x460): undefined reference to 
`cp862_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x468): undefined reference to 
`cp862_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x488): undefined reference to 
`m_roman_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x490): undefined reference to 
`m_roman_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x4b0): undefined reference to 
`cp437_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x4b8): undefined reference to 
`cp437_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x4d8): undefined reference to 
`cp850_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x4e0): undefined reference to 
`cp850_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x500): undefined reference to 
`latin_2_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x508): undefined reference to 
`latin_2_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x528): undefined reference to 
`latin_3_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x530): undefined reference to 
`latin_3_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x550): undefined reference to 
`latin_4_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x558): undefined reference to 
`latin_4_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x578): undefined reference to 
`latin_5_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x580): undefined reference to 
`latin_5_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x5a0): undefined reference to 
`latin_6_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x5a8): undefined reference to 
`latin_6_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x5c8): undefined reference to 
`latin_7_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x5d0): undefined reference to 
`latin_7_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x5f0): undefined reference to 
`latin_8_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x5f8): undefined reference to 
`latin_8_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x618): undefined reference to 
`latin_10_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x620): undefined reference to 
`latin_10_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x640): undefined reference to 
`cp1250_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x648): undefined reference to 
`cp1250_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x668): undefined reference to 
`cp1254_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x670): undefined reference to 
`cp1254_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x690): undefined reference to 
`cp1257_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x698): undefined reference to 
`cp1257_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x6b8): undefined reference to 
`cp775_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x6c0): undefined reference to 
`cp775_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x6e0): undefined reference to 
`cp852_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x6e8): undefined reference to 
`cp852_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x708): undefined reference to 
`cp857_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x710): undefined reference to 
`cp857_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x730): undefined reference to 
`cp858_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x738): undefined reference to 
`cp858_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x758): undefined reference to 
`cp853_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x760): undefined reference to 
`cp853_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x780): undefined reference to 
`cp860_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x788): undefined reference to 
`cp860_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x7a8): undefined reference to 
`cp861_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x7b0): undefined reference to 
`cp861_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x7d0): undefined reference to 
`cp863_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x7d8): undefined reference to 
`cp863_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x7f8): undefined reference to 
`cp865_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x800): undefined reference to 
`cp865_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x820): undefined reference to 
`cp1047_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x828): undefined reference to 
`cp1047_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x848): undefined reference to 
`big5_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x850): undefined reference to 
`big5_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x870): undefined reference to 
`gb_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x878): undefined reference to 
`gb_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x898): undefined reference to 
`cns_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x8a0): undefined reference to 
`cns_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x8c0): undefined reference to 
`ejp_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x8c8): undefined reference to 
`ejp_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x8e8): undefined reference to 
`ejx_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x8f0): undefined reference to 
`ejx_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x910): undefined reference to 
`sjcp_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x918): undefined reference to 
`sjcp_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x938): undefined reference to 
`sjx_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x940): undefined reference to 
`sjx_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x960): undefined reference to 
`uhc_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x968): undefined reference to 
`uhc_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x988): undefined reference to 
`johb_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x990): undefined reference to 
`johb_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x9b0): undefined reference to 
`viscii_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x9b8): undefined reference to 
`viscii_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x9d8): undefined reference to 
`tcvn_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0x9e0): undefined reference to 
`tcvn_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xa00): undefined reference to 
`cp1258_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xa08): undefined reference to 
`cp1258_table_len'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xa28): undefined reference to 
`tis620_table'
./bin/FreeBSD.powerpc/charcode.o:(.data.rel.ro+0xa30): undefined reference to 
`tis620_table_len'
gmake[2]: *** [mkinclud.mak:599: ../bin/FreeBSD.powerpc/mined] Error 1
gmake[2]: Leaving directory 
'/wrkdirs/usr/ports/editors/mined/work/mined-2015.25/src'
gmake[1]: *** [makefile:9: mined] Error 2
gmake[1]: Leaving directory 
'/wrkdirs/usr/ports/editors/mined/work/mined-2015.25'
*** Error code 1

Stop.
make: stopped in /usr/ports/editors/mined
_______________________________________________
[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