[Bug 198537] games/openarena doesn't build with newer audio/speex

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Mar 12 09:49:53 UTC 2015


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

            Bug ID: 198537
           Summary: games/openarena doesn't build with newer audio/speex
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: emmh at gulli.com
                CC: kamikaze at bsdforen.de, multimedia at FreeBSD.org
                CC: kamikaze at bsdforen.de, multimedia at FreeBSD.org

Created attachment 154238
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=154238&action=edit
Output of make

openarena doesn't build with speex-1.2.r2,1

[root@******* /usr/ports/games/openarena]#make
[...]
CC code/libspeex/bits.c
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.
[...]

# uname -a
FreeBSD ******* 10.1-RELEASE-p6 FreeBSD 10.1-RELEASE-p6 #0: Tue Feb 24 18:57:59
UTC 2015     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC 
i386

speex-1.2.r2,1

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-multimedia mailing list