Re: About lilypond's build problem with debian

2006-07-25 Thread Thomas Bushnell BSG
Han-Wen Nienhuys [EMAIL PROTECTED] writes:

 Thomas Bushnell BSG schreef:

 I'm distressed that nobody has bothered to fix the bug since then.  In
 the thread on the mailing list you can see that if LILYPONDPREFIX is
 set correctly, the bug goes away.

 This issue has been addressed in a more robust manner in the 2.9
 series, and I would welcome a backport of the changes; we haven't
 found the time to do it.

Good to hear.  I think for Debian's purposes, setting LILYPONDPREFIX
properly is probably the simplest solution.  I look forward to 2.10
having a bettr fix in place.

Thomas


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


Re: About lilypond's build problem with debian

2006-07-25 Thread Ludovic RESLINGER
On Tue, Jul 25, 2006 at 02:08:03AM -0700, Thomas Bushnell BSG wrote:
 Han-Wen Nienhuys [EMAIL PROTECTED] writes:
 
  Thomas Bushnell BSG schreef:
 
  I'm distressed that nobody has bothered to fix the bug since then.  In
  the thread on the mailing list you can see that if LILYPONDPREFIX is
  set correctly, the bug goes away.
 
  This issue has been addressed in a more robust manner in the 2.9
  series, and I would welcome a backport of the changes; we haven't
  found the time to do it.
 
 Good to hear.  I think for Debian's purposes, setting LILYPONDPREFIX
 properly is probably the simplest solution.  I look forward to 2.10
 having a bettr fix in place.
 
It doesn't work in 2.9 series, I have tested tomorrow.
Actually, the only one solution that I found is to make
an symbolic link of pythons scripts in python/ - scripts/
When I did that, the bug seems to go away, and help2man seem
to make correctly his job. There is a problem for scripts in
scripts/ for finding files in python, and when I put them in
the same directory, the problem goes away.

I think there is a problem again, the new implementation of
LILYPONDPREFIX in 2.9 series doesn't seem to correct 
the problem.

-- 
.---.  Ludovic RESLINGER
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
 `---UUU---'= `-


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


Re: About lilypond's build problem with debian

2006-07-25 Thread Han-Wen Nienhuys

Thomas Bushnell BSG schreef:

The problem is that lilypond's build system assumes that lilypond is
already installed on the system.

Han-Wen Nienhuys said no, it uses LILYPONDPREFIX, but as I point out
in the thread, it is setting LILYPONDPREFIX *incorrectly*, and the
reason the builds are working for Han-Wen is that he already has
lilypond installed.


this is false BTW, as I don't have lilypond installed at all.  I always 
run from the development tree.


I would welcome a usable bugreport about this, as Ludovic has so far 
declined to produce one.



--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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


Re: About lilypond's build problem with debian

2006-07-25 Thread Ludovic RESLINGER
Re,

I have found why it builed for you and not on
my system.

The python version installed on my system was a
2.4 version. I had backported on a 2.3 version,
and the problem seem solved.

It will be interesting to know why there is this problem
with new versions of python, because if one
day Python is 2.4 by default, the bug could be a
problem to build. I don't know if it is a problem of
Debian Package or if it is a general problem of python 2.4.
I will test more...

So, for Thomas BUSHNELL: I don't know if it is really a good idea to
wait Python 2.4 by default to release lilypond in debian :)

I hope that you will be satisfy of my report, this
time :).

-- 
.---.  Ludovic RESLINGER
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
 `---UUU---'= `-


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


Re: About lilypond's build problem with debian

2006-07-25 Thread Thomas Bushnell BSG
Han-Wen Nienhuys [EMAIL PROTECTED] writes:

 Thomas Bushnell BSG schreef:
 The problem is that lilypond's build system assumes that lilypond is
 already installed on the system.

 Han-Wen Nienhuys said no, it uses LILYPONDPREFIX, but as I point out
 in the thread, it is setting LILYPONDPREFIX *incorrectly*, and the
 reason the builds are working for Han-Wen is that he already has
 lilypond installed.

 this is false BTW, as I don't have lilypond installed at all.  I
 always run from the development tree.

On April 27 I submitted a bug report for 2.8.1, and explained the fix
that solves the problem.  I have no idea about 2.9 and what changes
you say have been made there.

Thomas


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


Re: About lilypond's build problem with debian

2006-07-24 Thread Ludovic RESLINGER
On Sun, Jul 23, 2006 at 12:25:42PM +0200, Han-Wen Nienhuys wrote:
 Thomas Bushnell BSG schreef:
 
 I'm distressed that nobody has bothered to fix the bug since then.  In
 the thread on the mailing list you can see that if LILYPONDPREFIX is
 set correctly, the bug goes away.
 
 This issue has been addressed in a more robust manner in the 2.9 series, 
 and I would welcome a backport of the changes; we haven't found the time 
 to do it.
 

Hi,

I tried to build lilypond 2.9.11 to see if the problem goes away with
2.9 series. The problem seems to be the same with 2.9 series, I had
the same build error: 

/usr/bin/perl /home/lr/lilypond-2.9.11/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.9.11/scripts'
make: *** [all] Error 2

And when I do :
  scripts/out/convert-ly

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

When I do LILYPONDPREFIX=out scripts/out/convert-ly

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.
[...]

So the problem seem to stay the same with new implementation of
LILYPONDPREFIX in 2.9 series.

-- 
.---.  Ludovic RESLINGER
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
 `---UUU---'= `-


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


Re: About lilypond's build problem with debian

2006-07-23 Thread Han-Wen Nienhuys

Thomas Bushnell BSG schreef:


I'm distressed that nobody has bothered to fix the bug since then.  In
the thread on the mailing list you can see that if LILYPONDPREFIX is
set correctly, the bug goes away.


This issue has been addressed in a more robust manner in the 2.9 series, 
and I would welcome a backport of the changes; we haven't found the time 
to do it.


--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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


Re: About lilypond's build problem with debian

2006-07-22 Thread Ludovic RESLINGER
On Fri, Jul 21, 2006 at 04:57:14PM -0700, Thomas Bushnell BSG wrote:
 Ludovic RESLINGER [EMAIL PROTECTED] writes:
 
  I saw in archive some messages about a problem to build lilypond in
  debian unstable. I think this is not a problem of python's version, because
  I tested to build with python2.4 and python2.5, and the problem stay the
  same:
 
  chmod 755 out/convert-ly
  /usr/bin/perl /home/me/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/me/lilypond-2.8.4/scripts'
  make: *** [all] Error 2
 
 I reported this bug on lilypond-devel back on April 27, in a message
 titled building lilypond 2.8.1 on Debian unstable.
 
 The problem is that lilypond's build system assumes that lilypond is
 already installed on the system.
 
 Han-Wen Nienhuys said no, it uses LILYPONDPREFIX, but as I point out
 in the thread, it is setting LILYPONDPREFIX *incorrectly*, and the
 reason the builds are working for Han-Wen is that he already has
 lilypond installed.
 
 I'm distressed that nobody has bothered to fix the bug since then.  In
 the thread on the mailing list you can see that if LILYPONDPREFIX is
 set correctly, the bug goes away.
 
 Thomas
 

Hi,

I saw yours posts in April. I tested with the latest stable upstream, the 2.8.4,
and in effect, the bug isn't corrected.

I can do the same observation when I try to do LILYPONDPREFIX value on out. 
But
if it is possible to display help of python script, it isn't possible
or help2man make his work.

Regards,
-- 
.---.  Ludovic RESLINGER
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
 `---UUU---'= `-


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


Re: About lilypond's build problem with debian

2006-07-20 Thread Ludovic RESLINGER
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
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
 `---UUU---'= `-


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


About lilypond's build problem with debian

2006-07-19 Thread Ludovic RESLINGER
Hello,

I saw in archive some messages about a problem to build lilypond in
debian unstable. I think this is not a problem of python's version, because
I tested to build with python2.4 and python2.5, and the problem stay the
same:

chmod 755 out/convert-ly
/usr/bin/perl /home/me/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/me/lilypond-2.8.4/scripts'
make: *** [all] Error 2

I readed messages, but I didn't see any solution.

Thank for answers,

Cheers,

-- 
.---.  Ludovic RESLINGER
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
 `---UUU---'= `-


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


Re: About lilypond's build problem with debian

2006-07-19 Thread Mats Bengtsson

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

Quoting Ludovic RESLINGER [EMAIL PROTECTED]:


Hello,

I saw in archive some messages about a problem to build lilypond in
debian unstable. I think this is not a problem of python's version, because
I tested to build with python2.4 and python2.5, and the problem stay the
same:

chmod 755 out/convert-ly
/usr/bin/perl /home/me/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/me/lilypond-2.8.4/scripts'
make: *** [all] Error 2

I readed messages, but I didn't see any solution.

Thank for answers,

Cheers,

--
   .---.  Ludovic RESLINGER
  / \
  [EMAIL PROTECTED]@./ Trumpet Student in CNR
  /`\_/`\ Free Software Developer
 // )X( \\
| \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
`---UUU---'= `-







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