
On Sun, Apr 20, 2014 at 03:45:07PM -0700, Bryce Harrington wrote:
Hi all,
- Chill. √ Development focuses on wrapping up √ Disable features that aren't finished -----> Identify 'make distcheck' issues Identify any critical OSX/Win32 packaging issues Identify remaining writing needed for Release Notes. √ Regressions Bug Hunt: 500 points Update tutorials and other docs
'make distcheck' issues
- Then at the end I get a bunch of issues about .coverage files not being writable.
File "/usr/local/lib/python2.7/dist-packages/coverage-3.6-py2.7-linux-x86_64.egg/coverage/data.py", pline 125, in write_file fdata = open(filename, 'wb') IOError: [Errno 13] Permission denied: '/home/bryce/src/Inkscape/inkscape/build-humber/inkscape-0.48+devel/share/extensions/test/.coverage'
I thought perhaps this was due to doing an out-of-tree build, but I get the same with an in-tree build:
OK Traceback (most recent call last): File "/usr/local/bin/coverage", line 9, in <module> load_entry_point('coverage==3.6', 'console_scripts', 'coverage')() File "/usr/local/lib/python2.7/dist-packages/coverage-3.6-py2.7-linux-x86_64.egg/coverage/cmdline.py", line 710, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python2.7/dist-packages/coverage-3.6-py2.7-linux-x86_64.egg/coverage/cmdline.py", line 429, in command_line self.do_execute(options, args) File "/usr/local/lib/python2.7/dist-packages/coverage-3.6-py2.7-linux-x86_64.egg/coverage/cmdline.py", line 567, in do_execute self.coverage.save() File "/usr/local/lib/python2.7/dist-packages/coverage-3.6-py2.7-linux-x86_64.egg/coverage/control.py", line 457, in save self.data.write(suffix=data_suffix) File "/usr/local/lib/python2.7/dist-packages/coverage-3.6-py2.7-linux-x86_64.egg/coverage/data.py", line 88, in write self.write_file(filename) File "/usr/local/lib/python2.7/dist-packages/coverage-3.6-py2.7-linux-x86_64.egg/coverage/data.py", line 125, in write_file fdata = open(filename, 'wb') IOError: [Errno 13] Permission denied: '/home/bryce/src/Inkscape/inkscape/inkscape-0.48+devel/share/extensions/test/.coverage'
Anyone else seeing this?
I know Krzysztof said distcheck passed for him on Apr 10th, so am guessing this to either be a recent regression, or I'm doing something wrong...
If you get a chance to investigate the above issues and sort them out, or discover something that might help in solving them, please reply to this email with your status.
Bryce
Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel