[package - head-powerpc64-default][games/bsdgames] Failed for bsdgames-0.75, 2 in build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Wed Sep 2 03:38:10 UTC 2020


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:     jockl at pianojockl.org
Last committer: cy at FreeBSD.org
Ident:          $FreeBSD: head/games/bsdgames/Makefile 531141 2020-04-08 18:50:04Z cy $
Log URL:        http://pylon.nyi.freebsd.org/data/head-powerpc64-default/p545799_s364495/logs/bsdgames-0.75,2.log
Build URL:      http://pylon.nyi.freebsd.org/build.html?mastername=head-powerpc64-default&build=p545799_s364495
Log:

=>> Building games/bsdgames
build started at Wed Sep  2 03:37:44 UTC 2020
port directory: /usr/ports/games/bsdgames
package name: bsdgames-0.75,2
building for: FreeBSD head-powerpc64-default-job-14 13.0-CURRENT FreeBSD 13.0-CURRENT 1300111 powerpc
maintained by: jockl at pianojockl.org
Makefile ident:      $FreeBSD: head/games/bsdgames/Makefile 531141 2020-04-08 18:50:04Z cy $
Poudriere version: 3.2.8-5-gc81843e5
Host OSVERSION: 1300084
Jail OSVERSION: 1300111
Job Id: 14




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



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1300111
UNAME_v=FreeBSD 13.0-CURRENT 1300111
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-5-gc81843e5
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---
---End OPTIONS List---

--MAINTAINER--
jockl at pianojockl.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/games/bsdgames/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/bsdgames/work  HOME=/wrkdirs/usr/ports/games/bsdgames/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/games/bsdgames/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--
NO_WERROR=1 XDG_DATA_HOME=/wrkdirs/usr/ports/games/bsdgames/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/bsdgames/work  HOME=/wrkdirs/usr/ports/games/bsdgames/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/games/bsdgames/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  -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--
OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/bsdgames"  EXAMPLESDIR="share/examples/bsdgames"  DATADIR="share/bsdgames"  WWWDIR="www/bsdgames"  ETCDIR="etc/bsdgames"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/bsdgames DOCSDIR=/usr/local/share/doc/bsdgames EXAMPLESDIR=/usr/local/share/examples/bsdgames  WWWDIR=/usr/local/www/bsdgames ETCDIR=/usr/local/etc/bsdgames
--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=FreeBSD clang version 11.0.0 (git at github.com:llvm/llvm-project.git llvmorg-11.0.0-rc1-47-gff47911ddfc) Target: powerpc64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.0 (git at github.com:llvm/llvm-project.git llvmorg-11.0.0-rc1-47-gff47911ddfc) Target: powerpc64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 11.0.0 (git at github.com:llvm/llvm-project.git llvmorg-11.0.0-rc1-47-gff47911ddfc) Target: powerpc64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=powerpc64
PPC_ABI=ELFv2
OPSYS=FreeBSD
_OSRELEASE=13.0-CURRENT
OSREL=13.0
OSVERSION=1300111
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 BSD3CLAUSE accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   bsdgames-0.75,2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.14.7.txz
[head-powerpc64-default-job-14] Installing pkg-1.14.7...
[head-powerpc64-default-job-14] Extracting pkg-1.14.7: .......... done
===>   bsdgames-0.75,2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of bsdgames-0.75,2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by bsdgames-0.75,2 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by bsdgames-0.75,2 for building
=> SHA256 Checksum OK for pianojockl-bsdgames-v0.75_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License BSD3CLAUSE accepted by the user
===> Fetching all distfiles required by bsdgames-0.75,2 for building
===>  Extracting for bsdgames-0.75,2
=> SHA256 Checksum OK for pianojockl-bsdgames-v0.75_GH0.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for bsdgames-0.75,2
===>  Applying FreeBSD patches for bsdgames-0.75,2 from /usr/ports/games/bsdgames/files
===========================================================================
=======================<phase: build-depends  >============================
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for bsdgames-0.75,2
===========================================================================
=======================<phase: build          >============================
===>  Building for bsdgames-0.75,2
--- all_subdir_adventure ---
===> adventure (all)
--- objwarn ---
--- setup ---
cc -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing     -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments     -fstack-protector-strong    setup.c  -o setup
--- objwarn ---
Warning: Object directory not changed from original /wrkdirs/usr/ports/games/bsdgames/work/bsdgames-0.75/adventure
--- data.c ---
/wrkdirs/usr/ports/games/bsdgames/work/bsdgames-0.75/adventure/setup /wrkdirs/usr/ports/games/bsdgames/work/bsdgames-0.75/adventure/glorkz > data.c
--- .depend ---
echo adventure: /usr/lib/libc.a  >> .depend
--- main.o ---
--- init.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.init.o -MTinit.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c init.c -o init.o
--- main.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.main.o -MTmain.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c main.c -o main.o
--- done.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.done.o -MTdone.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c done.c -o done.o
--- save.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.save.o -MTsave.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c save.c -o save.o
--- subr.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.subr.o -MTsubr.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c subr.c -o subr.o
--- vocab.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.vocab.o -MTvocab.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c vocab.c -o vocab.o
--- wizard.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.wizard.o -MTwizard.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c wizard.c -o wizard.o
--- io.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.io.o -MTio.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c io.c -o io.o
--- data.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.data.o -MTdata.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c data.c -o data.o
--- io.o ---
io.c:90:8: warning: overflow converting case value to switch condition type (-1 to 255) [-Wswitch]
                case EOF:
                     ^
/usr/include/stdio.h:210:13: note: expanded from macro 'EOF'
#define EOF     (-1)
                ^
--- crc.o ---
cc  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing    -MD  -MF.depend.crc.o -MTcrc.o -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments    -c crc.c -o crc.o
--- io.o ---
1 warning generated.
--- adventure.6.gz ---
--- adventure ---
--- adventure.6.gz ---
gzip -cn adventure.6 > adventure.6.gz
--- adventure ---
cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing -std=gnu99 -Wno-format-zero-length -nobuiltininc -idirafter /usr/lib/clang/11.0.0/include -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments  -fstack-protector-strong    -o adventure main.o init.o done.o save.o subr.o vocab.o wizard.o io.o data.o crc.o  
ld: error: duplicate symbol: abb
>>> defined at main.c
>>>            main.o:(abb)
>>> defined at init.c
>>>            init.o:(.bss+0x5EF8)

ld: error: duplicate symbol: abbnum
>>> defined at main.c
>>>            main.o:(abbnum)
>>> defined at init.c
>>>            init.o:(.bss+0x62EC)

ld: error: duplicate symbol: actspk
>>> defined at main.c
>>>            main.o:(actspk)
>>> defined at init.c
>>>            init.o:(.bss+0x5408)

ld: error: duplicate symbol: atloc
>>> defined at main.c
>>>            main.o:(atloc)
>>> defined at init.c
>>>            init.o:(.bss+0x4D18)

ld: error: duplicate symbol: attack
>>> defined at main.c
>>>            main.o:(attack)
>>> defined at init.c
>>>            init.o:(.bss+0x628C)
ld: error: duplicate symbol: axe
>>> defined at main.c
>>>            main.o:(axe)
>>> defined at init.c
>>>            init.o:(.bss+0x6138)
ld: error: duplicate symbol: back
>>> defined at main.c
>>>            main.o:(back)
>>> defined at init.c
>>>            init.o:(.bss+0x613C)
ld: error: duplicate symbol: batter
>>> defined at main.c
>>>            main.o:(batter)
>>> defined at init.c
>>>            init.o:(.bss+0x6140)
ld: error: duplicate symbol: bear
>>> defined at main.c
>>>            main.o:(bear)
>>> defined at init.c
>>>            init.o:(.bss+0x6144)
ld: error: duplicate symbol: bird
>>> defined at main.c
>>>            main.o:(bird)
>>> defined at init.c
>>>            init.o:(.bss+0x6148)

ld: error: duplicate symbol: blklin
>>> defined at main.c
>>>            main.o:(blklin)
>>> defined at init.c
>>>            init.o:(.data+0x0)

ld: error: duplicate symbol: bonus
>>> defined at main.c
>>>            main.o:(bonus)
>>> defined at init.c
>>>            init.o:(.bss+0x62F0)

ld: error: duplicate symbol: bottle
>>> defined at main.c
>>>            main.o:(bottle)
>>> defined at init.c
>>>            init.o:(.bss+0x614C)
ld: error: duplicate symbol: breakch
>>> defined at main.c
>>>            main.o:(breakch)
>>> defined at init.c
>>>            init.o:(.bss+0x6350)

ld: error: duplicate symbol: cage
>>> defined at main.c
>>>            main.o:(cage)
>>> defined at init.c
>>>            init.o:(.bss+0x6150)
ld: error: duplicate symbol: cave
>>> defined at main.c
>>>            main.o:(cave)
>>> defined at init.c
>>>            init.o:(.bss+0x6154)
ld: error: duplicate symbol: chain
>>> defined at main.c
>>>            main.o:(chain)
>>> defined at init.c
>>>            init.o:(.bss+0x6158)

ld: error: duplicate symbol: chasm
>>> defined at main.c
>>>            main.o:(chasm)
>>> defined at init.c
>>>            init.o:(.bss+0x615C)
ld: error: duplicate symbol: chest
>>> defined at main.c
>>>            main.o:(chest)
>>> defined at init.c
>>>            init.o:(.bss+0x6160)
ld: error: duplicate symbol: chloc
>>> defined at main.c
>>>            main.o:(chloc)
>>> defined at init.c
>>>            init.o:(.bss+0x6228)
ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [adventure] Error code 1

make[2]: stopped in /wrkdirs/usr/ports/games/bsdgames/work/bsdgames-0.75/adventure
1 error

make[2]: stopped in /wrkdirs/usr/ports/games/bsdgames/work/bsdgames-0.75/adventure
===> 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/games/bsdgames


More information about the freebsd-pkg-fallout mailing list