Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 11:14:36 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190843] [PATCH] games/odamex to 0.7.0
Message-ID:  <bug-190843-13-uq3iWwsRyS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190843-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190843-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190843

--- Comment #1 from Carlos Jacobo Puga Medina <cjpugmed@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190843-13-uq3iWwsRyS>