[package - head-amd64-default][games/frogatto] Failed for frogatto-1.3.1_13 in build
pkg-fallout at FreeBSD.org
pkg-fallout at FreeBSD.org
Tue Feb 6 23:39:46 UTC 2018
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: fiziologus at gmail.com
Last committer: jbeich at FreeBSD.org
Ident: $FreeBSD: head/games/frogatto/Makefile 459315 2018-01-18 04:11:02Z jbeich $
Log URL: http://beefy12.nyi.freebsd.org/data/head-amd64-default/p461032_s328914/logs/frogatto-1.3.1_13.log
Build URL: http://beefy12.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p461032_s328914
Log:
=>> Building games/frogatto
build started at Tue Feb 6 23:38:25 UTC 2018
port directory: /usr/ports/games/frogatto
package name: frogatto-1.3.1_13
building for: FreeBSD head-amd64-default-job-17 12.0-CURRENT FreeBSD 12.0-CURRENT 1200056 amd64
maintained by: fiziologus at gmail.com
Makefile ident: $FreeBSD: head/games/frogatto/Makefile 459315 2018-01-18 04:11:02Z jbeich $
Poudriere version: 3.2.4-42-g98f2e28b
Host OSVERSION: 1200054
Jail OSVERSION: 1200056
Job Id: 17
!!! Jail is newer than host. (Jail: 1200056, Host: 1200054) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!
---Begin Environment---
SHELL=/bin/csh
OSVERSION=1200056
UNAME_v=FreeBSD 12.0-CURRENT 1200056
UNAME_r=12.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
OLDPWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.2.4-42-g98f2e28b
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 Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---
---Begin OPTIONS List---
---End OPTIONS List---
--MAINTAINER--
fiziologus at gmail.com
--End MAINTAINER--
--CONFIGURE_ARGS--
--End CONFIGURE_ARGS--
--CONFIGURE_ENV--
SDL_CONFIG=/usr/local/bin/sdl-config MAKE=gmake PKG_CONFIG=pkgconf XDG_DATA_HOME=/wrkdirs/usr/ports/games/frogatto/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/frogatto/work HOME=/wrkdirs/usr/ports/games/frogatto/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/games/frogatto/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--
SDL_CONFIG=/usr/local/bin/sdl-config XDG_DATA_HOME=/wrkdirs/usr/ports/games/frogatto/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/frogatto/work HOME=/wrkdirs/usr/ports/games/frogatto/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/games/frogatto/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 LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -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="" PORTEXAMPLES="" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/frogatto" EXAMPLESDIR="share/examples/frogatto" DATADIR="share/frogatto" WWWDIR="www/frogatto" ETCDIR="etc/frogatto"
--End PLIST_SUB--
--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/frogatto DOCSDIR=/usr/local/share/doc/frogatto EXAMPLESDIR=/usr/local/share/examples/frogatto WWWDIR=/usr/local/www/frogatto ETCDIR=/usr/local/etc/frogatto
--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 ####
ARCH=amd64
CONFIGURE_MAX_CMD_LEN=262144
HAVE_COMPAT_IA32_KERN=YES
OPSYS=FreeBSD
OSREL=12.0
OSVERSION=1200056
PYTHONBASE=/usr/local
UID=0
_OSRELEASE=12.0-CURRENT
#### 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) 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 FROGATTO GPLv3 accepted by the user
===========================================================================
=======================<phase: pkg-depends >============================
===> frogatto-1.3.1_13 depends on file: /usr/local/sbin/pkg - not found
===> Installing existing package /packages/All/pkg-1.10.4.txz
[head-amd64-default-job-17] Installing pkg-1.10.4...
[head-amd64-default-job-17] Extracting pkg-1.10.4: .......... done
===> frogatto-1.3.1_13 depends on file: /usr/local/sbin/pkg - found
===> Returning to build of frogatto-1.3.1_13
===========================================================================
=======================<phase: fetch-depends >============================
===========================================================================
=======================<phase: fetch >============================
===> License FROGATTO GPLv3 accepted by the user
=> frogatto-frogatto-1.3.1_GH0.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch https://codeload.github.com/frogatto/frogatto/tar.gz/1.3.1?dummy=/frogatto-frogatto-1.3.1_GH0.tar.gz
fetch: https://codeload.github.com/frogatto/frogatto/tar.gz/1.3.1?dummy=/frogatto-frogatto-1.3.1_GH0.tar.gz: size unknown
fetch: https://codeload.github.com/frogatto/frogatto/tar.gz/1.3.1?dummy=/frogatto-frogatto-1.3.1_GH0.tar.gz: size of remote file is not known
frogatto-frogatto-1.3.1_GH0.tar.gz 0 B 0 Bps
===> Fetching all distfiles required by frogatto-1.3.1_13 for building
===========================================================================
=======================<phase: checksum >============================
===> License FROGATTO GPLv3 accepted by the user
===> Fetching all distfiles required by frogatto-1.3.1_13 for building
=> SHA256 Checksum OK for frogatto-frogatto-1.3.1_GH0.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract >============================
===> License FROGATTO GPLv3 accepted by the user
===> Fetching all distfiles required by frogatto-1.3.1_13 for building
===> Extracting for frogatto-1.3.1_13
=> SHA256 Checksum OK for frogatto-frogatto-1.3.1_GH0.tar.gz.
===========================================================================
=======================<phase: patch-depends >============================
===========================================================================
=======================<phase: patch >============================
===> Patching for frogatto-1.3.1_13
===> Applying FreeBSD patches for frogatto-1.3.1_13
===========================================================================
=======================<phase: build-depends >============================
===> frogatto-1.3.1_13 depends on file: /usr/local/bin/sdl-config - not found
===> Installing existing package /packages/All/sdl-1.2.15_10,2.txz
[head-amd64-default-job-17] Installing sdl-1.2.15_10,2...
[head-amd64-default-job-17] `-- Installing aalib-1.4.r5_11...
[head-amd64-default-job-17] | `-- Installing indexinfo-0.3.1...
[head-amd64-default-job-17] | `-- Extracting indexinfo-0.3.1: .... done
[head-amd64-default-job-17] `-- Extracting aalib-1.4.r5_11: .......... done
[head-amd64-default-job-17] `-- Installing libGLU-9.0.0_3...
[head-amd64-default-job-17] | `-- Installing mesa-libs-17.3.1...
[head-amd64-default-job-17] | | `-- Installing expat-2.2.5...
[head-amd64-default-job-17] | | `-- Extracting expat-2.2.5: .......... done
[head-amd64-default-job-17] | | `-- Installing libX11-1.6.5,1...
[head-amd64-default-job-17] | | `-- Installing kbproto-1.0.7...
[head-amd64-default-job-17] | | `-- Extracting kbproto-1.0.7: .......... done
[head-amd64-default-job-17] | | `-- Installing libXau-1.0.8_3...
[head-amd64-default-job-17] | | | `-- Installing xproto-7.0.31...
[head-amd64-default-job-17] | | | `-- Extracting xproto-7.0.31: .......... done
[head-amd64-default-job-17] | | `-- Extracting libXau-1.0.8_3: .......... done
[head-amd64-default-job-17] | | `-- Installing libXdmcp-1.1.2...
[head-amd64-default-job-17] | | `-- Extracting libXdmcp-1.1.2: ......... done
[head-amd64-default-job-17] | | `-- Installing libxcb-1.12_2...
[head-amd64-default-job-17] | | | `-- Installing libpthread-stubs-0.4...
[head-amd64-default-job-17] | | | `-- Extracting libpthread-stubs-0.4: . done
[head-amd64-default-job-17] | | | `-- Installing libxml2-2.9.7...
[head-amd64-default-job-17] | | | `-- Extracting libxml2-2.9.7: .......... done
<snip>
===> NOTICE:
The sdl_image 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
===> frogatto-1.3.1_13 depends on shared library: libSDL_image.so - found (/usr/local/lib/libSDL_image.so)
===> Returning to build of frogatto-1.3.1_13
===> frogatto-1.3.1_13 depends on shared library: libSDL_mixer.so - not found
===> Installing existing package /packages/All/sdl_mixer-1.2.12_12.txz
[head-amd64-default-job-17] Installing sdl_mixer-1.2.12_12...
[head-amd64-default-job-17] `-- Installing flac-1.3.2...
[head-amd64-default-job-17] | `-- Installing libogg-1.3.3,4...
[head-amd64-default-job-17] | `-- Extracting libogg-1.3.3,4: .......... done
[head-amd64-default-job-17] `-- Extracting flac-1.3.2: .......... done
[head-amd64-default-job-17] `-- Installing libmikmod-3.3.11.1...
[head-amd64-default-job-17] `-- Extracting libmikmod-3.3.11.1: .......... done
[head-amd64-default-job-17] `-- Installing libvorbis-1.3.5_1,3...
[head-amd64-default-job-17] `-- Extracting libvorbis-1.3.5_1,3: .......... done
[head-amd64-default-job-17] `-- Installing smpeg-0.4.4_14...
[head-amd64-default-job-17] `-- Extracting smpeg-0.4.4_14: .......... done
[head-amd64-default-job-17] `-- Installing timidity-0.2i_1...
[head-amd64-default-job-17] `-- Extracting timidity-0.2i_1: .......... done
[head-amd64-default-job-17] Extracting sdl_mixer-1.2.12_12: ......... done
Message from timidity-0.2i_1:
===> NOTICE:
The timidity 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
Message from sdl_mixer-1.2.12_12:
===> NOTICE:
The sdl_mixer 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
===> frogatto-1.3.1_13 depends on shared library: libSDL_mixer.so - found (/usr/local/lib/libSDL_mixer.so)
===> Returning to build of frogatto-1.3.1_13
===> frogatto-1.3.1_13 depends on shared library: libSDL_ttf.so - not found
===> Installing existing package /packages/All/sdl_ttf-2.0.11_7.txz
[head-amd64-default-job-17] Installing sdl_ttf-2.0.11_7...
[head-amd64-default-job-17] `-- Installing freetype2-2.8_1...
[head-amd64-default-job-17] `-- Extracting freetype2-2.8_1: .......... done
[head-amd64-default-job-17] Extracting sdl_ttf-2.0.11_7: .......... done
Message from freetype2-2.8_1:
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
the default, emulating a modern version of ClearType. This change inevitably
leads to different rendering results, and you might change port's options to
adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
variable).
The environment variable "FREETYPE_PROPERTIES" can be used to control the
driver properties. Example:
FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
cff:no-stem-darkening=1 \
autofitter:warping=1
This allows to select, say, the subpixel hinting mode at runtime for a given
application.
The controllable properties are listed in the section "Controlling FreeType
Modules" in the reference's table of contents
(/usr/local/share/doc/freetype2/reference/ft2-toc.html, if documentation was installed).
Message from sdl_ttf-2.0.11_7:
===> NOTICE:
The sdl_ttf 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
===> frogatto-1.3.1_13 depends on shared library: libSDL_ttf.so - found (/usr/local/lib/libSDL_ttf.so)
===> Returning to build of frogatto-1.3.1_13
===> frogatto-1.3.1_13 depends on shared library: libGLEW.so - not found
===> Installing existing package /packages/All/glew-2.1.0.txz
[head-amd64-default-job-17] Installing glew-2.1.0...
[head-amd64-default-job-17] `-- Installing libXi-1.7.9,1...
[head-amd64-default-job-17] | `-- Installing inputproto-2.3.2...
[head-amd64-default-job-17] | `-- Extracting inputproto-2.3.2: ........ done
[head-amd64-default-job-17] `-- Extracting libXi-1.7.9,1: .......... done
[head-amd64-default-job-17] `-- Installing libXmu-1.1.2_3,1...
[head-amd64-default-job-17] | `-- Installing libXt-1.1.5,1...
[head-amd64-default-job-17] | | `-- Installing libSM-1.2.2_3,1...
[head-amd64-default-job-17] | | `-- Installing libICE-1.0.9_1,1...
[head-amd64-default-job-17] | | `-- Extracting libICE-1.0.9_1,1: .......... done
[head-amd64-default-job-17] | | `-- Extracting libSM-1.2.2_3,1: .......... done
[head-amd64-default-job-17] | `-- Extracting libXt-1.1.5,1: .......... done
[head-amd64-default-job-17] `-- Extracting libXmu-1.1.2_3,1: .......... done
[head-amd64-default-job-17] Extracting glew-2.1.0: .......... done
===> frogatto-1.3.1_13 depends on shared library: libGLEW.so - found (/usr/local/lib/libGLEW.so)
===> Returning to build of frogatto-1.3.1_13
===> frogatto-1.3.1_13 depends on shared library: libGLU.so - found (/usr/local/lib/libGLU.so)
===========================================================================
=======================<phase: configure >============================
===> Configuring for frogatto-1.3.1_13
===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/games/frogatto/work/frogatto-1.3.1/MacOSJet/libpng-1.5.5/aclocal.m4
===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/games/frogatto/work/frogatto-1.3.1/MacOSJet/libpng-1.5.5/configure
===========================================================================
=======================<phase: build >============================
===> Building for frogatto-1.3.1_13
gmake[1]: Entering directory '/wrkdirs/usr/ports/games/frogatto/work/frogatto-1.3.1'
c++ \
-fno-inline-functions -fthreadsafe-statics -Wnon-virtual-dtor -Wformat -Wswitch -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include/libdrm -pthread -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libpng16 -DIMPLEMENT_SAVE_PNG \
-c src/IMG_savepng.cpp
c++ -fno-inline-functions -fthreadsafe-statics -Wnon-virtual-dtor -Wformat -Wswitch -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include/libdrm -pthread -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libpng16 -DIMPLEMENT_SAVE_PNG -MM src/IMG_savepng.cpp > IMG_savepng.d
c++ \
-fno-inline-functions -fthreadsafe-statics -Wnon-virtual-dtor -Wformat -Wswitch -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include/libdrm -pthread -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libpng16 -DIMPLEMENT_SAVE_PNG \
-c src/achievements.cpp
c++ -fno-inline-functions -fthreadsafe-statics -Wnon-virtual-dtor -Wformat -Wswitch -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include/libdrm -pthread -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libpng16 -DIMPLEMENT_SAVE_PNG -MM src/achievements.cpp > achievements.d
c++ \
-fno-inline-functions -fthreadsafe-statics -Wnon-virtual-dtor -Wformat -Wswitch -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/SDL -I/usr/local/include/libdrm -pthread -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/libpng16 -DIMPLEMENT_SAVE_PNG \
-c src/animation_creator.cpp
In file included from src/animation_creator.cpp:6:
In file included from src/animation_creator.hpp:11:
In file included from src/animation_preview_widget.hpp:8:
In file included from src/frame.hpp:11:
src/texture.hpp:61:30: error: no viable conversion from returned value of type 'boost::shared_ptr<ID>' to function return type 'bool'
bool valid() const { return id_; }
^~~
In file included from src/animation_creator.cpp:6:
In file included from src/animation_creator.hpp:15:
In file included from src/dropdown_widget.hpp:13:
src/text_editor_widget.hpp:41:75: warning: '&&' within '||' [-Wlogical-op-parentheses]
bool operator<(const Loc& o) const { return row < o.row || row == o.row && col < o.col; }
~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~
src/text_editor_widget.hpp:41:75: note: place parentheses around the '&&' expression to silence this warning
bool operator<(const Loc& o) const { return row < o.row || row == o.row && col < o.col; }
^
( )
In file included from src/animation_creator.cpp:13:
In file included from src/level.hpp:26:
src/level_object.hpp:45:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
return a.y < b.y || a.y == b.y && a.x < b.x;
~~ ~~~~~~~~~~~^~~~~~~~~~~~
src/level_object.hpp:45:34: note: place parentheses around the '&&' expression to silence this warning
return a.y < b.y || a.y == b.y && a.x < b.x;
^
( )
src/level_object.hpp:49:44: warning: '&&' within '||' [-Wlogical-op-parentheses]
return a.y < b.second || a.y == b.second && a.x < b.first;
~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/level_object.hpp:49:44: note: place parentheses around the '&&' expression to silence this warning
return a.y < b.second || a.y == b.second && a.x < b.first;
^
( )
src/level_object.hpp:53:44: warning: '&&' within '||' [-Wlogical-op-parentheses]
return a.second < b.y || a.second == b.y && a.first < b.x;
~~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/level_object.hpp:53:44: note: place parentheses around the '&&' expression to silence this warning
return a.second < b.y || a.second == b.y && a.first < b.x;
^
( )
src/level_object.hpp:59:54: warning: '&&' within '||' [-Wlogical-op-parentheses]
return a.zorder < b.zorder || a.zorder == b.zorder && a.y < b.y || a.zorder == b.zorder && a.y == b.y && a.x < b.x;
~~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
src/level_object.hpp:59:54: note: place parentheses around the '&&' expression to silence this warning
return a.zorder < b.zorder || a.zorder == b.zorder && a.y < b.y || a.zorder == b.zorder && a.y == b.y && a.x < b.x;
^
( )
src/level_object.hpp:59:105: warning: '&&' within '||' [-Wlogical-op-parentheses]
return a.zorder < b.zorder || a.zorder == b.zorder && a.y < b.y || a.zorder == b.zorder && a.y == b.y && a.x < b.x;
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
src/level_object.hpp:59:105: note: place parentheses around the '&&' expression to silence this warning
return a.zorder < b.zorder || a.zorder == b.zorder && a.y < b.y || a.zorder == b.zorder && a.y == b.y && a.x < b.x;
^
( )
6 warnings and 1 error generated.
gmake[1]: *** [Makefile:49: animation_creator.o] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/games/frogatto/work/frogatto-1.3.1'
*** Error code 1
Stop.
make: stopped in /usr/ports/games/frogatto
More information about the freebsd-pkg-fallout
mailing list