Your message dated Tue, 04 May 2010 19:22:07 +0200
with message-id <4be057bf.9050...@piem.org>
and subject line Re: Bug#580237: python-aubio: syntax errors with Python 2.6
has caused the Debian Bug report #580237,
regarding python-aubio: syntax errors with Python 2.6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
580237: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-aubio
Version: 0.3.2-4
Severity: serious
Justification: http://lists.debian.org/debian-release/2010/02/msg00325.html
User: debian-pyt...@lists.debian.org
Usertags: python2.6

Hello,

Files shipped by python-aubio are not syntactially correct for Python 2.6 (which we expect to become the default soon):
| $ python2.6 -m compileall aubio-0.3.2/python/
| Listing aubio-0.3.2/python/ ...
| Listing aubio-0.3.2/python/aubio ...
| Listing aubio-0.3.2/python/aubio/bench ...
| Compiling aubio-0.3.2/python/aubio/bench/onset.py ...
| SyntaxError: ('invalid syntax', ('aubio-0.3.2/python/aubio/bench/onset.py', 114, 36, 
"\t\td.append(Gnuplot.Data(fp, gd, with='linespoints', \n"))
|
| Compiling aubio-0.3.2/python/aubio/gnuplot.py ...
| SyntaxError: ('invalid syntax', ('aubio-0.3.2/python/aubio/gnuplot.py', 158, 30, " 
 return Gnuplot.Data(x,y,with='lines')\n"))
|
| Listing aubio-0.3.2/python/aubio/plot ...
| Compiling aubio-0.3.2/python/aubio/plot/keyboard.py ...
| SyntaxError: ('invalid syntax', ('aubio-0.3.2/python/aubio/plot/keyboard.py', 33, 51, 
"  whites  = Gnuplot.Data(xw,yw,xwdelta,ywdelta,with = 'boxxyerrorbars')\n"))
|
| Listing aubio-0.3.2/python/aubio/task ...
| Compiling aubio-0.3.2/python/aubio/task/beat.py ...
| SyntaxError: ('invalid syntax', ('aubio-0.3.2/python/aubio/task/beat.py', 250, 41, 
'\t\toplots.append(Gnuplot.Data(results,with=\'linespoints\',title="auto"))\n'))
|
| Compiling aubio-0.3.2/python/aubio/task/notes.py ...
| SyntaxError: ('invalid syntax', ('aubio-0.3.2/python/aubio/task/notes.py', 98, 42, 
"\t\toplots.append(Gnuplot.Data(now,freq,with='lines',\n"))
|
| Compiling aubio-0.3.2/python/aubio/task/onset.py ...
| SyntaxError: ('invalid syntax', ('aubio-0.3.2/python/aubio/task/onset.py', 106, 47, 
"\t\toplot.append(Gnuplot.Data(downtime,ofunc,with='lines',title=self.params.onsetmode))\n"))
|
| Compiling aubio-0.3.2/python/aubio/task/pitch.py ...
| SyntaxError: ('invalid syntax', ('aubio-0.3.2/python/aubio/task/pitch.py', 159, 44, 
"\t\toplots.append(Gnuplot.Data(time,pitch,with='lines',\n"))
|
| Listing aubio-0.3.2/python/aubio/web ...

If you need help with fixing this bug, don't hesitate to ask on #debian-python or debian-pyt...@lists.debian.org.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
severity normal
tags 580237 fixed-upstream
thanks

There is a patch in the debian package, addressing this issue:

http://bzr.debian.org/loggerhead/users/piem/aubio/annotate/head:/debian/patches/01_numarray_gnuplot.diff?

I'm closing this bug, please re-open if i missed something.

cheers, piem

Jakub Wilk wrote:
> Package: python-aubio
> Version: 0.3.2-4
> Severity: serious
> Justification: http://lists.debian.org/debian-release/2010/02/msg00325.html
> User: debian-pyt...@lists.debian.org
> Usertags: python2.6
> 
> Hello,
> 
> Files shipped by python-aubio are not syntactially correct for Python
> 2.6 (which we expect to become the default soon):
> | $ python2.6 -m compileall aubio-0.3.2/python/
> | Listing aubio-0.3.2/python/ ...
> | Listing aubio-0.3.2/python/aubio ...
> | Listing aubio-0.3.2/python/aubio/bench ...
> | Compiling aubio-0.3.2/python/aubio/bench/onset.py ...
> | SyntaxError: ('invalid syntax',
> ('aubio-0.3.2/python/aubio/bench/onset.py', 114, 36,
> "\t\td.append(Gnuplot.Data(fp, gd, with='linespoints', \n"))
> |
> | Compiling aubio-0.3.2/python/aubio/gnuplot.py ...
> | SyntaxError: ('invalid syntax',
> ('aubio-0.3.2/python/aubio/gnuplot.py', 158, 30, "  return
> Gnuplot.Data(x,y,with='lines')\n"))
> |
> | Listing aubio-0.3.2/python/aubio/plot ...
> | Compiling aubio-0.3.2/python/aubio/plot/keyboard.py ...
> | SyntaxError: ('invalid syntax',
> ('aubio-0.3.2/python/aubio/plot/keyboard.py', 33, 51, "  whites  =
> Gnuplot.Data(xw,yw,xwdelta,ywdelta,with = 'boxxyerrorbars')\n"))
> |
> | Listing aubio-0.3.2/python/aubio/task ...
> | Compiling aubio-0.3.2/python/aubio/task/beat.py ...
> | SyntaxError: ('invalid syntax',
> ('aubio-0.3.2/python/aubio/task/beat.py', 250, 41,
> '\t\toplots.append(Gnuplot.Data(results,with=\'linespoints\',title="auto"))\n'))
> 
> |
> | Compiling aubio-0.3.2/python/aubio/task/notes.py ...
> | SyntaxError: ('invalid syntax',
> ('aubio-0.3.2/python/aubio/task/notes.py', 98, 42,
> "\t\toplots.append(Gnuplot.Data(now,freq,with='lines',\n"))
> |
> | Compiling aubio-0.3.2/python/aubio/task/onset.py ...
> | SyntaxError: ('invalid syntax',
> ('aubio-0.3.2/python/aubio/task/onset.py', 106, 47,
> "\t\toplot.append(Gnuplot.Data(downtime,ofunc,with='lines',title=self.params.onsetmode))\n"))
> 
> |
> | Compiling aubio-0.3.2/python/aubio/task/pitch.py ...
> | SyntaxError: ('invalid syntax',
> ('aubio-0.3.2/python/aubio/task/pitch.py', 159, 44,
> "\t\toplots.append(Gnuplot.Data(time,pitch,with='lines',\n"))
> |
> | Listing aubio-0.3.2/python/aubio/web ...
> 
> If you need help with fixing this bug, don't hesitate to ask on
> #debian-python or debian-pyt...@lists.debian.org.
> 



--- End Message ---

Reply via email to