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

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

[Octave-bug-tracker] [bug #57560] [octave forge] (database) 2.4.4 packag


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #57560] [octave forge] (database) 2.4.4 package install warnings/errors
Date: Wed, 8 Jan 2020 13:48:58 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?57560>

                 Summary: [octave forge] (database) 2.4.4 package install
warnings/errors 
                 Project: GNU Octave
            Submitted by: nrjank
            Submitted on: Wed 08 Jan 2020 06:48:56 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Nicholas Jankowski
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

running a >> pkg update in Octave 5.1.0 on Windows 10, produced the following
output for database-2.4.4.tar.gz:


command.cc: In member function 'octave_value command::copy_in_handler(const
string&, const Cell&, const Cell&, bool, bool)':
command.cc:828:38: warning: format '%li' expects argument of type 'long int',
but argument 2 has type 'octave_idx_type {aka long long int}' [-Wformat=]
                                  i, j);
                                      ^
command.cc:828:38: warning: format '%li' expects argument of type 'long int',
but argument 3 has type 'octave_idx_type {aka long long int}' [-Wformat=]
var2bytea.cc: In function 'octave_value_list Fvar2bytea(const
octave_value_list&, int)':
var2bytea.cc:101:74: warning: format '%li' expects argument of type 'long
int', but argument 3 has type 'octave_idx_type {aka long long int}'
[-Wformat=]
           error ("%s: could not save variable %li", fname.c_str (), i + 1);
                                                                     ~~~~~^
In file included from bytea2var.cc:28:0:
bytea2var.cc: In function 'octave_value_list Fbytea2var(const
octave_value_list&, int)':
error-helpers.h:50:31: warning: format '%li' expects argument of type 'long
int', but argument 3 has type 'octave_idx_type {aka long long int}'
[-Wformat=]
             error (__VA_ARGS__); \
                               ^
bytea2var.cc:58:7: note: in expansion of macro 'CHECK_ERROR'
       CHECK_ERROR (m = args(i).uint8_array_value (), retval,
       ^~~~~~~~~~~
bytea2var.cc:139:68: warning: format '%li' expects argument of type 'long
int', but argument 3 has type 'octave_idx_type {aka long long int}'
[-Wformat=]
     error ("%s: could not load variable %li", fname.c_str (), i + 1);
                                                               ~~~~~^
For information about changes from previous versions of the database package,
run 'news database'.


the package appeared to complete installation, but errors/warnings are a
concern. Unknown if it would still occur in upcoming v6.0




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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