Hello Malte,
On 23/11/2019 11:23, Malte Meyn wrote:
Hi list,
I used to build the changes document like this:
$ cd ~/lilypond/build/Documentation/ && touch
../../Documentation/changes.tely && time make -j5 CPU_COUNT=5 out=www
out-www/changes.pdf
This doesn’t work anymore for me, even after a fresh
I don't like being 'that guy' but ... it works for me.
I built LP following your steps then did the commands below:
--snip--
james@Zeus:~/lilypond-git/build$ cd Documentation/
james@Zeus:~/lilypond-git/build/Documentation$ touch
../../Documentation/changes.tely
james@Zeus:~/lilypond-git/build/Documentation$ make -j7 CPU_COUNT=7
out=www out-www/changes.pdf
--snip--
I didn't use 'time' before make.
I also don't have any usr/share/fonts/TTF dir (which is in your output)
in case that matters.
James
$ cd ~/lilypond
$ rm -rf build
$ ./autogen.sh --noconfigure
$ mkdir build
$ cd build
$ ../configure
$ make -j5 CPU_COUNT=5
You can see the tail of the resulting output below. (The last message
says “[…] error 1 make: *** file out-www/changes.pdf is deleted”.)
What is going on there? Where can I start to search for the error?
Cheers,
Malte
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
langdefs.py: warning: lilypond-doc gettext domain not found.
Making Documentation/out-www/changes.pdf < texi
Error: /invalidfileaccess in --file--
Operand stack:
(/usr/share/fonts/TTF/VeraBI.ttf) (r)
Execution stack:
%interp_exit .runexec2 --nostringval-- --nostringval--
--nostringval-- 2 %stopped_push --nostringval-- --nostringval--
--nostringval-- false 1 %stopped_push 1990 1 3
%oparray_pop 1989 1 3 %oparray_pop 1977 1 3 %oparray_pop
1833 1 3 %oparray_pop --nostringval-- %errorexec_pop
.runexec2 --nostringval-- --nostringval-- --nostringval-- 2
%stopped_push --nostringval--
Dictionary stack:
--dict:731/1123(ro)(G)-- --dict:0/20(G)-- --dict:76/200(L)--
Current allocation mode is local
Last OS error: Permission denied
Current file position is 227
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
make: ***
[/home/malte/lilypond/stepmake/stepmake/texinfo-rules.make:87:
out-www/changes.pdf] Fehler 1
make: *** Datei „out-www/changes.pdf“ wird gelöscht
real 11m12,214s
user 30m27,213s
sys 5m35,049s