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

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

[Octave-bug-tracker] [bug #55273] mkfifo returns "Function not implement


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #55273] mkfifo returns "Function not implemented" error
Date: Sun, 23 Dec 2018 11:02:12 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:64.0) Gecko/20100101 Firefox/64.0

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

                 Summary: mkfifo returns "Function not implemented" error
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Sun 23 Dec 2018 05:02:11 PM CET
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.0.0
        Operating System: Mac OS

    _______________________________________________________

Details:


running mkfifo on macos returns an error


[err, msg] = mkfifo ("/tmp/pippo.fifo", 600);
err
err = -1
msg
msg = Function not implemented



this is strange as mkfifo appears to be detected as present by configure, as
shown by the following lines in config.log


 HAVE_MKFIFO='1'
 HAVE_MKFIFOAT='1'


a consequence of this is that the gnuplot graphics backend is not working


error: __gnuplot_get_var__: Can not make FIFO (Function not implemented)
error: __gnuplot_get_var__: Can not make FIFO (Function not implemented)
error: __gnuplot_get_var__: Can not make FIFO (Function not implemented)
make[2]: *** [doc/interpreter/triplot.eps] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [doc/interpreter/convhull.eps] Error 1
make[2]: *** [doc/interpreter/griddata.eps] Error 1
error: __gnuplot_get_var__: Can not make FIFO (Function not implemented)
make[2]: *** [doc/interpreter/voronoi.eps] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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