make doc failure on fresh build tree

2011-11-07 Thread Adam Spiers
The below error was caused by 'make -j2 doc' on a fresh build tree -
any ideas?

/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames
-I ./out-www -I /home/adam/music/software/lilypond.git/Documentation
-I /home/adam/music/software/lilypond.git/Documentation -o
/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps
out-www/extending.texi
The style file:
/home/adam/music/software/lilypond.git/Documentation/lily-bib.bst
Database file #1:
/home/adam/music/software/lilypond.git/Documentation/essay/engravingbib.bib
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames
-I ./out-www -I /home/adam/music/software/lilypond.git/Documentation
-I /home/adam/music/software/lilypond.git/Documentation -o
/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps
out-www/snippets.texi
extract_texi_filenames.py: Processing out-www/extending.texi
extract_texi_filenames.py: Processing out-www/snippets.texi
Traceback (most recent call last):
  File 
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
line 304, in module
Traceback (most recent call last):
  File 
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
line 304, in module
(lang_suffix, sections) = extract_sections (filename)
  File 
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
line 142, in extract_sections
f = open (filename, 'r')
IOError: [Errno 2] No such file or directory: 'out-www/extending.texi'
(lang_suffix, sections) = extract_sections (filename)
  File 
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
line 142, in extract_sections
f = open (filename, 'r')
IOError: [Errno 2] No such file or directory: 'out-www/snippets.texi'
make[2]: *** 
[/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps/extending.xref-map]
Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: *** 
[/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps/snippets.xref-map]
Error 1
make[2]: Leaving directory
`/home/adam/.GIT/3rd-party/lilypond/build/Documentation'
make[1]: *** [WWW-1] Error 2
make[1]: Leaving directory `/home/adam/.GIT/3rd-party/lilypond/build'
make: *** [doc-stage-1] Error 2

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


Re: make doc failure on fresh build tree

2011-11-07 Thread Phil Holmes
- Original Message - 
From: Adam Spiers lilypond-de...@adamspiers.org

To: lilypond-devel@gnu.org
Sent: Monday, November 07, 2011 5:00 PM
Subject: make doc failure on fresh build tree



The below error was caused by 'make -j2 doc' on a fresh build tree -
any ideas?

/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames
-I ./out-www -I /home/adam/music/software/lilypond.git/Documentation
-I /home/adam/music/software/lilypond.git/Documentation -o
/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps
out-www/extending.texi
The style file:
/home/adam/music/software/lilypond.git/Documentation/lily-bib.bst
Database file #1:
/home/adam/music/software/lilypond.git/Documentation/essay/engravingbib.bib
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames
-I ./out-www -I /home/adam/music/software/lilypond.git/Documentation
-I /home/adam/music/software/lilypond.git/Documentation -o
/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps
out-www/snippets.texi
extract_texi_filenames.py: Processing out-www/extending.texi
extract_texi_filenames.py: Processing out-www/snippets.texi
Traceback (most recent call last):
 File 
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,

line 304, in module
Traceback (most recent call last):
 File 
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,

line 304, in module
   (lang_suffix, sections) = extract_sections (filename)
 File 
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,

line 142, in extract_sections
   f = open (filename, 'r')
IOError: [Errno 2] No such file or directory: 'out-www/extending.texi'
(lang_suffix, sections) = extract_sections (filename)
 File 
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,

line 142, in extract_sections
   f = open (filename, 'r')
IOError: [Errno 2] No such file or directory: 'out-www/snippets.texi'
make[2]: *** 
[/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps/extending.xref-map]

Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: *** 
[/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps/snippets.xref-map]

Error 1
make[2]: Leaving directory
`/home/adam/.GIT/3rd-party/lilypond/build/Documentation'
make[1]: *** [WWW-1] Error 2
make[1]: Leaving directory `/home/adam/.GIT/3rd-party/lilypond/build'
make: *** [doc-stage-1] Error 2



Have you run make first?

--
Phil Holmes



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


Re: make doc failure on fresh build tree

2011-11-07 Thread Peekay Ex
Hello,

On Mon, Nov 7, 2011 at 5:14 PM, Phil Holmes m...@philholmes.net wrote:
 - Original Message - From: Adam Spiers
 lilypond-de...@adamspiers.org
 To: lilypond-devel@gnu.org
 Sent: Monday, November 07, 2011 5:00 PM
 Subject: make doc failure on fresh build tree


 The below error was caused by 'make -j2 doc' on a fresh build tree -
 any ideas?


 /home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames
 -I ./out-www -I /home/adam/music/software/lilypond.git/Documentation
 -I /home/adam/music/software/lilypond.git/Documentation -o
 /home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps
 out-www/extending.texi
 The style file:
 /home/adam/music/software/lilypond.git/Documentation/lily-bib.bst
 Database file #1:

 /home/adam/music/software/lilypond.git/Documentation/essay/engravingbib.bib

 /home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames
 -I ./out-www -I /home/adam/music/software/lilypond.git/Documentation
 -I /home/adam/music/software/lilypond.git/Documentation -o
 /home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps
 out-www/snippets.texi
 extract_texi_filenames.py: Processing out-www/extending.texi
 extract_texi_filenames.py: Processing out-www/snippets.texi
 Traceback (most recent call last):
  File
 /home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
 line 304, in module
 Traceback (most recent call last):
  File
 /home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
 line 304, in module
       (lang_suffix, sections) = extract_sections (filename)
  File
 /home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
 line 142, in extract_sections
   f = open (filename, 'r')
 IOError: [Errno 2] No such file or directory: 'out-www/extending.texi'
 (lang_suffix, sections) = extract_sections (filename)
  File
 /home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
 line 142, in extract_sections
   f = open (filename, 'r')
 IOError: [Errno 2] No such file or directory: 'out-www/snippets.texi'
 make[2]: ***
 [/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps/extending.xref-map]
 Error 1
 make[2]: *** Waiting for unfinished jobs
 make[2]: ***
 [/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps/snippets.xref-map]
 Error 1
 make[2]: Leaving directory
 `/home/adam/.GIT/3rd-party/lilypond/build/Documentation'
 make[1]: *** [WWW-1] Error 2
 make[1]: Leaving directory `/home/adam/.GIT/3rd-party/lilypond/build'
 make: *** [doc-stage-1] Error 2


 Have you run make first?


and if you have - I've noticed that since I last did a make doc there
have been some translation merges, so what I do is roll back git to
before they were added and at least see if you can make doc there

The last known good commit that I did a full make doc on was

4bc910c81829ce9ae0a8c44d339bcdcf12d03802 about 2 days ago.

regards

-- 
--
James

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


Re: make doc failure on fresh build tree

2011-11-07 Thread Phil Holmes
- Original Message - 
From: Peekay Ex pkx1...@gmail.com
To: Phil Holmes m...@philholmes.net; Adam Spiers 
lilypond-de...@adamspiers.org

Cc: lilypond-devel@gnu.org
Sent: Monday, November 07, 2011 5:26 PM
Subject: Re: make doc failure on fresh build tree


Hello,

On Mon, Nov 7, 2011 at 5:14 PM, Phil Holmes m...@philholmes.net wrote:

- Original Message - From: Adam Spiers
lilypond-de...@adamspiers.org
To: lilypond-devel@gnu.org
Sent: Monday, November 07, 2011 5:00 PM
Subject: make doc failure on fresh build tree



The below error was caused by 'make -j2 doc' on a fresh build tree -
any ideas?


/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames
-I ./out-www -I /home/adam/music/software/lilypond.git/Documentation
-I /home/adam/music/software/lilypond.git/Documentation -o
/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps
out-www/extending.texi
The style file:
/home/adam/music/software/lilypond.git/Documentation/lily-bib.bst
Database file #1:

/home/adam/music/software/lilypond.git/Documentation/essay/engravingbib.bib

/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames
-I ./out-www -I /home/adam/music/software/lilypond.git/Documentation
-I /home/adam/music/software/lilypond.git/Documentation -o
/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps
out-www/snippets.texi
extract_texi_filenames.py: Processing out-www/extending.texi
extract_texi_filenames.py: Processing out-www/snippets.texi
Traceback (most recent call last):
File
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
line 304, in module
Traceback (most recent call last):
File
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
line 304, in module
(lang_suffix, sections) = extract_sections (filename)
File
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
line 142, in extract_sections
f = open (filename, 'r')
IOError: [Errno 2] No such file or directory: 'out-www/extending.texi'
(lang_suffix, sections) = extract_sections (filename)
File
/home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
line 142, in extract_sections
f = open (filename, 'r')
IOError: [Errno 2] No such file or directory: 'out-www/snippets.texi'
make[2]: ***
[/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps/extending.xref-map]
Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: ***
[/home/adam/.GIT/3rd-party/lilypond/build/./out-www/xref-maps/snippets.xref-map]
Error 1
make[2]: Leaving directory
`/home/adam/.GIT/3rd-party/lilypond/build/Documentation'
make[1]: *** [WWW-1] Error 2
make[1]: Leaving directory `/home/adam/.GIT/3rd-party/lilypond/build'
make: *** [doc-stage-1] Error 2



Have you run make first?



and if you have - I've noticed that since I last did a make doc there
have been some translation merges, so what I do is roll back git to
before they were added and at least see if you can make doc there

The last known good commit that I did a full make doc on was

4bc910c81829ce9ae0a8c44d339bcdcf12d03802 about 2 days ago.




Latest master makes doc clean on my system.

--
Phil Holmes


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


Re: make doc failure on fresh build tree

2011-11-07 Thread Graham Percival
On Mon, Nov 07, 2011 at 05:00:23PM +, Adam Spiers wrote:
 extract_texi_filenames.py: Processing out-www/snippets.texi
 Traceback (most recent call last):
   File 
 /home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,
 line 304, in module
 Traceback (most recent call last):
   File 
 /home/adam/.GIT/3rd-party/lilypond/build/scripts/build/out/extract_texi_filenames,

I've honestly never seen that kind of a warning.

 IOError: [Errno 2] No such file or directory: 'out-www/snippets.texi'

hmm.

First, it's possible that a change to a GNUmakefile could require
you to re-run autogen.sh and configure.

Second, it's just possible that your disk partition is out of
space.  (I lost half a day last week trying to track down an
apparent bug in imagemagick that just turned out to be my /tmp
being full)

Failing either of these, I guess we're into git bisect time, which
of course sucks for doc-building if you're not Phil or James.  I
know that Phil can build the docs, but hopefully James' computer
will fail in this same way?
(assuming it's not the autogen issue)

- Graham

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


Re: make doc failure on fresh build tree

2011-11-07 Thread Neil Puttock
On 7 November 2011 19:32, Graham Percival gra...@percival-music.ca wrote:

 Failing either of these, I guess we're into git bisect time, which
 of course sucks for doc-building if you're not Phil or James.  I
 know that Phil can build the docs, but hopefully James' computer
 will fail in this same way?

I've just finished building the docs without incident.

Cheers,
Neil

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


Re: make doc failure on fresh build tree

2011-11-07 Thread Adam Spiers
On Mon, Nov 7, 2011 at 7:34 PM, Neil Puttock n.putt...@gmail.com wrote:
 On 7 November 2011 19:32, Graham Percival gra...@percival-music.ca wrote:

 Failing either of these, I guess we're into git bisect time, which
 of course sucks for doc-building if you're not Phil or James.  I
 know that Phil can build the docs, but hopefully James' computer
 will fail in this same way?

 I've just finished building the docs without incident.

I ran it again without -j2 and it completed fine.  *shrug*

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


Re: make doc failure on fresh build tree

2011-11-07 Thread Colin Campbell

On 11-11-07 12:46 PM, Adam Spiers wrote:

On Mon, Nov 7, 2011 at 7:34 PM, Neil Puttockn.putt...@gmail.com  wrote:

On 7 November 2011 19:32, Graham Percivalgra...@percival-music.ca  wrote:


Failing either of these, I guess we're into git bisect time, which
of course sucks for doc-building if you're not Phil or James.  I
know that Phil can build the docs, but hopefully James' computer
will fail in this same way?

I've just finished building the docs without incident.

I ran it again without -j2 and it completed fine.  *shrug*

___




ISTR there's a long standing problem with forking make doc, although the 
initial make to [roduce the binaries seems not to mind.


Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )


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


Re: make doc failure on fresh build tree

2011-11-07 Thread Peekay Ex
Hello,

On Tue, Nov 8, 2011 at 1:35 AM, Colin Campbell c...@shaw.ca wrote:
 On 11-11-07 12:46 PM, Adam Spiers wrote:

 On Mon, Nov 7, 2011 at 7:34 PM, Neil Puttockn.putt...@gmail.com  wrote:

 On 7 November 2011 19:32, Graham Percivalgra...@percival-music.ca
  wrote:

 Failing either of these, I guess we're into git bisect time, which
 of course sucks for doc-building if you're not Phil or James.  I
 know that Phil can build the docs, but hopefully James' computer
 will fail in this same way?

 I've just finished building the docs without incident.

 I ran it again without -j2 and it completed fine.  *shrug*

 ___



 ISTR there's a long standing problem with forking make doc, although the
 initial make to [roduce the binaries seems not to mind.


Yes there is or 'was' I've noticed that in the last few days I have
been running make -j7 I have *not* been getting those weird
'authors.texi' type errors or those 'file not found' type problems
that 'go away' running make again.

Every patch that has applied has passed make with no issues at all.
Whereas previously I'd have to run make twice nearly every time. So I
wonder if any recent build changes have made the difference.

-- 
--
James

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