lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mknetrel building


From: Jan Nieuwenhuizen
Subject: Re: Mknetrel building
Date: Tue, 23 Sep 2003 10:02:38 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Fodor Bertalan writes:

[cc'ing lilypond-devel again]

> Here is the "complete" log:

Ok.  The error seems to be that dedication.itely cannot be found, but
that would be strange.  Can you verify that you have that file (in
Documentation/user)?

[Why is the 'F' missing from the error message: 'ile not found?']

Hmm, just a quick guess: are you perchance using text mounts?  Looking
at lilypond-book.py, it tries:

    'include':  '(?m)^[^%\n]*?(?P<match>@mbinclude[ \n\t]+(?P<filename>[^\t 
\n]*))',

but what if there is a DOSish \r at the end of te filename?

If you are using text mounts, please try building using bin mounts first.

You may try to change this code to exclude \r:

    'include':
      '(?m)^[^%\n]*?(?P<match>@mbinclude[ \n\t]+(?P<filename>[^\t \n\r]*))',

but if that is the fix and you are using text mounts, I expect you may
see more problems; we never tested this.

Jan.


The command looks ok now:

/bin/python /netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py \
    -I /netrel/src/lilypond-1.9.9-1/Documentation/user \
    -I /netrel/build/lilypond-1.9.9-1//Documentation/user/out \
    -I /netrel/src/lilypond-1.9.9-1/input \
    -I /netrel/src/lilypond-1.9.9-1/input/tricks/ \
    -I /netrel/src/lilypond-1.9.9-1/input/regression/ \
    -I /netrel/src/lilypond-1.9.9-1/input/test/ \
    -I /netrel/src/lilypond-1.9.9-1/input/tutorial/ \
    -I /netrel/build/lilypond-1.9.9-1/mf/out/ \
    -I /netrel/build/lilypond-1.9.9-1/mf/out/ \
    --dependencies \
    --outdir=/netrel/build/lilypond-1.9.9-1//Documentation/user/out \
    --format=texi \
    --no-lily \
    --extra-options \
    '-e "(ly:set-option (quote internal-type-checking) #t)"' \
    -o lilypond.nexi lilypond.tely


lilypond-book (GNU LilyPond) @TOPLEVEL_VERSION@
Reading `/netrel/src/lilypond-1.9.9-1/Documentation/user/lilypond.tely'

'ile not found `dedication.itely



Here is the "complete" log:

make[2]: Entering directory `/netrel/src/lilypond-1.9.9-1/Documentation'
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/generic-targets.make:142:
/netrel
/build/lilypond-1.9.9-1//Documentation/out/dummy.dep: No such file or
directory
mkdir -p /netrel/build/lilypond-1.9.9-1//Documentation/out
touch /netrel/build/lilypond-1.9.9-1//Documentation/out/dummy.dep
make[2]: Leaving directory `/netrel/src/lilypond-1.9.9-1/Documentation'
make[2]: Entering directory `/netrel/src/lilypond-1.9.9-1/Documentation'
/usr/bin/make PACKAGE=LILYPOND package=lilypond -C user all &&
/usr/bin/make PA
CKAGE=LILYPOND package=lilypond -C bibliography all &&  /usr/bin/make
PACKAGE=LI
LYPOND package=lilypond -C pictures all &&  /usr/bin/make PACKAGE=LILYPOND
packa
ge=lilypond -C topdocs all &&  /usr/bin/make PACKAGE=LILYPOND
package=lilypond -
C misc all && true
make[3]: Entering directory
`/netrel/src/lilypond-1.9.9-1/Documentation/user'
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/generic-targets.make:142:
/netrel
/build/lilypond-1.9.9-1//Documentation/user/out/dummy.dep: No such file or
direc
tory
mkdir -p /netrel/build/lilypond-1.9.9-1//Documentation/user/out
touch /netrel/build/lilypond-1.9.9-1//Documentation/user/out/dummy.dep
make[3]: Leaving directory `/netrel/src/lilypond-1.9.9-1/Documentation/user'
make[3]: Entering directory
`/netrel/src/lilypond-1.9.9-1/Documentation/user'
chmod a+w
/netrel/build/lilypond-1.9.9-1//Documentation/user/out/lilypond.nexi
chmod: getting attributes of
`/netrel/build/lilypond-1.9.9-1//Documentation/user
/out/lilypond.nexi': No such file or directory
make[3]:
[/netrel/build/lilypond-1.9.9-1//Documentation/user/out/lilypond.nexi]
Error 1 (ignored)
/bin/python /netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py -I
/netrel/src
/lilypond-1.9.9-1/Documentation/user -I
/netrel/build/lilypond-1.9.9-1//Document
ation/user/out -I/netrel/src/lilypond-1.9.9-1/input -I
/netrel/src/lilypond-1.9.
9-1/input/tricks/ -I /netrel/src/lilypond-1.9.9-1/input/regression/ -I
/netrel/s
rc/lilypond-1.9.9-1/input/test/ -I
/netrel/src/lilypond-1.9.9-1/input/tutorial/
-I /netrel/build/lilypond-1.9.9-1/mf/out/  -I
/netrel/build/lilypond-1.9.9-1/mf/
out/ --dependencies
--outdir=/netrel/build/lilypond-1.9.9-1//Documentation/user/
out --format=texi --no-lily --extra-options '-e "(ly:set-option (quote
internal-
type-checking) #t)"' -o lilypond.nexi lilypond.tely
lilypond-book (GNU LilyPond) @TOPLEVEL_VERSION@
Reading `/netrel/src/lilypond-1.9.9-1/Documentation/user/lilypond.tely'


'ile not found `dedication.itely

Exiting ...

Traceback (most recent call last):
  File "/netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py", line 1644,
in ?
    do_file (input_filename)
  File "/netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py", line 1500,
in do
_file
    chunks = read_doc_file (input_filename)
  File "/netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py", line 1033,
in re
ad_doc_file
    chunks = chop_chunks (chunks, 'include', do_include_file, 1)
  File "/netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py", line 973, in
cho
p_chunks
    newchunks = newchunks + func (m)
  File "/netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py", line 879, in
do_
include_file
    return [('input', get_output ('pagebreak'))] \
  File "/netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py", line 1020,
in re
ad_doc_file
    (str, path) = find_file (filename)
  File "/netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py", line 863, in
fin
d_file
    error ("File not found `%s'\n" % name)
  File "/netrel/src/lilypond-1.9.9-1/scripts/lilypond-book.py", line 629, in
err
or
    raise 'Exiting.'
Exiting.
make[3]: ***
[/netrel/build/lilypond-1.9.9-1//Documentation/user/out/lilypond.ne
xi] Error 1
make[3]: Leaving directory `/netrel/src/lilypond-1.9.9-1/Documentation/user'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/netrel/src/lilypond-1.9.9-1/Documentation'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/netrel/src/lilypond-1.9.9-1'
make: *** [all] Error 2




-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]