On Fri, Jun 05, 2009 at 01:11:35PM -0500, Jonathan Kulp wrote: > Reading music-glossary.tely... > Dissecting... > lilypond-book.py (GNU LilyPond) 2.13.1 > Traceback (most recent call last): > File "../../scripts/lilypond-book.py", line 2108, in <module> > main () > File "../../scripts/lilypond-book.py", line 2090, in main > chunks = do_file (files[0]) > File "../../scripts/lilypond-book.py", line 1994, in do_file > do_process_cmd (chunks, input_fullname, global_options) > File "../../scripts/lilypond-book.py", line 1825, in do_process_cmd > write_file_map (outdated, input_name) > File "../../scripts/lilypond-book.py", line 1796, in write_file_map > 'snippet-map-%d.ly' % snippet_list_checksum (lys)), 'w') > IOError: [Errno 13] Permission denied: '/home/lilydev/lilypond/out/lybook-db/ > snippet-map-878246912.ly' > make[1]: *** [out-www/music-glossary.texi] Error 1 > make[1]: Leaving directory `/home/lilydev/lilypond/Documentation/user' > make: *** [doc-stage-1] Error 2
Don't mess up root and your normal user. I know it's tempting when you're install new software and testing ./autogen.sh cd ~/lilypond-src find . -user "root" if you see anything, sudo find . -user "root" | xargs rm -rf Cheers, - Graham PS I spent 15 minutes on this problem two days ago, so it's fresh in my mind. :) _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
