bug-lilypond
[Top][All Lists]
Advanced

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

Re: 2.15.15 doesn't build on Mageia


From: Julien Rioux
Subject: Re: 2.15.15 doesn't build on Mageia
Date: Wed, 02 Nov 2011 15:25:27 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1

On 27/10/2011 7:01 AM, Thomas Spuhler wrote:
LANG= makeinfo --enable-encoding -I
/home/spuhler/MageiaSVN/lilypond/BUILD/lilypond-2.15.15/Documentation -I.
-I./out --no-split --no-headers --output out/contributor.txt 
out/contributor.texi
out/contributor.texi: No such file or directory
make[1]: *** [out/contributor.txt] Error 1
make[1]: *** Waiting for unfinished jobs....

This stems from the rule on lines 73-74 of stepmake/stepmake/texinfo-rules.make

$(outdir)/%.txt: $(outdir)/%.texi $(outdir)/version.itexi $(outdir)/weblinks.itexi $(MAKEINFO) -I$(src-dir) -I$(outdir) --no-split --no-headers --output $@ $<

The dependency is correct (it includes $(outdir)/%.texi which evaluates to out/contributor.texi) so `make' knows that it needs this file. Also, `make' seems to think that the file exists, but `makeinfo' reports that it does not.

A couple things to check:
1) Does the file out/contributor.texi exists or not?
2) Do you have any file out/contributor.dep lying around and if yes, can you report its content?

--
Julien




reply via email to

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