octave-maintainers
[Top][All Lists]
Advanced

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

Re: problem with docs (Was: make check?)


From: Ben Abbott
Subject: Re: problem with docs (Was: make check?)
Date: Tue, 12 Jul 2016 01:25:37 +0000

> On Jul 11, 2016, at 7:16 PM, Mike Miller <address@hidden> wrote:
> 
> On Sun, Jul 10, 2016 at 20:33:36 -0400, Ben Abbott wrote:
>>> On Jul 10, 2016, at 8:09 AM, Ben Abbott <address@hidden> wrote:
>>> 
>>> I tried “make check” for the default branch and encountered the error below.
>>> 
>>> warning: docstring file 
>>> '/sw/local/share/octave/4.1.0+/etc/built-in-docstrings' not found
>>> error: no such file, 
>>> '/Users/bpabbott/Development/mercurial/default/build/test/--no-init-path'
>>> error: source: error sourcing file 
>>> '/Users/bpabbott/Development/mercurial/default/build/test/--no-init-path'
>>> error: execution exception in --no-init-path
>>> 
>>> Is anyone else seeing this?
>>> 
>>> $ hg tip
>>> pulling from /Users/bpabbott/Development/mercurial/octave
>>> searching for changes
>>> no changes found
>>> changeset:   22081:a5a99a830c8c
>>> bookmark:    @
>>> tag:         tip
>>> user:        Mike Miller <address@hidden>
>>> date:        Thu Jul 07 13:55:37 2016 -0700
>>> summary:     Set default floating point unit state when initializing the 
>>> interpreter (bug #48418)
>>> 
>>> Ben
>> 
>> Ok. My mistake. It’s not “make check” that fails. I’m just no longer able to 
>> build the docs.
>> 
>> I suspect a problem with the changeset below.
>> 
>>      http://hg.savannah.gnu.org/hgweb/octave/rev/df50d42d4b1b
>> 
>> I’m not building in the source tree, but have started a build to see if that 
>> works.
>> 
>> The warnings/errors I see are below. 
> 
> Can you try again with
> 
>  http://hg.savannah.gnu.org/hgweb/octave/rev/66db9a493c84
> 
> or later? That should fix the incorrect handling of command line
> options.

sigh … another problem has slipped in.

"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"
 -cc1 -triple x86_64-apple-macosx10.11.0 -Wdeprecated-objc-isa-usage 
-Werror=deprecated-objc-isa-usage -emit-obj -disable-free 
-disable-llvm-verifier -main-file-name math.c -mrelocation-model pic -pic-level 
2 -mthread-model posix -mdisable-fp-elim -masm-verbose -munwind-tables 
-target-cpu core2 -target-linker-version 264.3.102 -v -dwarf-column-info 
-coverage-file 
/Users/bpabbott/Development/mercurial/default/build/libgnu/math.c -resource-dir 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0
 -dependency-file .deps/math.Tpo -sys-header-deps -MP -MT math.lo -D 
HAVE_CONFIG_H -I . -I ../../sources/libgnu -I .. -I /sw/include/mesa -I 
/sw/include -D _THREAD_SAFE -O3 -fdebug-compilation-dir 
/Users/bpabbott/Development/mercurial/default/build/libgnu -ferror-limit 19 
-fmessage-length 188 -stack-protector 1 -fblocks -fobjc-runtime=macosx-10.11.0 
-fencode-extended-block-signature -fmax-type-align=16 -fdiagnostics-show-option 
-fcolor-diagnostics -vectorize-loops -vectorize-slp -o math.o -x c 
../../sources/libgnu/math.c
clang -cc1 version 7.3.0 (clang-703.0.31) default target 
x86_64-apple-darwin15.5.0
ignoring nonexistent directory "/sw/include/mesa"
ignoring nonexistent directory "/usr/local/include"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../../sources/libgnu
 ..
 /sw/include
 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.3.0/include
 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
 /usr/include
 /System/Library/Frameworks (framework directory)
 /Library/Frameworks (framework directory)
End of search list.
In file included from ../../sources/libgnu/math.c:3:
In file included from ../../sources/libgnu/math.h:27:
In file included from ./math.h:27:
../../sources/libgnu/math.h:956:27: error: expected identifier
_GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
                          ^
../../sources/libgnu/math.h:958:19: error: a parameter list without types is 
only allowed in a function definition
_GL_CXXALIASWARN (frexpf);
                  ^
../../sources/libgnu/math.h:982:26: error: expected identifier
_GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr));
                         ^
../../sources/libgnu/math.h:984:19: error: a parameter list without types is 
only allowed in a function definition
_GL_CXXALIASWARN (frexp);
                  ^
4 errors generated.

Any ideas?

Ben




reply via email to

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