octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #57585] [octave-forge] (image) deprecation war


From: Hartmut
Subject: [Octave-bug-tracker] [bug #57585] [octave-forge] (image) deprecation warnings during installation (compilation) of image package
Date: Wed, 22 Jan 2020 15:15:09 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0

Follow-up Comment #7, bug #57585 (project octave):

Thanks for this big patch, Carne! I've only now found the time to look at it.

Sorry that I couldn't find time to test this patch sooner as propsed. I have
now done at least some minimal testing:

* image package (default branch) compiles now fine under Octave dev (= Octave
version 6 to come).
** 3 failing tests in imrotate. But I think those are bug #57500.
** One warning during "make check": test montage leaks file descriptor.

* The image...tar.gz file of the image package (default branch), as compiled
with dev Octave (version 6), installs fine with "pkg install ..." under dev
Octave (=v6)

* BUT: The image...tar.gz file (generated as above) does NOT install at all
under Octave 5.1 release. Instead it gives the following error message:


GNU Octave, version 5.1.0

>> pkg install image-2.11.0+.tar.gz
conndef.cc: In function ‘octave_value_list Fiptcheckconn(const
octave_value_list&, int)’:
conndef.cc:223:19: error: ‘class octave::execution_exception’ has no
member named ‘message’
       err_msg = e.message ();
                   ^~~~~~~
make: *** [conndef.oct] Error 1
make: *** Auf noch nicht beendete Prozesse wird gewartet …
make: Verzeichnis „/tmp/oct-Cl6UaZ/image-2.11.0+/src“ wird betreten
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 __spatial_filtering__.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 __bilateral__.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 __eps__.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2
__custom_gaussian_smoothing__.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 __boundary__.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 bwfill.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 rotate_scale.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 hough_line.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 graycomatrix.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 bwdist.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 intlut.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 nonmax_suppress.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 -c strel.cc
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 -c connectivity.cc
cp ntsc2rgb.m.in ntsc2rgb.m
cp rgb2ntsc.m.in rgb2ntsc.m
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 conndef.cc connectivity.o
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 bwlabeln.cc
connectivity.o
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 imreconstruct.cc
connectivity.o
/opt/octave-5.1.0/bin/mkoctfile-5.1.0  -Wall -g -O2 bwconncomp.cc
connectivity.o
Makefile:27: recipe for target 'conndef.oct' failed
make: Verzeichnis „/tmp/oct-Cl6UaZ/image-2.11.0+/src“ wird verlassen

pkg: error running `make' for the image package.
error: called from
    configure_make at line 99 column 9
    install at line 184 column 7
    pkg at line 441 column 9
>>


I know this bug report is closed. Shall we re-open it, or shall I start a new
bug report for this? I suspect this is still the same topic: exceptions...


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57585>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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