pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: wip/aubio



On Wed, Jan 27, 2010 at 06:50:47AM +0000, PHO / phonohawk wrote:
> Module name:  wip
> Committed by: phonohawk
> Date:         Wed Jan 27 06:50:32 UTC 2010
> 
> Import into wip/aubio

I get PLIST errors during installation:

=> Checking file-check results for aubio-0.3.2
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/bench/onset.pyc
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/bench/onset.pyo
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/gnuplot.pyc
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/gnuplot.pyo
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/plot/keyboard.pyc
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/plot/keyboard.pyo
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/beat.pyc
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/beat.pyo
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/notes.pyc
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/notes.pyo
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/onset.pyc
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/onset.pyo
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/pitch.pyc
ERROR:         
/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/pitch.pyo
*** Error code 1

It seems the files are not byte-compiled... looking up in the build
output, I see:
 /usr/bin/install -c -o pbulk -g builder -m 644 'bench/onset.py' 
'/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/bench/onset.py'
Byte-compiling python modules...
__init__.py broadcast.py config.py node.py onset.pySyntaxError: ('invalid 
syntax', 
('/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/bench/onset.py',
 114, 36, "\t\td.append(Gnuplot.Data
(fp, gd, with='linespoints', \n"))


and...

 /usr/bin/install -c -o pbulk -g builder -m 644 'task/notes.py' 
'/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/notes.py'
Byte-compiling python modules...
__init__.py params.py utils.py onset.pySyntaxError: ('invalid syntax', 
('/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/onset.py',
 106, 47, "\t\toplot.append(Gnuplot.Data(downtime
,ofunc,with='lines',title=self.params.onsetmode))\n"))

 silence.py cut.py beat.pySyntaxError: ('invalid syntax', 
('/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/beat.py',
 250, 41, '\t\toplots.append(Gnuplot.Data(results,with=\'linesp
oints\',title="auto"))\n'))

 task.py pitch.pySyntaxError: ('invalid syntax', 
('/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/pitch.py',
 159, 44, "\t\toplots.append(Gnuplot.Data(time,pitch,with='lines',\n"))

 notes.pySyntaxError: ('invalid syntax', 
('/scratch/wip/aubio/work/.destdir/usr/pkg/lib/python2.6/site-packages/aubio/task/notes.py',
 98, 42, "\t\toplots.append(Gnuplot.Data(now,freq,with='lines',\n"))


I'm using python2.6 on NetBSD-5.99.24/amd64.
 Thomas

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index