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

checking SASL CRAM-MD5 support... configure: error: no

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.8.0, 1.11.0
    • None
    • build
    • None
    • macOS 12.6.7
      Xcode 13.2.1
      Apple clang version 13.0.0 (clang-1300.0.29.30)
      Cyrus SASL 2.1.28

    • Patch

    Description

      mesos fails to configure:

      checking SASL CRAM-MD5 support... configure: error: no
      -------------------------------------------------------------------
      We need CRAM-MD5 support for SASL authentication.
      -------------------------------------------------------------------

      The configure script is checking if a test program outputs the word "found", but on my system, the program outputs "foundfound" so the test fails. The simplest fix would be instead to check whether the test program outputs anything at all, per the attached "test" patch.

      Also, the configure check has incorrect syntax which was introduced here: the entire test program's code is not enclosed within square brackets. This does not appear to cause a problem in autoconf 2.71 but it's probably best to fix it before some future version of autoconf decides it is a problem, per the attached "quoting" patch.

      Attachments

        1. mesos-crammd5-quoting.patch
          0.4 kB
          Ryan Carsten Schmidt
        2. mesos-crammd5-test.patch
          0.4 kB
          Ryan Carsten Schmidt

        Activity

          People

            Unassigned Unassigned
            ryandesign.com Ryan Carsten Schmidt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: