octave-maintainers
[Top][All Lists]
Advanced

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

Re: run-octave fails for default branch


From: John W. Eaton
Subject: Re: run-octave fails for default branch
Date: Fri, 27 Dec 2013 15:57:11 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

On 12/27/2013 03:50 PM, Ben Abbott wrote:

On Dec 27, 2013, at 3:44 PM, John W. Eaton <address@hidden> wrote:

On 12/27/2013 03:37 PM, Ben Abbott wrote:
John,

My build is ending with ...

Octave successfully built.  Now choose from the following:

    ./run-octave    - to run in place to test before installing
    make check      - to run the tests
    make install    - to install (PREFIX=/opt/octave/3.7)

Making all in doc
Making all in doxyhtml
make[3]: Nothing to be done for `all'.
Making all in icons
make[3]: Nothing to be done for `all'.
Making all in interpreter
./config-images.sh ../..
../../doc/interpreter/images.mk is unchanged
../../run-octave -f -q -H ./mk_doc_cache.m doc-cache ./macros.texi 
../../scripts/DOCSTRINGS ../../libinterp/DOCSTRINGS || { rm -f doc-cache; exit 
1; }
octave: failed to exec 
'/opt/octave/3.7/libexec/octave/4.1.0+/exec/x86_64-apple-darwin13.0.0/octave-gui'
make[3]: *** [doc-cache] Error 1

I'm in unfamiliar territory, but should the changeset below have been applied 
to the default branch?

        http://hg.savannah.gnu.org/hgweb/octave/rev/8d332da6694f

(with that applied to default, I'm able to run the cli).

That change was needed on all branches, so I made it on stable, then merged 
stable to gui-release, then merged gui-release to default.  It looks to me like 
the change is present in all three branches now.  Am I missing something?

jwe

Maybe I have a problem? ... but OCTAVE_ARCHLIBDIR isn't showing up in my 
run-octave.in

hg pull ; hg update -C @
pulling from http://hg.savannah.gnu.org/hgweb/octave
searching for changes
no changes found
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg branch
default
$ grep -in OCTAVE_ARCHLIBDIR ./run-octave.in
$

The @ bookmark is not on the merge commit. I'm not sure why it didn't advance when I did the merge.

jwe



reply via email to

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