Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2015 09:49:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198537] games/openarena doesn't build with newer audio/speex
Message-ID:  <bug-198537-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: emmh@gulli.com
                CC: kamikaze@bsdforen.de, multimedia@FreeBSD.org
                CC: kamikaze@bsdforen.de, multimedia@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@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC 
i386

speex-1.2.r2,1

-- 
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-198537-13>