Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-8457

Build failure on macOS 10.13 due to the syscall deprecation.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Accepted
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • build
    • None

    Description

      In file included from ../../src/appc/spec.cpp:17:
      
      In file included from ../../3rdparty/stout/include/stout/os.hpp:69:
      
      In file included from ../../3rdparty/stout/include/stout/os/su.hpp:23:
      
      ../../3rdparty/stout/include/stout/os/posix/su.hpp:264:9: error: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Werror,-Wdeprecated-declarations]
      
        if (::syscall(243, ngroups, _gids, uid.get()) == -1) {
      
              ^
      
      /usr/include/unistd.h:745:5: note: 'syscall' has been explicitly marked deprecated here
      
      int syscall(int, ...);
      
          ^
      
      1 error generated.
      
      make[2]: *** [appc/libmesos_no_3rdparty_la-spec.lo] Error 1
      
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gilbert Gilbert Song
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: