Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2004 10:22:39 GMT
From:      Volker Stolz <vs@FreeBSD.org>
To:        ahze@ahze.net, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/71172: [PATCH] audio/py23-vorbis: update to 1.4
Message-ID:  <200409021022.i82AMd9R012935@freefall.freebsd.org>

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



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