octave-maintainers
[Top][All Lists]
Advanced

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

Re: 4.0.1-rc2 candidate


From: John W. Eaton
Subject: Re: 4.0.1-rc2 candidate
Date: Tue, 19 Jan 2016 01:17:18 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0

On 01/18/2016 05:37 PM, Dmitri A. Sergatskov wrote:
On Mon, Jan 18, 2016 at 3:15 PM, John W. Eaton <address@hidden
<mailto:address@hidden>> wrote:

    On 01/18/2016 12:11 PM, Rik wrote:

        I know you are busy on other things so this can wait, but I
        think we need a
        new rc2 candidate for 4.0.1.  There has been one important fix
        that allows
        Octave to compile with clang and another that correctly formats
        the Octave
        Forge documentation if existing packages are moved to the new
        format.


    On alpha.gnu.org <http://alpha.gnu.org> in /gnu/octave now:

       20631478  Jan 18 21:03  octave-4.0.1-rc2.tar.gz
             72  Jan 18 21:03  octave-4.0.1-rc2.tar.gz.sig
             72  Jan 18 21:04  octave-4.0.1-rc2.tar.xz.sig
       14601980  Jan 18 21:04  octave-4.0.1-rc2.tar.xz

    I'll start building a Windows installer now.

    jw
    ​e


​I have problem building docs:

​
  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=/usr/local)

make[2]: Leaving directory '/home/dima/src/octave-4.0.1-rc2/binout'
Making all in doc
make[2]: Entering directory '/home/dima/src/octave-4.0.1-rc2/binout/doc'
Making all in doxyhtml
make[3]: Entering directory
'/home/dima/src/octave-4.0.1-rc2/binout/doc/doxyhtml'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory
'/home/dima/src/octave-4.0.1-rc2/binout/doc/doxyhtml'
Making all in interpreter
make[3]: Entering directory
'/home/dima/src/octave-4.0.1-rc2/binout/doc/interpreter'
../../../doc/interpreter/config-images.sh ../../..
../../../doc/interpreter/images.mk <http://images.mk> is unchanged
cp voronoi.png octave.html
cp: cannot stat ‘voronoi.png’: No such file or directory
Makefile:3360: recipe for target 'octave.html/voronoi.png' failed
make[3]: *** [octave.html/voronoi.png] Error 1
make[3]: Leaving directory
'/home/dima/src/octave-4.0.1-rc2/binout/doc/interpreter'
Makefile:1912: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/dima/src/octave-4.0.1-rc2/binout/doc'
Makefile:2131: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/dima/src/octave-4.0.1-rc2/binout'
Makefile:1995: recipe for target 'all' failed
make: *** [all] Error 2

​(binout is the build direc​tory).

address@hidden octave-4.0.1-rc2]$ find ./ -name "vorono*"
./doc/interpreter/voronoi.pdf
./doc/interpreter/voronoi.txt
./doc/interpreter/voronoi.png
./doc/interpreter/voronoi.eps
./scripts/geometry/voronoi.m
./scripts/geometry/voronoin.m

Dmitri.

I noticed this problem a little too late...

I generated a new set of files that should work and uploaded to alpha.gnu.org:

   180667983 Jan 19 05:57 octave-4.0.1-rc3-installer.exe
    21175571 Jan 19 05:57 octave-4.0.1-rc3.tar.gz
    15037576 Jan 19 05:58 octave-4.0.1-rc3.tar.xz
   333975260 Jan 19 06:06 octave-4.0.1-rc3.zip

I think the rule for copying the png files to the octave.html directory is not right if doing a VPATH build. In -rc2, the png files were missing from the octave.html directory in the sources, so the rule was triggered (and failed). In -rc3 they are there so the rule should not be triggered unless you modify source files.

jwe







reply via email to

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