Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-16 Thread trueroad
I've pushed. Issue 4374 / 1: Fix platform identification authorMasamichi Hosoda truer...@trueroad.jp Sat, 9 May 2015 08:20:19 + (17:20 +0900) committer Masamichi Hosoda truer...@trueroad.jp Sat, 16 May 2015 11:56:31 + (20:56 +0900) commite2eb72d3d2070a3888df1f7e7907798833965baa

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-16 Thread pkx166h
Patch counted down - please push https://codereview.appspot.com/233230044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-12 Thread pkx166h
Patch on countdown for May 16th https://codereview.appspot.com/233230044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-11 Thread lemzwerg
LGTM https://codereview.appspot.com/233230044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-09 Thread trueroad
I've divided and improved the patch. Issue 4374 / 1: Fix platform identification On Cygwin environment, Guile's uname returns the strings of CYGWIN_NT-6.3 etc. It contains unnecessary strings for the platform identification, such as Windows version. Therefore, to remove

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-08 Thread ArnoldTheresius
lemzwerg wrote ... https://codereview.appspot.com/233230044/diff/20001/scm/backend-library.scm File scm/backend-library.scm (right): ... https://codereview.appspot.com/233230044/ ___ lilypond-devel mailing list lilypond-devel@

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-08 Thread Masamichi HOSODA
what happens if I set delete-intermediate-file to ##f? Will the temporary PS file be renamed or copied to 'name.ps'? No. Temporary PS file will be created in the temporary directory, instead of current directory. If you set delete-intermediate-file to ##f, lilypond will not delete the

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-08 Thread ArnoldTheresius
Masamichi Hosoda wrote ... When you want both PDF and PS files, I recommend the following command. $ lilypond --pdf --ps name .ly ___ lilypond-devel mailing list lilypond-devel@ https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-08 Thread David Kastrup
Masamichi HOSODA truer...@sea.plala.or.jp writes: what happens if I set delete-intermediate-file to ##f? Will the temporary PS file be renamed or copied to 'name.ps'? No. Temporary PS file will be created in the temporary directory, instead of current directory. If you set

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-08 Thread pkx166h
On 2015/05/08 02:59:28, trueroad wrote: Just to add, it seems to fail make doc quite quickly (so if this log isn't helping you may want to try a make, make doc and see if you can debug it locally). Usually make doc can take a long time, and only fail near the end - but this seems to

Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-07 Thread pkx166h
This fails a make check (reg test comparison) --snip-- Renaming input to: `/tmp/lilypond-autobuild/input/regression/fret-boards.ly' Interpreting music... Preprocessing graphical objects... Calculating line breaks... Drawing systems... Writing header field `texidoc' to

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-07 Thread trueroad
Just to add, it seems to fail make doc quite quickly (so if this log isn't helping you may want to try a make, make doc and see if you can debug it locally). Usually make doc can take a long time, and only fail near the end - but this seems to fail relatively quickly. I've fixed. I've

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-07 Thread trueroad
If possible, please apply this rather large patch in smaller commits so that it becomes more readable. At least, I'll divide about PLATFORM variable changing. https://codereview.appspot.com/233230044/diff/20001/scm/backend-library.scm#newcode142 scm/backend-library.scm:142: ;; includeing

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-07 Thread pkx166h
Still fails make doc --snip-- GNU LilyPond 2.19.20 Forking into jobs: (13125 13124 13123 13122 13121 13120) logfile lilypond-multi-run-3.log (exit 1): . #Mom 0) 4 . #Mom 0)] In /tmp/build-lilypond-autobuild/out/share/lilypond/current/scm/framework-ps.scm: 635: 24* [clip-systems-to-region

Re: Use mkstemp for intermediate ps files (issue 233230044 by truer...@gmail.com)

2015-05-07 Thread pkx166h
On 2015/05/07 17:20:48, J_lowe wrote: Still fails make doc --snip-- GNU LilyPond 2.19.20 Forking into jobs: (13125 13124 13123 13122 13121 13120) logfile lilypond-multi-run-3.log (exit 1): . #Mom 0) 4 . #Mom 0)] In