Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2017 04:04:25 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - 110arm64-quarterly][games/abuse_sdl] Failed for abuse_sdl-0.8_5 in build
Message-ID:  <201703220404.v2M44PeA050032@thunderx1.nyi.freebsd.org>

next in thread | raw e-mail | index | archive | help

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:     ports@FreeBSD.org
Last committer: mat@FreeBSD.org
Ident:          $FreeBSD: branches/2017Q1/games/abuse_sdl/Makefile 386312 2015-05-14 10:15:04Z mat $
Log URL:        http://thunderx1.nyi.freebsd.org/data/110arm64-quarterly/436487/logs/abuse_sdl-0.8_5.log
Build URL:      http://thunderx1.nyi.freebsd.org/build.html?mastername=110arm64-quarterly&build=436487
Log:

====>> Building games/abuse_sdl
build started at Wed Mar 22 04:00:27 UTC 2017
port directory: /usr/ports/games/abuse_sdl
building for: FreeBSD 110arm64-quarterly-job-14 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 arm64
maintained by: ports@FreeBSD.org
Makefile ident:      $FreeBSD: branches/2017Q1/games/abuse_sdl/Makefile 386312 2015-05-14 10:15:04Z mat $
Poudriere version: 3.1.16-1-g2eff4cc2
Host OSVERSION: 1100121
Jail OSVERSION: 1100122
Job Id: 14




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



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1100122
UNAME_v=FreeBSD 11.0-RELEASE-p1
UNAME_r=11.0-RELEASE-p1
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/110arm64-quarterly/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=abuse_sdl-0.8_5
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/110arm64-quarterly/ref/.p/pool
MASTERNAME=110arm64-quarterly
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.16-1-g2eff4cc2
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for abuse_sdl-0.8_5:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--
--with-assetdir=/usr/local/share/abuse_sdl --enable-release --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
SDL_CONFIG=/usr/local/bin/sdl-config XDG_DATA_HOME=/wrkdirs/usr/ports/games/abuse_sdl/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/abuse_sdl/work  HOME=/wrkdirs/usr/ports/games/abuse_sdl/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144
--End CONFIGURE_ENV--

--MAKE_ENV--
SDL_CONFIG=/usr/local/bin/sdl-config XDG_DATA_HOME=/wrkdirs/usr/ports/games/abuse_sdl/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/abuse_sdl/work  HOME=/wrkdirs/usr/ports/games/abuse_sdl/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="cpp" CPPFLAGS="-I/usr/local/include"  LDFLAGS=" -L/usr/local/lib" 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 444"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/abuse_sdl"
EXAMPLESDIR="share/examples/abuse_sdl"
DATADIR="share/abuse_sdl"
WWWDIR="www/abuse_sdl"
ETCDIR="etc/abuse_sdl"
--End PLIST_SUB--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /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 ####
ARCH=aarch64
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=11.0
OSVERSION=1100122
PYTHONBASE=/usr/local
UID=0
_JAVA_OS_LIST_REGEXP=native\|linux
_JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun
_JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+
_OSRELEASE=11.0-RELEASE-p1
#### Misc Poudriere ####
GID=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)  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)  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   >============================
===>   NOTICE:

The abuse_sdl port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port

===>  License GPLv2 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   abuse_sdl-0.8_5 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.9.4_1.txz
[110arm64-quarterly-job-14] Installing pkg-1.9.4_1...
[110arm64-quarterly-job-14] Extracting pkg-1.9.4_1: .......... done
===>   abuse_sdl-0.8_5 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of abuse_sdl-0.8_5
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>   NOTICE:

The abuse_sdl port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port

===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by abuse_sdl-0.8_5 for building
===========================================================================
=======================<phase: checksum       >============================
===>   NOTICE:

The abuse_sdl port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port

===>  License GPLv2 accepted by the user
===> Fetching all distfiles required by abuse_sdl-0.8_5 for building
=> SHA256 Checksum OK for abuse-0.8.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
<snip>
  virtual void execute(char *st);
               ^
./console.h:52:16: note: hidden overloaded virtual function 'shell_term::execute' declared here: type mismatch at 1st parameter ('const char *' vs 'char *')
  virtual void execute(char const *st);
               ^
In file included from game.cpp:43:
In file included from ./nfserver.h:17:
./netface.h:116:54: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
  uint16_t get_checksum()            { uint16_t cs=*((uint16_t *)data+1); return lstl(cs); }
                                                     ^~~~~~~~~~~~~~~~
./netface.h:119:7: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
    *((uint16_t *)data+1)=0;
      ^~~~~~~~~~~~~~~~
./netface.h:128:7: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
    *((uint16_t *)data+1)=lstl(cs);
      ^~~~~~~~~~~~~~~~
In file included from game.cpp:56:
./imlib/pmenu.h:53:22: warning: explicitly assigning value of variable of type 'psub_menu *' to itself [-Wself-assign]
  { first=First; Next=Next; win=0; active=0; }
                 ~~~~^~~~~
game.cpp:1898:42: warning: cast from 'char *' to 'button *' increases required alignment from 1 to 8 [-Wcast-align]
                                        ((button *)ev.message.data)->push();
                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
10 warnings generated.
mv -f .deps/game.Tpo .deps/game.Po
c++ -DHAVE_CONFIG_H -I. -I.. -I. -I ./lisp -I./imlib  -I./net -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE   -I/usr/local/include -DNO_CHECK  -O2 -pipe -fno-strict-aliasing  -O2 -fno-strength-reduce -fomit-frame-pointer  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wsign-compare -DHAVE_OPENGL -MT light.o -MD -MP -MF .deps/light.Tpo -c -o light.o light.cpp
c++: warning: optimization flag '-fno-strength-reduce' is not supported
In file included from light.cpp:28:
In file included from ./dev.h:14:
In file included from ./game.h:23:
In file included from ./level.h:16:
In file included from ./objects.h:19:
./extend.h:119:43: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fxvel(uint8_t xv)      { Fxvel=abs(xv); }
                                          ^
./extend.h:119:43: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fxvel(uint8_t xv)      { Fxvel=abs(xv); }
                                          ^~~
./extend.h:120:43: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fyvel(uint8_t yv)      { Fyvel=abs(yv); }
                                          ^
./extend.h:120:43: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fyvel(uint8_t yv)      { Fyvel=abs(yv); }
                                          ^~~
./extend.h:121:44: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fxacel(uint8_t xa)     { Fxacel=abs(xa); }
                                           ^
./extend.h:121:44: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fxacel(uint8_t xa)     { Fxacel=abs(xa); }
                                           ^~~
./extend.h:122:44: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fyacel(uint8_t ya)     { Fyacel=abs(ya); }
                                           ^
./extend.h:122:44: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fyacel(uint8_t ya)     { Fyacel=abs(ya); }
                                           ^~~
In file included from light.cpp:28:
./dev.h:135:16: warning: 'dev_term::execute' hides overloaded virtual function [-Woverloaded-virtual]
  virtual void execute(char *st);
               ^
./console.h:52:16: note: hidden overloaded virtual function 'shell_term::execute' declared here: type mismatch at 1st parameter ('const char *' vs 'char *')
  virtual void execute(char const *st);
               ^
5 warnings generated.
mv -f .deps/light.Tpo .deps/light.Po
c++ -DHAVE_CONFIG_H -I. -I.. -I. -I ./lisp -I./imlib  -I./net -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE   -I/usr/local/include -DNO_CHECK  -O2 -pipe -fno-strict-aliasing  -O2 -fno-strength-reduce -fomit-frame-pointer  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wsign-compare -DHAVE_OPENGL -MT devsel.o -MD -MP -MF .deps/devsel.Tpo -c -o devsel.o devsel.cpp
c++: warning: optimization flag '-fno-strength-reduce' is not supported
In file included from devsel.cpp:20:
In file included from ./game.h:23:
In file included from ./level.h:16:
In file included from ./objects.h:19:
./extend.h:119:43: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fxvel(uint8_t xv)      { Fxvel=abs(xv); }
                                          ^
./extend.h:119:43: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fxvel(uint8_t xv)      { Fxvel=abs(xv); }
                                          ^~~
./extend.h:120:43: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fyvel(uint8_t yv)      { Fyvel=abs(yv); }
                                          ^
./extend.h:120:43: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fyvel(uint8_t yv)      { Fyvel=abs(yv); }
                                          ^~~
./extend.h:121:44: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fxacel(uint8_t xa)     { Fxacel=abs(xa); }
                                           ^
./extend.h:121:44: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fxacel(uint8_t xa)     { Fxacel=abs(xa); }
                                           ^~~
./extend.h:122:44: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fyacel(uint8_t ya)     { Fyacel=abs(ya); }
                                           ^
./extend.h:122:44: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fyacel(uint8_t ya)     { Fyacel=abs(ya); }
                                           ^~~
4 warnings generated.
mv -f .deps/devsel.Tpo .deps/devsel.Po
c++ -DHAVE_CONFIG_H -I. -I.. -I. -I ./lisp -I./imlib  -I./net -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE   -I/usr/local/include -DNO_CHECK  -O2 -pipe -fno-strict-aliasing  -O2 -fno-strength-reduce -fomit-frame-pointer  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wsign-compare -DHAVE_OPENGL -MT crc.o -MD -MP -MF .deps/crc.Tpo -c -o crc.o crc.cpp
c++: warning: optimization flag '-fno-strength-reduce' is not supported
mv -f .deps/crc.Tpo .deps/crc.Po
c++ -DHAVE_CONFIG_H -I. -I.. -I. -I ./lisp -I./imlib  -I./net -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE   -I/usr/local/include -DNO_CHECK  -O2 -pipe -fno-strict-aliasing  -O2 -fno-strength-reduce -fomit-frame-pointer  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wsign-compare -DHAVE_OPENGL -MT gamma.o -MD -MP -MF .deps/gamma.Tpo -c -o gamma.o gamma.cpp
c++: warning: optimization flag '-fno-strength-reduce' is not supported
In file included from gamma.cpp:19:
In file included from ./game.h:23:
In file included from ./level.h:16:
In file included from ./objects.h:19:
./extend.h:119:43: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fxvel(uint8_t xv)      { Fxvel=abs(xv); }
                                          ^
./extend.h:119:43: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fxvel(uint8_t xv)      { Fxvel=abs(xv); }
                                          ^~~
./extend.h:120:43: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fyvel(uint8_t yv)      { Fyvel=abs(yv); }
                                          ^
./extend.h:120:43: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fyvel(uint8_t yv)      { Fyvel=abs(yv); }
                                          ^~~
./extend.h:121:44: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fxacel(uint8_t xa)     { Fxacel=abs(xa); }
                                           ^
./extend.h:121:44: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fxacel(uint8_t xa)     { Fxacel=abs(xa); }
                                           ^~~
./extend.h:122:44: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fyacel(uint8_t ya)     { Fyacel=abs(ya); }
                                           ^
./extend.h:122:44: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fyacel(uint8_t ya)     { Fyacel=abs(ya); }
                                           ^~~
4 warnings generated.
mv -f .deps/gamma.Tpo .deps/gamma.Po
c++ -DHAVE_CONFIG_H -I. -I.. -I. -I ./lisp -I./imlib  -I./net -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE  -I/usr/local/include -DNO_CHECK  -O2 -pipe -fno-strict-aliasing  -O2 -fno-strength-reduce -fomit-frame-pointer  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wsign-compare -DHAVE_OPENGL -MT volumewindow.o -MD -MP -MF .deps/volumewindow.Tpo -c -o volumewindow.o `test -f 'ui/volumewindow.cpp' || echo './'`ui/volumewindow.cpp
c++: warning: optimization flag '-fno-strength-reduce' is not supported
In file included from ui/volumewindow.cpp:17:
In file included from ui/volumewindow.h:11:
In file included from ./dev.h:14:
In file included from ./game.h:23:
In file included from ./level.h:16:
In file included from ./objects.h:19:
./extend.h:119:43: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fxvel(uint8_t xv)      { Fxvel=abs(xv); }
                                          ^
./extend.h:119:43: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fxvel(uint8_t xv)      { Fxvel=abs(xv); }
                                          ^~~
./extend.h:120:43: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fyvel(uint8_t yv)      { Fyvel=abs(yv); }
                                          ^
./extend.h:120:43: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fyvel(uint8_t yv)      { Fyvel=abs(yv); }
                                          ^~~
./extend.h:121:44: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fxacel(uint8_t xa)     { Fxacel=abs(xa); }
                                           ^
./extend.h:121:44: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fxacel(uint8_t xa)     { Fxacel=abs(xa); }
                                           ^~~
./extend.h:122:44: warning: taking the absolute value of unsigned type 'uint8_t' (aka 'unsigned char') has no effect [-Wabsolute-value]
  void set_fyacel(uint8_t ya)     { Fyacel=abs(ya); }
                                           ^
./extend.h:122:44: note: remove the call to 'abs' since unsigned values cannot be negative
  void set_fyacel(uint8_t ya)     { Fyacel=abs(ya); }
                                           ^~~
In file included from ui/volumewindow.cpp:17:
In file included from ui/volumewindow.h:11:
./dev.h:135:16: warning: 'dev_term::execute' hides overloaded virtual function [-Woverloaded-virtual]
  virtual void execute(char *st);
               ^
./console.h:52:16: note: hidden overloaded virtual function 'shell_term::execute' declared here: type mismatch at 1st parameter ('const char *' vs 'char *')
  virtual void execute(char const *st);
               ^
5 warnings generated.
mv -f .deps/volumewindow.Tpo .deps/volumewindow.Po
/bin/sh ../libtool --tag=CXX    --mode=link c++  -O2 -pipe -fno-strict-aliasing  -O2 -fno-strength-reduce -fomit-frame-pointer  -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wsign-compare -DHAVE_OPENGL   -L/usr/local/lib -o abuse matrix.o timer.o specache.o  netcfg.o innet.o chat.o  endgame.o loadgame.o profile.o  cop.o statbar.o compiled.o  ant.o sensor.o demo.o lcache.o  nfclient.o clisp.o gui.o  transp.o collide.o property.o  cache.o particle.o objects.o  extend.o console.o ability.o  items.o dev.o chars.o level.o  smallfnt.o automap.o help.o  intsect.o loader2.o seq.o  points.o fnt6x13.o morpher.o  menu.o director.o view.o  configuration.o game.o light.o  devsel.o crc.o gamma.o  volumewindow.o lisp/liblisp.a sdlport/libsdlport.a imlib/libimlib.a net/libnet.a -lm -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread  -lSDL_mixer -lGL -lpthread
libtool: link: c++ -O2 -pipe -fno-strict-aliasing -O2 -fno-strength-reduce -fomit-frame-pointer -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wsign-compare -DHAVE_OPENGL -o abuse matrix.o timer.o specache.o netcfg.o innet.o chat.o endgame.o loadgame.o profile.o cop.o statbar.o compiled.o ant.o sensor.o demo.o lcache.o nfclient.o clisp.o gui.o transp.o collide.o property.o cache.o particle.o objects.o extend.o console.o ability.o items.o dev.o chars.o level.o smallfnt.o automap.o help.o intsect.o loader2.o seq.o points.o fnt6x13.o morpher.o menu.o director.o view.o configuration.o game.o light.o devsel.o crc.o gamma.o volumewindow.o -Wl,-rpath -Wl,/usr/local/lib -pthread  -L/usr/local/lib lisp/liblisp.a sdlport/libsdlport.a imlib/libimlib.a net/libnet.a -lm -lSDL -lSDL_mixer -lGL -lpthread -pthread
gui.o: In function `ico_button::handle_event(event&, image*, InputManager*)':
gui.cpp:(.text+0x634): relocation truncated to fit: R_AARCH64_LDST64_ABS_LO12_NC against symbol `S_BUTTON_PRESS_SND' defined in .bss section in compiled.o
gui.cpp:(.text+0x634): warning: One possible cause of this error is that the symbol is being referenced in the indicated code as if it had a larger alignment than was declared where it was defined.
c++: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
make[4]: stopped in /wrkdirs/usr/ports/games/abuse_sdl/work/abuse-0.8/src
*** Error code 1

Stop.
make[3]: stopped in /wrkdirs/usr/ports/games/abuse_sdl/work/abuse-0.8/src
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/games/abuse_sdl/work/abuse-0.8
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/games/abuse_sdl/work/abuse-0.8
*** Error code 1

Stop.
make: stopped in /usr/ports/games/abuse_sdl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703220404.v2M44PeA050032>