Bug 205289

Summary: games/warzone2100: build fails: Makefile:441: recipe for target 'netplay.o' failed
Product: Ports & Packages Reporter: O. Hartmann <ohartmann>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Many People CC: ohartmann
Priority: --- Flags: bugzilla: maintainer-feedback? (amdmi3)
Version: Latest   
Hardware: Any   
OS: Any   

Description O. Hartmann 2015-12-13 15:25:49 UTC
Making all in lib/netplay
gmake[4]: Entering directory '/usr/ports/games/warzone2100/work/warzone2100-3.1.2/lib/netplay'
c++ -DHAVE_CONFIG_H -I. -I../..  -I/usr/local/include/SDL -I/usr/local/include  -D_REENTRANT -D_THREAD_SAFE   -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -DWZ_DATADIR="\"/usr/local/share/warzone2100\"" -DLOCALEDIR="\"/usr/local/share/locale\"" -I../.. -I../../3rdparty -I../../3rdparty/quesoglc  -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtScript -DQT_SHARED    -I/usr/local/include -g -Wno-enum-compare -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wcast-align -Wwrite-strings -Wpointer-arith -Wno-format-security  -I/usr/local/include/qt4 -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtNetwork -I/usr/local/include/qt4/QtScript -DQT_SHARED   -O2 -pipe -O3 -march=native -fstack-protector -fno-strict-aliasing  -fstack-protector -MT netplay.o -MD -MP -MF .deps/netplay.Tpo -c -o netplay.o netplay.cpp
Makefile:441: recipe for target 'netplay.o' failed
gmake[4]: Leaving directory '/usr/ports/games/warzone2100/work/warzone2100-3.1.2/lib/netplay'
Makefile:572: recipe for target 'all-recursive' failed
gmake[3]: Leaving directory '/usr/ports/games/warzone2100/work/warzone2100-3.1.2'
Makefile:491: recipe for target 'all' failed
gmake[2]: Leaving directory '/usr/ports/games/warzone2100/work/warzone2100-3.1.2'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Comment 1 O. Hartmann 2015-12-13 15:27:05 UTC
Forgot to add: system is most recent CURRENT: FreeBSD 11.0-CURRENT #5 r292162: Sun Dec 13 13:13:36 CET 2015 amd64 

and ports are up to date as well as every port maintained via portmaster as of today.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2015-12-14 14:25:19 UTC
You log does not contain the actual error, but I think I know which the problem is, as it was already reported. Please test after r403724.

Actually, the more correct solution would be to to unbundle miniupnpc, but I need testers for this.