Re: make all fails (help2man cannot find info for lilypond because lilypond cannot find libguile.so.17)

2021-11-14 Thread Aaron Hill

On 2021-11-14 2:04 am, Han-Wen Nienhuys wrote:
On Sun, Nov 14, 2021 at 7:03 AM Aaron Hill  
wrote:

NOTE: Manually specifying the library path...

/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 \
   --library-path /opt/guile-1.8/lib/ \
   out/bin/lilypond --version

...works and reports "GNU LilyPond 2.23.5 (running Guile 1.8)".  As
such, the build process seems to be pretty close to working.  But by 
the

time help2man needs to run, the library path information is lost.


have you tried setting LD_LIBRARY_PATH to the directory containing the
.so for the locally built guile?


Thanks, Han-Wen.  It looks like the email I tried to send about an hour 
after my other one did not make it through.  In it, I would have 
mentioned that I was able to get 'make all' to finish precisely as you 
have recommended.  I had read a little more about LD_LIBRARY_PATH and 
found that on Ubuntu /etc/ld.so.conf.d is apparently the recommended 
way.  I created an entry there for my custom guile 1.8 build and ran 
'sudo ldconfig'.  Initially I was concerned about making such a "global" 
change, but it appears that the release builds of lilypond continue to 
use their own bundled libraries.


But that raises a question: How is it the lilypond executables that ship 
with the .sh installation scripts do not need anything special with 
regards to libraries?  When I ldd them, they appear to have a baked-in 
path to the libs that ship with lilypond.  Is that something special 
that is done when preparing a release?



-- Aaron Hill



Re: make all fails (help2man cannot find info for lilypond because lilypond cannot find libguile.so.17)

2021-11-14 Thread Han-Wen Nienhuys
On Sun, Nov 14, 2021 at 7:03 AM Aaron Hill  wrote:
> NOTE: Manually specifying the library path...
>
> /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 \
>--library-path /opt/guile-1.8/lib/ \
>out/bin/lilypond --version
>
> ...works and reports "GNU LilyPond 2.23.5 (running Guile 1.8)".  As
> such, the build process seems to be pretty close to working.  But by the
> time help2man needs to run, the library path information is lost.

have you tried setting LD_LIBRARY_PATH to the directory containing the
.so for the locally built guile?


-- 
Han-Wen Nienhuys - hanw...@gmail.com - http://www.xs4all.nl/~hanwen



Re: 'make all' fails

2009-12-05 Thread Carl Sorensen



On 12/4/09 6:08 PM, Graham Percival gra...@percival-music.ca wrote:

 On Sat, Dec 05, 2009 at 01:40:42AM +0100, John Mandereau wrote:
 Please always check that Lily and docs compile (make all  make doc)
 before pushing, or push to a branch different from master.
 
 Sorry, I fixed a few things, but forgot to commit before pushing.
 It would be nice if there was a warning if you were pushing from a
 dirty tree; I certainly get enough of those warnings when I try
 to pull...

git status is your friend here.  You might want to make your push process be

git status

(check to see that it says something like No changes, or No changes, but
untracked files present)

git push origin master

HTH,

Carl



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2009-12-04 Thread Andrew Hawryluk
2009/12/4 John Mandereau john.mander...@gmail.com:
 Hi guys,

 Please always check that Lily and docs compile (make all  make doc)
 before pushing, or push to a branch different from master.

 /home/lilydev/git/lily/master/Documentation/out//essay/engraving.texi:950: 
 Prev reference to nonexistent node `Notation benchmarking' (perhaps incorrect 
 sectioning?).
 /home/lilydev/git/lily/master/Documentation/out//essay/engraving.texi:786: 
 `Getting things right' has no Up field (perhaps incorrect sectioning?).
 /home/lilydev/git/lily/master/Documentation/out//essay/engraving.texi:699: 
 `Improvement by benchmarking' has no Up field (perhaps incorrect sectioning?).
 /home/lilydev/git/lily/master/Documentation/out//essay/engraving.texi:564: 
 Next reference to nonexistent node `Notation benchmarking' (perhaps incorrect 
 sectioning?).
 /home/lilydev/git/lily/master/Documentation/out//essay/engraving.texi:560: 
 Menu reference to nonexistent node `Notation benchmarking' (perhaps incorrect 
 sectioning?).
 /home/lilydev/git/lily/master/Documentation/out//essay/engraving.texi:786: 
 warning: unreferenced node `Getting things right'.
 /home/lilydev/git/lily/master/Documentation/out//essay/engraving.texi:699: 
 warning: unreferenced node `Improvement by benchmarking'.
 Reading changes.tely...
 Dissecting...makeinfo: Removing output file `out/lilypond-essay.info' due to 
 errors; use --force to preserve.
 make[1]: *** [out/lilypond-essay.info] Error 1


 Cheers,
 John


My bad (in part). Graham had some script that he ran to fix the info
structuring as each time I messed with stuff, but I guess that didn't
happen this time.

You can revert commit 1b63a66da62353e7a0d6075160f4cba095305332 until
he or I get to the bottom of that.

Andrew


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2009-12-04 Thread Graham Percival
On Sat, Dec 05, 2009 at 01:40:42AM +0100, John Mandereau wrote:
 Please always check that Lily and docs compile (make all  make doc)
 before pushing, or push to a branch different from master.

Sorry, I fixed a few things, but forgot to commit before pushing.
It would be nice if there was a warning if you were pushing from a
dirty tree; I certainly get enough of those warnings when I try
to pull...

Cheers,
- Graham


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: `make all' fails

2009-01-10 Thread John Mandereau

Patrick McCarty a écrit :

`make all' fails on current master.  Is this because the new
directory, Documentation/es/topdocs/, doesn't have a makefile yet?


It had the makefile on my working tree, but I forgot adding it to Git :-/



make[3]: Entering directory
`/home/pnorcks/git/lilypond/Documentation/es/topdocs'
make[3]: *** No rule to make target `all'.  Stop.


Fixed.

Thanks,
John


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails CVS 1.4637

2006-02-18 Thread Paul Scott

David Bobroff wrote:


Current CVS (ChangeLog 1.4637) barfs fairly far into the build process:
 


The very latest (don't know ChangeLog version) builds for me on Debian sid.

Paul



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails CVS 1.4637

2006-02-18 Thread Paul Scott

David Bobroff wrote:


Current CVS (ChangeLog 1.4637) barfs fairly far into the build process:
 


1.  Where do you find the ChangeLog version number?

2.  It seems to run anyway.  Debian sid

3.  Is this list moderated?   My posts take hours to arrive at the list 
but get to the OP faster.


Paul Scott



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails CVS 1.4637

2006-02-18 Thread David Bobroff
On Sat, 2006-02-18 at 07:52 -0700, Paul Scott wrote:
 David Bobroff wrote:
 
 Current CVS (ChangeLog 1.4637) barfs fairly far into the build process:
   
 
 1.  Where do you find the ChangeLog version number?

What I normally do is check here:

http://cvs.savannah.gnu.org/viewcvs/lilypond/?root=lilypond

...to see if there has been an update since my last compile.  There is
also some CVS 'status' command to run that will display the current
ChangeLog version of your local copy of the CVS sources.

 
 2.  It seems to run anyway.  Debian sid

I've noticed that sometimes I can compile without trouble when others
(other distributions that is) have problems.  I think, for example, I've
seen Debian users posting 'make all' failures when I have just
successfully compiled a fresh checkout/update on the same ChangeLog
version.

 
 3.  Is this list moderated?   My posts take hours to arrive at the list 
 but get to the OP faster.

Recently my posts have been taking a while to come back to my 'in' box
as well.  There are times when it is only a matter of minutes.  That is
not the case now.

 
 Paul Scott
 

David



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails CVS 1.4637

2006-02-18 Thread Paul Scott

David Bobroff wrote:


On Sat, 2006-02-18 at 07:52 -0700, Paul Scott wrote:
 


David Bobroff wrote:

   


Current CVS (ChangeLog 1.4637) barfs fairly far into the build process:


 


1.  Where do you find the ChangeLog version number?
   



What I normally do is check here:

http://cvs.savannah.gnu.org/viewcvs/lilypond/?root=lilypond

...to see if there has been an update since my last compile.  There is
also some CVS 'status' command to run that will display the current
ChangeLog version of your local copy of the CVS sources.
 

Thanks.  I have looked at the CVS man pages but haven't taken the time 
to understand recently.


 


2.  It seems to run anyway.  Debian sid
   



I've noticed that sometimes I can compile without trouble when others
(other distributions that is) have problems.  I think, for example, I've
seen Debian users posting 'make all' failures when I have just
successfully compiled a fresh checkout/update on the same ChangeLog
version.
 

What I meant was that I got the same error as you and got it again with 
'make install' but that Lilypond version seemed to run anyway.


3.  Is this list moderated?   My posts take hours to arrive at the list 
but get to the OP faster.
   



Recently my posts have been taking a while to come back to my 'in' box
as well.  There are times when it is only a matter of minutes.  That is
not the case now.
 

I have seen your reply to me but have not seen your reply or the message 
you are replying to on the list.


As I said in the other reply the very current version builds fine here.  
I am doing the 'make web' now.


Thanks,

Paul



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2005-08-11 Thread Jan Nieuwenhuizen
David Bobroff writes:

 As of CVS ChangeLog 1.3993 'make all' exits like this:

 error: can't find description for property #{}# (translation)

Thanks, fixed.

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2005-08-08 Thread Graham Percival


On 8-Aug-05, at 8:54 AM, David Bobroff wrote:


/usr/src/lilypond/Documentation/user/out//programming-
interface.texi:542: Misplaced {.
/usr/src/lilypond/Documentation/user/out//programming-
interface.texi:543: Misplaced }.


Thanks, fixed in CVS.

Cheers,
- Graham



___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: make all fails

2005-06-26 Thread Erik Sandberg
On Sunday 26 June 2005 17.35, Pedro Kröger wrote:
 Hi,

 make all fails with latest cvs code (ChangeLog 1.3818). here is what I get

It works if you use a more recent version of fontforge (I upgraded to 
20050624).

Erik


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails at ChangeLog 1.3506

2005-04-26 Thread Graham Percival
On 26-Apr-05, at 12:52 AM, David Bobroff wrote:
'make all' exited like this on Fedora Core 3:
Sorry, my fault.  Fixed in CVS, although I probably added a different 
one.
- Graham


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: make all fails with latest cvs (changelog 1.2898)

2004-11-27 Thread Antti Kaihola
on 2004-11-26 at 15:10 -0200, Pedro Kroger wrote:
 system.cc: In member function `scm_unused_struct* System::get_line()':
 system.cc:426: error: 'class Paper_system' has no member named 'penalty_'

I can confirm this: happens on my Mandrake system, too.
I'm doing: cvs up -Pd ; make clean ; ./clily ; make all



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: make all fails with latest cvs (changelog 1.2898)

2004-11-27 Thread Nicolas Sceaux
Antti Kaihola [EMAIL PROTECTED] writes:

 on 2004-11-26 at 15:10 -0200, Pedro Kroger wrote:
 system.cc: In member function `scm_unused_struct* System::get_line()':
 system.cc:426: error: 'class Paper_system' has no member named 'penalty_'

 I can confirm this: happens on my Mandrake system, too.
 I'm doing: cvs up -Pd ; make clean ; ./clily ; make all

This should be fixed now.



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2004-10-28 Thread Herman Grootaers
On Thursday 28 October 2004 08:40, David Bobroff wrote:
 As of CVS ChangeLog 1.2763 I get a 'make all' failure:

 Compiling ./out/music-glossary.texi...
 Processing include: macros.itexi
 Reading macros.itexi...
 Dissecting...
 Writing snippets...
 All snippets are up to date...
 Compiling ./out/macros.texi...
 mv ./out/music-glossary.texinfo out/music-glossary.nexi 2/dev/null ||
 mv ./out/music-glossary.texi out/music-glossary.nexi
 if [ 4007000 -le 4006000 ]; then \
 (cd ./out  \
 ls -1 lily-*.ly | sed 's/.ly$/.txt/' | xargs touch) || true; \
 fi
 LANG= makeinfo  --enable-encoding -I ./out
 --output=./out/music-glossary.info out/music-glossary.nexi
 out/music-glossary.nexi:5707: Unknown command `loggingall'.
 makeinfo: Removing output file `./out/music-glossary.info' due to
 errors; use --force to preserve.
 make[2]: *** [out/music-glossary.info] Error 1
 rm out/music-glossary.nexi
 make[2]: Leaving directory `/usr/src/lilypond/Documentation/user'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/usr/src/lilypond/Documentation'
 make: *** [all] Error 2

On my mandrake 10.0 box, fully patched, I got a seg-fault on the documentation 
when I tried to make all on the tar-ball of 2.3.24. Make install dumped its 
core on the same place it looks like, but I forgot to append the output to 
the logfile. The coredump was not alas saved.

What I did notice was that 2.3.23 seems to have the same problem on the same 
place, but it did not give no error messages, and it did do a successfull 
make install.

The original log file:
[EMAIL PROTECTED] dev]$ lla make.log
-rw-r--r--  1 herman herman 4549063 okt 27 09:28 make.log
[EMAIL PROTECTED] dev]$ wc make.log
  97084  738441 4549063 make.log

** make.log
Snip ./configure whith warning on new version of mftrace 
Snip make install part for error 
# total of 9621 lines snipped
make[1]: Entering directory 
`/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/Documentation'
/home/herman/lily/dev/stepmake/stepmake/generic-targets.make:143: 
out/dummy.dep: No such file or directory
please ignore innocent warning about dummy.dep
mkdir -p ./out
touch ./out/dummy.dep
make[1]: Leaving directory 
`/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/Documentation'
make[1]: Entering directory 
`/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/Documentation'
make PACKAGE=LILYPOND package=lilypond -C user all   make PACKAGE=LILYPOND 
package=lilypond -C bibliography all   make PACKAGE=LILYPOND 
package=lilypond -C pictures all   make PACKAGE=LILYPOND package=lilypond 
-C topdocs all   make PACKAGE=LILYPOND package=lilypond -C misc all  true
make[2]: Entering directory 
`/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/Documentation/user'
/home/herman/lily/dev/stepmake/stepmake/generic-targets.make:143: 
out/dummy.dep: No such file or directory
please ignore innocent warning about dummy.dep
mkdir -p ./out
touch ./out/dummy.dep
make[2]: Leaving directory 
`/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/Documentation/user'
make[2]: Entering directory 
`/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/Documentation/user'
cd ./out  /home/herman/lily/dev/lily/out/lilypond 
--verbose 
/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/ly/generate-documentation

LILYPOND_DATADIR=/usr/local/share/lilypond
LOCAL_LILYPOND_DATADIR=/usr/local/share/lilypond/2.3.24
LOCALEDIR=/usr/local/share/locale
LILYPONDPREFIX=/home/herman/lily/dev/share/lilypond


Nu wordt verwerkt 
`/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/ly/generate-documentation.ly'
Ontleden...
[/home/herman/lily/dev/share/lilypond/ly/init.ly[/home/herman/lily/dev/share/lilypond/ly/declarations-init.ly[/home/herman/lily/dev/share/lilypond/ly/music-functions-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/nederlands.ly]
[/home/herman/lily/dev/share/lilypond/ly/drumpitch-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/chord-modifiers-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/script-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/scale-definitions-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/grace-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/midi-init.ly[/home/herman/lily/dev/share/lilypond/ly/performer-init.ly]]
[/home/herman/lily/dev/share/lilypond/ly/paper-defaults.ly]
[/home/herman/lily/dev/share/lilypond/ly/engraver-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/dynamic-scripts-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/spanners-init.ly]
[/home/herman/lily/dev/share/lilypond/ly/property-init.ly]]
[/home/herman/Documents/Lilypond/Lilypond/lilypond-2.3.24/ly/generate-documentation.ly]]
[/home/herman/lily/dev/share/lilypond/scm/define-music-types.scm]
[/home/herman/lily/dev/share/lilypond/scm/output-lib.scm]
[/home/herman/lily/dev/share/lilypond/scm/c++.scm]
[/home/herman/lily/dev/share/lilypond/scm/chord-ignatzek-names.scm]
[/home/herman/lily/dev/share/lilypond/scm/chord-entry.scm]

Re: 'make all' fails

2004-10-28 Thread Jan Nieuwenhuizen
Herman Grootaers writes:

The log says

 ./out/macros.texi:98: Onbekend commando `ifdocbook'.

which means build depends should require makeinfo 4.7.

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2004-10-28 Thread Jan Nieuwenhuizen
Herman Grootaers writes:

 Thanks, Jan, for the info, but then configure should have given an error.

Yes, either that, or we should refrain from using @ifdocbook.

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org


___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2004-10-28 Thread Werner LEMBERG
 As of CVS ChangeLog 1.2763 I get a 'make all' failure:

Fixed.  I forgot to remove the @loggingall statement.


Werner


___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: make all fails: strange macros.texi

2004-10-16 Thread Werner LEMBERG
 After make distclean, make all fails here (ChangeLog/1.2721):
 Documentation/user/out/macros.texi is very strange.  Some stuffs are
 duplicated.  Does someone has an idea?  Is this lilypond-book?

Yes.  My latest fixes for LaTeX cause problems for texinfo (which I
hoped that it doesn't happen).


Werner


___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2004-09-22 Thread David Bobroff
On Wed, 2004-09-22 at 22:04, Jan Nieuwenhuizen wrote:
 David Bobroff writes:
 
  CVS ChangeLog 1.2624 on 'make all' exits like this:
 
 Do you still have this problem?  What version of bison do you use?
 
  bison -o out/parser.cc parser.yy
  mv -f parser.yy.tab.c out/parser.cc # bison  1.30
  mv: can't stat source parser.yy.tab.c
  make[1]: [out/parser.cc] Error 1 (ignored)
  rm -f ./out/parser.dep; DEPENDENCIES_OUTPUT=./out/parser.dep
  ./out/parser.o g++ -c   -DHAVE_CONFIG_H  -DSTRING_UTILS_INLINED
  -Iinclude -I./out -I../flower/include -I../flower/./out
  -I../flower/include -O2 -finline-functions -g -pipe  
  -I/usr/include/python2.2   -O2 -finline-functions -g -pipe  
  -I/usr/include/python2.2   -W -Wall -Wconversion  -o out/parser.o
  out/parser.cc
  parser.yy: In function `int yyparse(void*)':
  parser.yy:696: non-lvalue in assignment
  make[1]: *** [out/parser.o] Error 1
  rm out/lexer.cc out/parser.cc
  make[1]: Leaving directory `/usr/src/lilypond/lily'
  make: *** [all] Error 2
  [EMAIL PROTECTED] lilypond]#
 
  -David

No, it's fine now.  I think with the update that followed this CVS
version there was an update to parser.yy that was likely the culprit. 
Sorry I didn't post an ok now.

-David 



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: make all fails: scm/page-layout.scm

2004-09-12 Thread Nicolas Sceaux
Nicolas Sceaux [EMAIL PROTECTED] writes:

 page-layout.scm is a bit hard to read, but it seems that the following
 patch might correct the problem:


hm, no

Index: scm/page-layout.scm
===
RCS file: /cvsroot/lilypond/lilypond/scm/page-layout.scm,v
retrieving revision 1.49
diff -u -r1.49 page-layout.scm
--- scm/page-layout.scm 12 Sep 2004 12:39:32 -  1.49
+++ scm/page-layout.scm 12 Sep 2004 13:43:52 -
@@ -306,7 +306,7 @@
 (hooke (/ 1 (- ideal fixed)))
 )
  (list ideal hooke))
-   ))
+   )
 
 (springs (map calc-spring (iota (1- no-systems
 (calc-rod



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails on CVS ChangeLog 1.2405

2004-07-26 Thread David Bobroff
On Mon, 2004-07-26 at 22:18, Han-Wen Nienhuys wrote:
 [EMAIL PROTECTED] writes:
  I'm still getting 'make' failures on CVS.  I even tried a fresh checkout
  and got this just before it crapped out (RedHat 9):
 
 opps, there was a typo in my last fix. Should be ok now.

And indeed it is.

-David



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails on CVS ChangeLog 1.2269

2004-06-17 Thread Jan Nieuwenhuizen
David Bobroff writes:

 The subject lines pretty much spells it out.  While doing 'make all' it
 bailed out like this:

Thanks, fixed in CVS.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2004-04-28 Thread Jan Nieuwenhuizen
David Bobroff writes:

 ChangeLog 1.2128 exits thusly on RedHat 9:

 [...snip...]
 Too many errors!  Gave up.

What version of texinfo do you have?  You need at least 4.6,
but 4.7 is preferred.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails

2004-04-28 Thread Erik Sandberg
On Wednesday 28 April 2004 08.24, David Bobroff wrote:
 ChangeLog 1.2128 exits thusly on RedHat 9:

 [...snip...]
 Too many errors!  Gave up.
 Too many errors!  Gave up.
 Too many errors!  Gave up.
 make[2]: *** [out/music-glossary.info] Segmentation fault
 make[2]: *** Deleting file `out/music-glossary.info'
 rm out/music-glossary.nexi
 make[2]: Leaving directory `/usr/src/lilypond/Documentation/user'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/usr/src/lilypond/Documentation'
 make: *** [all] Error 2

 Same thing happened with ChangeLog 1.2128

I got that error some time ago; it disappeared after I deleted the directory 
and re-cvs co:ed it. I imagine that cvs clean or cvs distclean could work 
too.

Erik



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel


Re: make all fails, CVS 1.1392

2003-09-22 Thread Jan Nieuwenhuizen
David Bobroff writes:

 On RedHat9 with CVS ChangeLog 1.1392 I get this exit error after 'make
 all' (I did 'make clean' and 'make distclean' first)

I've made a number of build fixes, could you try again?

Jan.

-- 
Jan Nieuwenhuizen [EMAIL PROTECTED] | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien   | http://www.lilypond.org



___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel


Re: make all fails, CVS 1.1392

2003-09-22 Thread David Bobroff

  On RedHat9 with CVS ChangeLog 1.1392 I get this exit error after
 'make
  all' (I did 'make clean' and 'make distclean' first)
 
 I've made a number of build fixes, could you try again?
 
 Jan.

Working now, thanks.

David Bobroff



___
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel