From owner-freebsd-ports-bugs@freebsd.org Sun Sep 27 06:10:26 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13075A0A0B0 for ; Sun, 27 Sep 2015 06:10:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D90C1682 for ; Sun, 27 Sep 2015 06:10:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t8R6APGf080648 for ; Sun, 27 Sep 2015 06:10:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203389] games/ioquake3-devel not compiling (speex) Date: Sun, 27 Sep 2015 06:10:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jakub_lach@mailplus.pl X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2015 06:10:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203389 Bug ID: 203389 Summary: games/ioquake3-devel not compiling (speex) Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: jakub_lach@mailplus.pl CC: kamikaze@bsdforen.de Flags: maintainer-feedback?(kamikaze@bsdforen.de) CC: kamikaze@bsdforen.de code/libspeex/bits.c:109:6: error: conflicting types for 'speex_bits_read_from' void speex_bits_read_from(SpeexBits *bits, char *chars, int len) ^ /usr/local/include/speex/speex_bits.h:80:6: note: previous declaration is here void speex_bits_read_from(SpeexBits *bits, const char *bytes, int len); ^ code/libspeex/bits.c:156:6: error: conflicting types for 'speex_bits_read_whole_bytes' void speex_bits_read_whole_bytes(SpeexBits *bits, char *chars, int nbytes) ^ /usr/local/include/speex/speex_bits.h:88:6: note: previous declaration is here void speex_bits_read_whole_bytes(SpeexBits *bits, const char *bytes, int len); ^ 2 errors generated. Makefile:2520: recipe for target 'build/release-freebsd-x86_64/client/bits.o' failed gmake[4]: *** [build/release-freebsd-x86_64/client/bits.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory '/usr/obj/usr/ports/games/ioquake3-devel/work/ioquake3-devel-GIT2390' Makefile:1242: recipe for target 'targets' failed gmake[3]: *** [targets] Error 2 gmake[3]: Leaving directory '/usr/obj/usr/ports/games/ioquake3-devel/work/ioquake3-devel-GIT2390' Makefile:1216: recipe for target 'release' failed gmake[2]: *** [release] Error 2 gmake[2]: Leaving directory '/usr/obj/usr/ports/games/ioquake3-devel/work/ioquake3-devel-GIT2390' ===> 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/ioquake3-devel *** Error code 1 I have no idea what's going on. I have speex. -- You are receiving this mail because: You are the assignee for the bug.