From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 10 11:14:36 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 284A5D3 for ; Tue, 10 Jun 2014 11:14:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB35E2783 for ; Tue, 10 Jun 2014 11:14:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ABEZkG030616 for ; Tue, 10 Jun 2014 12:14:35 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 190843] [PATCH] games/odamex to 0.7.0 Date: Tue, 10 Jun 2014 11:14:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cjpugmed@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 11:14:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190843 --- Comment #1 from Carlos Jacobo Puga Medina --- odamex fails to build with LAUNCHER enabled on CURRENT, despite that header contains the definition of the 'struct timeval' 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.