Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 06:10:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203389] games/ioquake3-devel not compiling (speex)
Message-ID:  <bug-203389-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.



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