[Bug 600945] Re: pyao fails to build from source in maverick

Launchpad Bug Tracker 600945 at bugs.launchpad.net
Mon Aug 2 11:35:25 BST 2010


This bug was fixed in the package pyao - 0.82-3ubuntu1

---------------
pyao (0.82-3ubuntu1) maverick; urgency=low

  * Merge from debian unstable.(LP: #600945) Remaining changes:
    - Build a python-pyao-dbg package.
    - debian/rules(clean): Simplify.
    - Build for python 2.6

pyao (0.82-3) unstable; urgency=low

  * QA upload.
  * src/aomodule.{c,h}:
    + Add a driver_id property to ao_Object, allowing building with libao4
      which has made the ao_device structure opaque.  Thanks, Julien Cristau.
      (Closes: #577345)
    + Use "i" in format strings when referring to arguments of type "int".
      Thanks, Philipp Jocham.  (Closes: #492917)
    + Fix FTBFS with Python 2.5.  Thanks to Philipp Jocham for the patch.
      (Closes: #492772)
  * debian/copyright: Use correct path to the common-licenses copy of
    version 2 of the GPL.
  * debian/control:
    + Add ${misc:Depends}.
    + Bump Standards-Version to 3.8.4; no changes necessary.
 -- Bhavani Shankar <bhavi at ubuntu.com>   Mon, 12 Jul 2010 11:33:34 +0530

** Changed in: pyao (Ubuntu Maverick)
       Status: Fix Committed => Fix Released

-- 
pyao fails to build from source in maverick
https://bugs.launchpad.net/bugs/600945
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.

Status in “pyao” package in Ubuntu: Fix Released
Status in “pyao” source package in Maverick: Fix Released

Bug description:
seen in a test rebuild and in maverick:
https://launchpad.net/ubuntu/+archive/test-rebuild-20100628/+build/1835981

gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fPIC -I/usr/include -I/usr/include/python2.6 -c src/aomodule.c -o build/temp.linux-x86_64-2.6/src/aomodule.o
src/aomodule.c: In function 'dict_to_options':
src/aomodule.c:18: warning: passing argument 2 of 'PyDict_Next' from incompatible pointer type
/usr/include/python2.6/dictobject.h:102: note: expected 'Py_ssize_t *' but argument is of type 'int *'
src/aomodule.c: In function 'py_ao_driver_info':
src/aomodule.c:187: error: dereferencing pointer to incomplete type
error: command 'gcc' failed with exit status 1
make: *** [build-2.6] Error 1





More information about the Ubuntu-sponsors mailing list