On Sat, Aug 8, 2020 at 4:09 PM Dan Eble wrote:
> On Aug 7, 2020, at 18:56, Thomas Morley wrote:
> >
> > Hi,
> >
> > I just did `make -j5 CPU_COUNT=5` with some experimental patch on top
> > of current master.
> > It failed with
> > lilypond-book.py: error: file not found:
> > single-staff-templa
I saw this earlier, and I fixed it somewhere, but can't find it now.
IIRC, it is a missing dependency on the snippet generation in the doc
build.
On Sat, Aug 8, 2020 at 12:57 AM Thomas Morley
wrote:
> Hi,
>
> I just did `make -j5 CPU_COUNT=5` with some experimental patch on top
> of current mast
Hi Harm and Dan,
There were several changes to lilypond-book in the past weeks,
including my Python cleanup; as it just turned out in another thread
that it contained a bug, I’m concerned the failure could be my fault.
I only have a web browser at the moment. Is the problem reprodu
On Aug 7, 2020, at 18:56, Thomas Morley wrote:
>
> Hi,
>
> I just did `make -j5 CPU_COUNT=5` with some experimental patch on top
> of current master.
> It failed with
> lilypond-book.py: error: file not found:
> single-staff-template-with-notes-and-lyrics.ly
> This file _is_ present, I checked t
Hi,
I just did `make -j5 CPU_COUNT=5` with some experimental patch on top
of current master.
It failed with
lilypond-book.py: error: file not found:
single-staff-template-with-notes-and-lyrics.ly
This file _is_ present, I checked this!
Without changing anything I did `make -j5 CPU_COUNT=5` again.
Graham Percival writes:
> On Thu, Dec 22, 2011 at 10:39:20PM +0100, David Kastrup wrote:
>> David Kastrup writes:
>>
>> > Well, I've not been able to nicely redo the merges (git !@#$!#). So I
>> > just threw everything release-related out of staging. If you redo the
>> > merge into staging an
Michael Welsh Duggan writes:
> You want to look in the "Static Usage" node under "Rules".
I should have said "Static Usage" under "Static Pattern" under "Rules".
--
Michael Welsh Duggan
(m...@md5i.com)
___
lilypond-devel mailing list
lilypond-devel
David Kastrup writes:
> Graham Percival writes:
>
>> 229e0282758104ae7fa2efe663d2a76da5a0f96d
>
> This one has
>
> +$(OUT_TXT_FILES): $(outdir)/%.txt: $(top-src-dir)/%
> + cp -f $< $@
> +
> +$(OUT_TXT_FILES:%.txt=%.html): $(outdir)/%.html: $(outdir)/%.txt
> + $(PYTHON) $(step-bindir)
Graham Percival writes:
> 229e0282758104ae7fa2efe663d2a76da5a0f96d
This one has
+$(OUT_TXT_FILES): $(outdir)/%.txt: $(top-src-dir)/%
+ cp -f $< $@
+
+$(OUT_TXT_FILES:%.txt=%.html): $(outdir)/%.html: $(outdir)/%.txt
+ $(PYTHON) $(step-bindir)/text2html.py $<
I don't understand those
Francisco Vila writes:
> 2011/12/23 David Kastrup :
>>> Anybody have ideas? At first glance it seems like somebody used a
>>> relative directory instead of doing it with $(top-src-dir).
>>
>> No idea. But the symptom would suggest that
>>
>> commit 77cfd9e80a9792737a8630ba3c3ecfb359950f9d
>> Au
On Fri, Dec 23, 2011 at 02:05:22AM +0100, Francisco Vila wrote:
> 2011/12/23 David Kastrup :
> > No idea. But the symptom would suggest that
> >
> > commit 77cfd9e80a9792737a8630ba3c3ecfb359950f9d
> > Author: Francisco Vila
> > Date: Wed Dec 21 22:54:53 2011 +0100
> >
> > Web: remove web/ in
2011/12/23 David Kastrup :
>> Anybody have ideas? At first glance it seems like somebody used a
>> relative directory instead of doing it with $(top-src-dir).
>
> No idea. But the symptom would suggest that
>
> commit 77cfd9e80a9792737a8630ba3c3ecfb359950f9d
> Author: Francisco Vila
> Date: We
Graham Percival writes:
> On Thu, Dec 22, 2011 at 10:39:20PM +0100, David Kastrup wrote:
>> David Kastrup writes:
>>
>> > Well, I've not been able to nicely redo the merges (git !@#$!#). So I
>> > just threw everything release-related out of staging. If you redo the
>> > merge into staging an
On Thu, Dec 22, 2011 at 10:39:20PM +0100, David Kastrup wrote:
> David Kastrup writes:
>
> > Well, I've not been able to nicely redo the merges (git !@#$!#). So I
> > just threw everything release-related out of staging. If you redo the
> > merge into staging and the version number bump in stag
David Kastrup writes:
> Well, I've not been able to nicely redo the merges (git !@#$!#). So I
> just threw everything release-related out of staging. If you redo the
> merge into staging and the version number bump in staging, you should be
> fine.
>
> I made a slightly more complex fix in orde
Graham Percival writes:
> On Thu, Dec 22, 2011 at 07:19:55PM +0100, David Kastrup wrote:
>> Graham Percival writes:
>>
>> > No problem; I'm quite happy that Patchy is pulling his weight so
>> > soon. :)
>>
>> Never mind Patchy... After the problematic commit, you made a release
>> tag and ev
Graham Percival writes:
> On Thu, Dec 22, 2011 at 07:19:55PM +0100, David Kastrup wrote:
>> Graham Percival writes:
>>
>> > No problem; I'm quite happy that Patchy is pulling his weight so
>> > soon. :)
>>
>> Never mind Patchy... After the problematic commit, you made a release
>> tag and ev
On Thu, Dec 22, 2011 at 07:19:55PM +0100, David Kastrup wrote:
> Graham Percival writes:
>
> > No problem; I'm quite happy that Patchy is pulling his weight so
> > soon. :)
>
> Never mind Patchy... After the problematic commit, you made a release
> tag and everything. This is going to be one
Graham Percival writes:
> No problem; I'm quite happy that Patchy is pulling his weight so
> soon. :)
Never mind Patchy... After the problematic commit, you made a release
tag and everything. This is going to be one mess of a cleanup.
I propose that we don't actually release release/2.15.23-
David Kastrup writes:
> Graham Percival writes:
>
>> On Thu, Dec 22, 2011 at 05:28:44PM +0100, David Kastrup wrote:
>>> Graham Percival writes:
>>>
>>> > Skimming through lily/GNUmakefile, this makes sense. There's a
>>> > couple of explicit dependencies for parser.hh, but these don't
>>> > m
Graham Percival writes:
> On Thu, Dec 22, 2011 at 05:28:44PM +0100, David Kastrup wrote:
>> Graham Percival writes:
>>
>> > Skimming through lily/GNUmakefile, this makes sense. There's a
>> > couple of explicit dependencies for parser.hh, but these don't
>> > mention lily-lexer-scheme.cc, whic
On Thu, Dec 22, 2011 at 05:28:44PM +0100, David Kastrup wrote:
> Graham Percival writes:
>
> > Skimming through lily/GNUmakefile, this makes sense. There's a
> > couple of explicit dependencies for parser.hh, but these don't
> > mention lily-lexer-scheme.cc, which is the file that triggers the
>
Graham Percival writes:
> On Thu, Dec 22, 2011 at 06:17:57AM -0800, Graham Percival wrote:
>> That order of commands suggests that lily-lexer-scheme.cc does not
>> depend on parser.cc. I see that it contains such an #include, so
>> I would assume that make would catch it... but apparently not.
>
On Thu, Dec 22, 2011 at 06:17:57AM -0800, Graham Percival wrote:
> That order of commands suggests that lily-lexer-scheme.cc does not
> depend on parser.cc. I see that it contains such an #include, so
> I would assume that make would catch it... but apparently not.
Skimming through lily/GNUmakefi
On Thu, Dec 22, 2011 at 01:35:27PM +0100, David Kastrup wrote:
> David Kastrup writes:
>
> >> In file included from
> >> /home/jlowe/lilypond-git/lily/lily-lexer-scheme.cc:21:
> >> /home/jlowe/lilypond-git/lily/include/lily-lexer.hh:69: error: ISO C++
> >> forbids declaration of 'YYSTYPE' with n
David Kastrup writes:
> David Kastrup writes:
>
>> James writes:
>>
>>> Hello,
>>>
>>> --snip--
>>>
>>> rm -f ./out/lilypond-version.dep;
>>> DEPENDENCIES_OUTPUT="./out/lilypond-version.dep
>>> ./out/lilypond-version.o" g++ -c -Woverloaded-virtual
>>> -I/usr/include/python2.6 -I/usr/include/pyt
David Kastrup writes:
> James writes:
>
>> Hello,
>>
>> --snip--
>>
>> rm -f ./out/lilypond-version.dep;
>> DEPENDENCIES_OUTPUT="./out/lilypond-version.dep
>> ./out/lilypond-version.o" g++ -c -Woverloaded-virtual
>> -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing
>> -g -f
David Kastrup writes:
> James writes:
>
>> rm -f ./out/lilypond-version.dep;
>> DEPENDENCIES_OUTPUT="./out/lilypond-version.dep
>> ./out/lilypond-version.o" g++ -c -Woverloaded-virtual
>> -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing
>> -g -fwrapv -DHAVE_CONFIG_H -
James writes:
> Hello,
>
> --snip--
>
> rm -f ./out/lilypond-version.dep;
> DEPENDENCIES_OUTPUT="./out/lilypond-version.dep
> ./out/lilypond-version.o" g++ -c -Woverloaded-virtual
> -I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing
> -g -fwrapv -DHAVE_CONFIG_H -DNDEBUG
Hello,
--snip--
rm -f ./out/lilypond-version.dep;
DEPENDENCIES_OUTPUT="./out/lilypond-version.dep
./out/lilypond-version.o" g++ -c -Woverloaded-virtual
-I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing
-g -fwrapv -DHAVE_CONFIG_H -DNDEBUG
-I/home/jlowe/lilypond-git/lily/
On Sat, Mar 05, 2011 at 09:27:27PM +0100, Marc Hohl wrote:
> I think that commit a61ab84e86b209fe11d63ec488e02525b7481b5b
> causes 'make all' to fail with
Indeed. Fixed now, I believe.
Cheers,
- Graham
___
lilypond-devel mailing list
lilypond-devel@gn
Hello all,
I think that commit a61ab84e86b209fe11d63ec488e02525b7481b5b
causes 'make all' to fail with
[snip]
LANG= makeinfo --enable-encoding -I
/home/marc/git/lilypond/Documentation -I. -I./out
--output=out/lilypond-changes.info out/changes.texi
out/changes.texi:88: Misplaced {.
out/changes
$ ./configure; make
...
make[1]: Entering directory `/home/karl/most/music/lilypond/2.8/mf'
make[1]: *** No rule to make target [EMAIL PROTECTED]@', needed by
`out/CenturySchL-Ital.otf'. Stop.
make[1]: Leaving directory `/home/karl/most/music/lilypond/2.8/mf'
make: *** [all] Error 2
$
Does not
> Karl Hammar schreef:
> > Patch in attachment.
> > Building lilypond 2.8 (from todays cvs), make fails:
>
> >
> > Index: mf/GNUmakefile
> > ===
> > RCS file: /sources/lilypond/lilypon
Karl Hammar schreef:
Patch in attachment.
Building lilypond 2.8 (from todays cvs), make fails:
Index: mf/GNUmakefile
===
RCS file: /sources/lilypond/lilypond/mf/GNUmakefile,v
retrieving revision 1.193.2.1
diff -u -r1.193.2.1
Patch in attachment.
Building lilypond 2.8 (from todays cvs), make fails:
$ ./configure
checking build system type... i686-pc-linux-gnu
checking Package... LILYPOND
...
checking for mftrace... mftrace
checking mftrace version... 1.2.4
...
$ make
cd /home/karl/most/music
Hi,
Using guile 1.6.7, make all fails:
lily-parser-scheme.cc: In function `scm_unused_struct*
ly_parser_output_name(scm_unused_struct*)':
lily-parser-scheme.cc:228: error: 'scm_from_locale_string' was not declared in
this scope
make[1]: *** [out/lily-parser-scheme.o] Error 1
`scm_from_locale_s
Here is a working ebuild
jusage:
cp lilypond-2.5.20.ebuild /usr/portage/media-sound/lilypond
cd /usr/portage/media-sound/lilypond
ebuild lilypond-2.5.20.ebuild digest
emerge lilypond
Don't know why... it complained me once about bad digest... if this happens
repeat last two steps
Happy compili
Alle 11:32, lunedì 18 aprile 2005, Mats Bengtsson ha scritto:
> it's a pity that Gentoo lists 2.5.2 as the latest.
Gentoo is a great updated distro, lilypond maintainer should relase ebuilds
more often.
Marco
___
lilypond-devel mailing list
lilypond
It seems that mftrace 1.1.2 is newer than LilyPond 2.5.2 and that
the flags to mftrace have been changed in between. Send a complaint
to the Gentoo maintainer.
The easiest solution is probably to change the lines in the file
/stepmake/stepmake/metafont-rules.make according to the diff shown
in
http
Hi,
I am getting a build error on Gentoo.
It is complaining that mftrace does not have the –pfa option.
mftrace: 1.1.2
lilypond: 2.5.2
Regards,
Ralph
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity
[EMAIL PROTECTED] writes:
> With current cvs:
I think you need to rerun configure.
--
Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen
___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/
With current cvs:
lilytest:~/lily/lilypond$ make
make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C buildscripts all
&& make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C python all
&& make --no-builtin-rules PACKAGE=LILYPOND package=lilypond -C scripts all
&& make --no-b
I try to compile latest cvs, but I get an error with 'make all'.
Someone has an idea ?
thanks.
[...]
make[1]: Entering directory
`/home/eritsatis/Telechargement/src/lilypond/lily'
rm -f ./out/grace-engraver.dep;
DEPENDENCIES_OUTPUT="./out/grace-engraver.dep ./out/grace-engraver.o"
g++ -c -DHAVE_C
On Sunday 07 November 2004 19.11, Karl Hammar wrote:
>
> I have been able to reproduce your problem and I suggest you install
> potrace:
>
> # apt-get install potrace
Thanks! it makes nicely now.
erik
___
lilypond-devel mailing list
[EMAIL PROTECTED
Erik Sandberg <[EMAIL PROTECTED]> wrote:
> Using debian/testing.
>
> make output with 2.4 cvs of make clean; ./autogen.sh; make:
>
> []
> FontForge used to be named PfaEdit.
>
> mv feta-braces-g.pfa ./out
> mftrace --encoding feta-braces-h.enc -I ./out/ --pfa --simplify feta-braces-h
> sh:
Erik Sandberg <[EMAIL PROTECTED]> writes:
>> buggy fontforge ; upgrade it.
>
> OK - Pedro, how do you get around this? I use version 0.0.20041012-1, which
> is
> the latest both in testing and unstable.
or downgrade it, I have 0.0.20040824-1 and never had a problem. maybe
the bug was introduced
[EMAIL PROTECTED] writes:
> On Saturday 06 November 2004 21.46, Han-Wen Nienhuys wrote:
> > [EMAIL PROTECTED] writes:
> > > Simplifying font... Copyright (c) 2000-2004 by George Williams.
> > > Executable based on sources from 07:34 12-Oct-2004.
> > > FontForge used to be named PfaEdit.
> > > erro
On Saturday 06 November 2004 21.46, Han-Wen Nienhuys wrote:
> [EMAIL PROTECTED] writes:
> > Simplifying font... Copyright (c) 2000-2004 by George Williams.
> > Executable based on sources from 07:34 12-Oct-2004.
> > FontForge used to be named PfaEdit.
> > error: fontforge: command exited with valu
[EMAIL PROTECTED] writes:
> Simplifying font... Copyright (c) 2000-2004 by George Williams.
> Executable based on sources from 07:34 12-Oct-2004.
> FontForge used to be named PfaEdit.
> error: fontforge: command exited with value 11
buggy fontforge ; upgrade it.
--
Han-Wen Nienhuys | [EMA
Using debian/testing.
make output with 2.4 cvs of make clean; ./autogen.sh; make:
[]
FontForge used to be named PfaEdit.
mv feta-braces-g.pfa ./out
mftrace --encoding feta-braces-h.enc -I ./out/ --pfa --simplify feta-braces-h
sh: line 1: potrace: command not found
mftrace 1.0.34
Font `feta-b
Fixed in cvs.
Carl Sorensen
___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel
Hi,
I'm back now, returning to an awful lot of bugreports to deal with.. First
thing I did was to cvs update && make, which fails. Output ends like:
LILYPOND package=lilypond -C misc all && true
make[2]: Entering directory `/home/erik/lily/lilypond/Documentation/user'
cd ./out && /home/erik/lily
Run "make clean" before "make".
/Mats
Carl Sorensen wrote:
"make", "make all", and "make install" all fail on the current CVS.
The following error appears.
make[1]: Entering directory
`/home/carl/lilypond/current-cvs/lilypond/lily'
cp -p /home/carl/lilypond/current-cvs/lilypond/config.hh out/con
"make", "make all", and "make install" all fail on the current CVS.
The following error appears.
make[1]: Entering directory
`/home/carl/lilypond/current-cvs/lilypond/lily'
cp -p /home/carl/lilypond/current-cvs/lilypond/config.hh out/config.hh
make[1]: *** No rule to make target `include/script.h
55 matches
Mail list logo