lilypond-devel
[Top][All Lists]
Advanced

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

Re: About lilypond's build problem with debian


From: Ludovic RESLINGER
Subject: Re: About lilypond's build problem with debian
Date: Thu, 20 Jul 2006 15:40:39 +0200
User-agent: Mutt/1.5.9i

On Wed, Jul 19, 2006 at 07:47:35PM +0200, Mats Bengtsson wrote:
> If you run
> scripts/out/convert-ly --help
> from the lilypond/ directory, you will get a much more informative 
> error message that might
> help you find out what the problem is.
> 
>  /Mats
> 

Hello

Thank you for your answer.

When I did that I had this answer :

  scripts/out/convert-ly --help

      Traceback (most recent call last):
          File "scripts/out/convert-ly", line 39, in <module>
            import lilylib as ly
      ImportError: No module named lilylib

So, I thought "convert-ly" didn't find lilylib.py.
To test, I copied lilylib.py into scripts/out/, 
and I had that :

   cp -a python/lilylib.py scripts/out/
   scripts/out/convert-ly --help

        Traceback (most recent call last):
           File "scripts/out/convert-ly", line 42, in <module>
             from convertrules import *
           ImportError: No module named convertrules

It seem to found lilylib...
So, this time, I'd copied all tree in scripts/out :

   cp -a python/* scripts/out/
   scripts/out/convert-ly --help

   Usage: convert-ly [OPTIONS] FILE
   Update LilyPond input to newer version.  By default, update from the
   version taken from the \version command, to the current LilyPond
   version.

   Examples:
   etc...

It seemed to work at this time. So I deleted the scripts/out/convert-ly.1
whitch is empty, because I wanted to see if build failed anymore with
the python file in scripts/out/
   rm -rf scripts/out/convert-ly.1
   make
   
   [...]
   make[1]: Leaving directory `/home/lr/lilypond-2.8.4/python'
   make[1]: Entering directory `/home/lr/lilypond-2.8.4/scripts'
   /usr/bin/perl /home/lr/lilypond-2.8.4/buildscripts/out/help2man
   out/convert-ly > out/convert-ly.1
   help2man: can't get `--help' info from out/convert-ly
   make[1]: *** [out/convert-ly.1] Error 1
   make[1]: Leaving directory `/home/lr/lilypond-2.8.4/scripts'
   make: *** [all] Error 2

The error message is the same, it is strange because files are in the
scripts/out tree and scripts/out/convert-ly --help display help without
errors.

I think there is a problem somewhere to find the files but I don't see where is
it. I tried to change value of LILYPONDPREFFIX in
make/lilypond-vars.make but error stay the same.

-- 
    .---.      Ludovic RESLINGER
   /     \
   address@hidden@./     Trumpet Student in CNR
   /`\_/`\     Free Software Developer
  // )X( \\
 | \  :  )|_                   _,'|   .''`.
/`\_`>  <_/ \ @======TTT=====::_  |  : :'  :
\__/'---'\__/   ((_<=HHH___))   `.|  `. `'`
                 `---UUU---'=>         `-

Attachment: signature.asc
Description: Digital signature


reply via email to

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