lilypond-devel
[Top][All Lists]
Advanced

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

Re: mknetrel building


From: Jan Nieuwenhuizen
Subject: Re: mknetrel building
Date: Wed, 24 Sep 2003 09:38:20 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Fodor Bertalan writes:

>> > make[2]: *** [local-install-outfiles] Error 255
>> 
>> So there was no handy debugging info here?
>
> No, nothing.
>
> So. 
> I changed aclocal.m4 to use install-sh
> It stops with this. I think you can interpret it:

Yes, but you can also interpret it.  Look:

    make[3]: Leaving directory `/netrel/src/lilypond-1.9.9-1/lily/include'

The first command:

    /bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
       -d /netrel/inst/lilypond-1.9.9-1/usr/bin

No error, that's ok.

The second:
 
    /bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
       -m 755 /netrel/build/lilypond-1.9.9-1//lily/out/lilypond-bin
       /netrel/inst/lilypond-1.9.9-1/usr/bin/lilypond-bin.exe &&
       strip /netrel/inst/lilypond-1.9.9-1/usr/bin/lilypond-bin.exe &&  true

    cp: `/netrel/build/lilypond-1.9.9-1//lily/out/lilypond-bin' and
    `/netrel/inst/lilypond-1.9.9-1/usr/bin/#inst.2656#' are the same file

This could be the install-sh command, or strip that fails.  It's most
probably install-sh.  The arguments to install look good.

So, you just try that command by hand.

    cd /netrel/src/lilypond-1.9.9-1
    cp /bin/ls foe
    ./stepmake/bin/install-sh -c -m755 foe /usr/bin/foe.exe

That should also fail.  If not, try strip.  So:

   * a bug in lily's install-sh, so try to get the latest version used
     on cygwin
   * or you found a cygwin bug
   
Ask the cygwin list for assistance, if necessary.

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

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