lilypond-devel
[Top][All Lists]
Advanced

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

Re: gub: I can now completely build lilypond


From: Knut Petersen
Subject: Re: gub: I can now completely build lilypond
Date: Sat, 12 Jan 2019 09:24:47 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3

Hi Werner!

Not having tested your patch yet, but I'm not happy with it.  Not a
single package in gub uses `linux-x86::cross/gcc' for stuff in `tools'
– it would tie gub compilation to GNU/Linux, AFAICS.

Yes.

That's why I asked

   "Could anyone point out on what kind of systems gub is supposed to run?"

in an earlier message.


The problem you try to solve is similar to

   In file included from
     
/home/gub/NewGub/gub/target/darwin-x86/src/guile-1.8.7/libguile/strings.h:25:0,
     from /usr/include/string.h:431,
     from 
/home/gub/NewGub/gub/target/darwin-x86/src/guile-1.8.7/libguile/gen-scmconfig.c:127:
   
/home/gub/NewGub/gub/target/darwin-x86/src/guile-1.8.7/libguile/__scm.h:52:10:
     fatal error: libguile/scmconfig.h: No such file or directory
     #include "libguile/scmconfig.h"          ,
              ^~~~~~~~~~~~~~~~~~~~~~

right?

Yes.


Please try the attached patch (untested) and run the first failing
guile compilation so that we can better analyze why `scmconfig.h' is
not found.  At the time compilation fails, it should have generated
some `Guile.*' strace files in your home directory

No, strace fails to find libraries. But without your patch I executed

   strace -v -f -ff -s 1024 -o STRACE/linux-ppc_guile bin/gub --fresh 
linux-ppc::guile

You'll receive the relevant log and strace file in a separate mail.

Knut


reply via email to

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