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

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

[Octave-bug-tracker] [bug #53099] Problem installing image package on de


From: Avinoam Kalma
Subject: [Octave-bug-tracker] [bug #53099] Problem installing image package on dev version
Date: Thu, 8 Feb 2018 17:05:50 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?53099>

                 Summary: Problem installing image package on dev version
                 Project: GNU Octave
            Submitted by: avinoam
            Submitted on: Thu 08 Feb 2018 10:05:49 PM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Avinoam
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


Trying to install image package on dev version on Win 7 machine, I got:


>> pkg install -verbose image-2.6.2.tar.gz
mkdir (C:\Users\Avinoam\AppData\Local\Temp\oct-eDmRgh)
untar (image-2.6.2.tar.gz, C:\Users\ Avinoam \AppData\Local\Temp\oct-eDmRgh)
copyfile
C:\Users\Avinoam\AppData\Local\Temp\oct-eDmRgh\image-2.6.2\src\connectivity.oct
C:\Users\Avinoam\AppData\Local\Temp\oct-eDmRgh\image-2.6.2\src\strel.oct
C:\Users\Avinoam\AppData\Local\Temp\oct-eDmRgh\image-2.6.2\inst\x86_64-w64-mingw32-api-v51+
For information about changes from previous versions of the image package, run
'news image'.
>> test stdfilt
????? stdfilt does not exist in path
>> pkg load image
>> test stdfilt
***** test
im = stdfilt (ones (5));
assert (im, zeros (5));
!!!!! test failed
'__spatial_filtering__' undefined near line 71 column 12


Note that only connectivity.oct and strel.oct were build, and no other oct
file.
Is it a problem of image package or of Octave? 
It seems that this an Octave problem, because I saw the same problem with dev
version of image package.

Can anyone confirm this?





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53099>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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