lilypond-devel
[Top][All Lists]
Advanced

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

Re: GUB and librestrict


From: littlesincanada
Subject: Re: GUB and librestrict
Date: Mon, 8 Aug 2016 21:21:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi,

On 08/08/16 04:23, Masamichi Hosoda wrote:
I've created a pull request.
https://github.com/gperciva/gub/pull/27

It fixes the librestrict C99 problem.
And, it fixes tools::guile texi compilation problem.
Also, some libraries update is contained.

I've succeed full `make lilypond' in my GUB environment.


I applied your patch and that gets me much further.
Now a problem in glib:

-----------8<-----------8<-----------8<-----------8<-----------8<-----------8<-----------8<----
MD -MP -MF .deps/libgobject_2_0_la-gparam.Tpo -c /home/ralph/gub/target/tools/src/glib-2.44.1/gobject/gparam.c -fPIC -DPIC -o .libs/libgobject_2_0_la-gparam.o cc1: error: /home/ralph/gub/target/tools/root/usr/lib/libffi-3.2.1/include: No such file or directory [-Werror=missing-include-dirs] cc1: error: /home/ralph/gub/target/tools/root/usr/lib/libffi-3.2.1/include: No such file or directory [-Werror=missing-include-dirs] cc1: error: /home/ralph/gub/target/tools/root/usr/lib/libffi-3.2.1/include: No such file or directory [-Werror=missing-include-dirs]
cc1: some warnings being treated as errors
make[4]: *** [libgobject_2_0_la-gatomicarray.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
cc1: some warnings being treated as errors
make[4]: *** [libgobject_2_0_la-gclosure.lo] Error 1
cc1: some warnings being treated as errors
make[4]: *** [libgobject_2_0_la-genums.lo] Error 1
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
make[4]: *** [libgobject_2_0_la-gmarshal.lo] Error 1
make[4]: *** [libgobject_2_0_la-gbinding.lo] Error 1
make[4]: *** [libgobject_2_0_la-gboxed.lo] Error 1
cc1: some warnings being treated as errors
make[4]: *** [libgobject_2_0_la-gparam.lo] Error 1
cc1: some warnings being treated as errors
make[4]: *** [libgobject_2_0_la-gobject.lo] Error 1
make[4]: Leaving directory `/home/ralph/gub/target/tools/build/glib-2.44.1/gobject'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ralph/gub/target/tools/build/glib-2.44.1/gobject'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ralph/gub/target/tools/build/glib-2.44.1/gobject'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ralph/gub/target/tools/build/glib-2.44.1'
make: *** [all] Error 2
Command barfed: cd /home/ralph/gub/target/tools/build/glib-2.44.1 && make -j8
Traceback (most recent call last):
  File "bin/gub", line 233, in exceptional_build
    build (settings, options, files)
  File "bin/gub", line 229, in build
    b.build_source_packages (names)
  File "bin/../gub/buildrunner.py", line 334, in build_source_packages
    self.spec_build (spec_name)
  File "bin/../gub/buildrunner.py", line 262, in spec_build
    deferred_runner.execute_deferred_commands ()
  File "bin/../gub/runner.py", line 167, in execute_deferred_commands
    cmd.execute (self.logger)
  File "bin/../gub/commands.py", line 75, in execute
    ignore_errors=self.ignore_errors)
  File "bin/../gub/loggedos.py", line 93, in system
    raise misc.SystemFailed (m)
SystemFailed: Command barfed: cd /home/ralph/gub/target/tools/build/glib-2.44.1 && make -j8
-----------8<-----------8<-----------8<-----------8<-----------8<-----------8<-----------8<----

The path in this line looks a bit wrong:
cc1: error: /home/ralph/gub/target/tools/root/usr/lib/libffi-3.2.1/include: No such file or directory [-Werror=missing-include-dirs]

Is nobody else having these issues?

Cheers,
Ralph



reply via email to

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