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: Sun, 7 Aug 2016 11:42:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Hi,

On 07/08/16 03:17, Phil Holmes wrote:
You should get more debugging information in the terminal output - it normally has something like "Tail of xxxx.log". Have a good look in xxx.log and see what the error is.


OK, I fiddled with it a bit and I managed to get further. Not really sure what happened. When I have got through it, I will do another bootstrap start to chase it down.

However, now I have an issue in the guile build.
From the bottom of the guile build log:

-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<---
...
      rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref && \ $restore $backupdir/* `echo ".//home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/guile.info" | sed 's|[^/]*$||'`; \
    fi; \
    rm -rf $backupdir; exit $rc
/home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/gh.texi:1000: must be after address@hidden' to use address@hidden' /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/fdl.texi:411: raising the section level of @appendixsubsec which is too low /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/api-utility.texi:566: warning: node `C Hooks' is next for `Hook Reference' in menu but not in sectioning /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/api-utility.texi:674: warning: node `Hook Reference' is prev for `C Hooks' in menu but not in sectioning /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/api-options.texi:510: warning: node next `Printing options' in menu `Debugger options' and in sectioning `Evaluator options' differ /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/api-options.texi:533: warning: node prev `Evaluator options' in menu `Debugger options' and in sectioning `Printing options' differ /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/api-options.texi:544: warning: node next `Evaluator trap options' in menu `Examples of option use' and in sectioning `Debugger options' differ /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/api-options.texi:625: warning: node next `Debugger options' in menu `Evaluator options' and in sectioning `Examples of option use' differ /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/api-options.texi:625: warning: node prev `Debugger options' in menu `Printing options' and in sectioning `Evaluator trap options' differ /home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/api-options.texi:681: warning: node prev `Examples of option use' in menu `Evaluator trap options' and in sectioning `Debugger options' differ make[2]: *** [/home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/guile.info] Error 1 make[2]: Leaving directory `/home/ralph/gub/target/tools/build/guile-1.8.7/doc/ref'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/ralph/gub/target/tools/build/guile-1.8.7/doc'
make: *** [install-recursive] Error 1
Command barfed: cd /home/ralph/gub/target/tools/build/guile-1.8.7 && make DESTDIR=/home/ralph/gub/target/tools/install/guile-1.8.7-root install
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/guile-1.8.7 && make DESTDIR=/home/ralph/gub/target/tools/install/guile-1.8.7-root install
-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<-------8<---

The following line looks a bit suspicious:

$restore $backupdir/* `echo ".//home/ralph/gub/target/tools/src/guile-1.8.7/doc/ref/guile.info" | sed 's|[^/]*$||'`; \

..and would seem to be the problem.
Why would the path start with .//?

Cheers,
Ralph



reply via email to

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