octave-maintainers
[Top][All Lists]
Advanced

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

Re: [mxe-octave] dev branch: build failure in documentation stage? (was


From: Tatsuro MATSUOKA
Subject: Re: [mxe-octave] dev branch: build failure in documentation stage? (was Re: [mxe-octave] dev branch: build failure in install stage?)
Date: Fri, 22 Jul 2016 12:58:52 +0900 (JST)

> Tatsuro, when you made the archive, did you use the 'make dist' target?

> Or did you just tar up the contents of the hg working directory after
> running bootstrap? The proper steps to create a source tarball are
> 
>   ./bootstrap && ./configure && make all && make dist
> 
> -- 
> mike



I did the above. 
After "make dist", octave-4.1.0+.tar.gz was generated in build directory.

The archived file contained the documentation.

Then I executed mxe-octave using this octave-4.1.0+.tar.gz.
make zip-dist

Build of default-octave step was stopped.

/bin/bash run-octave --norc --silent --no-history 
/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64/tmp-default-octave/octave-4.1.0+/doc/interpreter/mk_doc_cache.m
 - 
/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64/tmp-default-octave/octave-4.1.0+
 
/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64/tmp-default-octave/octave-4.1.0+/doc/interpreter/macros.texi
 libinterp/DOCSTRINGS scripts/DOCSTRINGS > doc/interpreter/doc-cache-t && \
mv doc/interpreter/doc-cache-t doc/interpreter/doc-cache
/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64/tmp-default-octave/octave-4.1.0+/.build/libtool:
 line 11645: 
/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64/tmp-default-octave/octave-4.1.0+/.build/src/octave:
 No such file or directory
make[4]: *** [doc/interpreter/doc-cache] Error 127
make[4]: Leaving directory 
`/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64/tmp-default-octave/octave-4.1.0+/.build'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory 
`/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64/tmp-default-octave/octave-4.1.0+/.build'
make[2]: *** [install] Error 2
make[2]: Leaving directory 
`/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64/tmp-default-octave/octave-4.1.0+/.build'
make[1]: *** [build-only-default-octave] Error 2
make[1]: Leaving directory 
`/home/tatsuro/work/octave/mxe-octave/mxe-octave-dev-w64'

As you said, run-octave is meaningless because this is cross-build.

How can I do ?

Tatsuro



reply via email to

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