[Bug 190843] [PATCH] games/odamex to 0.7.0

bz-noreply at freebsd.org bz-noreply at freebsd.org
Tue Jun 10 11:14:36 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190843

--- Comment #1 from Carlos Jacobo Puga Medina <cjpugmed at gmail.com> ---
odamex fails to build with LAUNCHER enabled on CURRENT, despite that
<sys/time.h> header contains the definition of the 'struct timeval'

<snip>
Scanning dependencies of target odalaunch
[ 41%] Building CXX object
odalaunch/CMakeFiles/odalaunch.dir/__/odalpapi/net_io.cpp.o
/usr/ports/games/odamex/work/odamex-src-0.7.0/odalpapi/net_io.cpp:249:19:
error: variable has incomplete type 'struct timeval'
        struct timeval   tv;
                         ^
/usr/include/unistd.h:487:8: note: forward declaration of 'odalpapi::timeval'
struct timeval;                         /* select(2) */
       ^
1 error generated.
*** [odalaunch/CMakeFiles/odalaunch.dir/__/odalpapi/net_io.cpp.o] Error code 1

make[4]: stopped in /usr/ports/games/odamex/work/odamex-src-0.7.0
1 error

make[4]: stopped in /usr/ports/games/odamex/work/odamex-src-0.7.0
*** [odalaunch/CMakeFiles/odalaunch.dir/all] Error code 2

make[3]: stopped in /usr/ports/games/odamex/work/odamex-src-0.7.0
1 error

make[3]: stopped in /usr/ports/games/odamex/work/odamex-src-0.7.0
*** [all] Error code 2

make[2]: stopped in /usr/ports/games/odamex/work/odamex-src-0.7.0
1 error

make[2]: stopped in /usr/ports/games/odamex/work/odamex-src-0.7.0
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/games/odamex
*** Error code 1

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list