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

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

[Octave-bug-tracker] [bug #53296] Unable to install octave's parallel pa


From: Simon Ranjith
Subject: [Octave-bug-tracker] [bug #53296] Unable to install octave's parallel package
Date: Tue, 6 Mar 2018 07:06:09 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36

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

                 Summary: Unable to install octave's parallel package
                 Project: GNU Octave
            Submitted by: simonranjith
            Submitted on: Tue 06 Mar 2018 12:06:08 PM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Installation Failure
                  Status: None
             Assigned to: None
         Originator Name: Simon
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: Mac OS

    _______________________________________________________

Details:

Hello there,
I tried to install the parallel package for my octave- it is version 4.3.0.
But it throws out the following errors. I would appreciate it if you can help.
Thanks.

Parallel package : parallel-3.1.1.tar.gz
------------------------------------------------------------

In file included from pserver.cc:57:
In file included from ./parallel-gnutls.h:138:
./p-streams.h:140:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
./p-streams.h:190:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
./p-streams.h:486:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
In file included from reval.cc:29:
In file included from ./parallel-gnutls.h:138:
./p-streams.h:140:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
./p-streams.h:190:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
./p-streams.h:486:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
pserver.cc:402:10: warning: using the result of an assignment as a condition
without parentheses [-Wparentheses]
  if (tp = fork ())
      ~~~^~~~~~~~~
pserver.cc:402:10: note: place parentheses around the assignment to silence
this warning
  if (tp = fork ())
         ^
      (           )
pserver.cc:402:10: note: use '==' to turn this assignment into an equality
comparison
  if (tp = fork ())
         ^
         ==
pserver.cc:555:18: warning: using the result of an assignment as a condition
without parentheses [-Wparentheses]
          if (tp = fork ())
              ~~~^~~~~~~~~
pserver.cc:555:18: note: place parentheses around the assignment to silence
this warning
          if (tp = fork ())
                 ^
              (           )
pserver.cc:555:18: note: use '==' to turn this assignment into an equality
comparison
          if (tp = fork ())
                 ^
                 ==
In file included from pconnect.cc:38:
In file included from ./parallel-gnutls.h:138:
./p-streams.h:140:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
./p-streams.h:190:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
./p-streams.h:486:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
pserver.cc:1112:32: error: no member named 'the_interpreter' in
'octave::application'
          octave::application::the_interpreter () -> interactive (false);
          ~~~~~~~~~~~~~~~~~~~~~^
pserver.cc:1118:11: error: use of undeclared identifier 'symbol_table'; did
you mean 'octave::symbol_table'?
          symbol_table::assign ("sockets", sockets);
          ^~~~~~~~~~~~
          octave::symbol_table
/usr/local/Cellar/octave/HEAD-66729bff9877_8/include/octave-4.3.0+/octave/symtab.h:51:23:
note: 'octave::symbol_table' declared here
  class OCTINTERP_API symbol_table
                      ^
pserver.cc:1118:25: error: call to non-static member function without an
object argument
          symbol_table::assign ("sockets", sockets);
          ~~~~~~~~~~~~~~^~~~~~
In file included from sclose.cc:30:
In file included from ./parallel-gnutls.h:138:
./p-streams.h:140:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
./p-streams.h:190:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
./p-streams.h:486:20: warning: comparison of unsigned expression < 0 is always
false [-Wtautological-compare]
    else if (count < 0)
             ~~~~~ ^ ~
5 warnings and 3 errors generated.
make: *** [pserver.o] Error 1
make: *** Waiting for unfinished jobs....
3 warnings generated.
3 warnings generated.
3 warnings generated.

pkg: error running `make' for the parallel package.
error: called from
    configure_make at line 95 column 9
    install at line 192 column 7
    pkg at line 394 column 9




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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