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
$ 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