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

Reply via email to