ports/71172: [PATCH] audio/py23-vorbis: update to 1.4

Volker Stolz vs at FreeBSD.org
Thu Sep 2 10:22:40 UTC 2004


Synopsis: [PATCH] audio/py23-vorbis: update to 1.4

State-Changed-From-To: open->feedback
State-Changed-By: vs
State-Changed-When: Thu Sep 2 10:21:47 GMT 2004
State-Changed-Why: 
Does not build on 4.10:

cc -fno-strict-aliasing -DNDEBUG -O -pipe -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x100000 -O -pipe -g -fPIC -DVERSION="1.4" -I/usr/local/include -I/usr/local/include -I/usr/local/include/python2.3 -c src/pyvorbisfile.c -o build/temp.freebsd-4.10-STABLE-i386-2.3/src/pyvorbisfile.o
src/pyvorbisfile.c: In function `py_ov_file_dealloc':
src/pyvorbisfile.c:188: syntax error before `*'
src/pyvorbisfile.c:189: `py_self' undeclared (first use in this function)
src/pyvorbisfile.c:189: (Each undeclared identifier is reported only once
src/pyvorbisfile.c:189: for each function it appears in.)
src/pyvorbisfile.c: In function `py_ov_open':
src/pyvorbisfile.c:241: syntax error before `int'
src/pyvorbisfile.c:242: `orig_fd' undeclared (first use in this function)
src/pyvorbisfile.c:243: `new_fd' undeclared (first use in this function)
error: command 'cc' failed with exit status 1
*** Error code 1

It does build with CC=gcc34, though.

http://www.freebsd.org/cgi/query-pr.cgi?pr=71172



More information about the freebsd-ports-bugs mailing list