Bug 205289 - games/warzone2100: build fails: Makefile:441: recipe for target 'netplay.o' failed
Summary: games/warzone2100: build fails: Makefile:441: recipe for target 'netplay.o' f...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-13 15:25 UTC by O. Hartmann
Modified: 2016-12-26 12:41 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (amdmi3)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.