Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6493

Qt fails to build on RHEL 4 and other older Linux versions because of old ALSA

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • Some future release
    • 4.6.1
    • Multimedia
    • None

    Description

      The Multimedia module fails to build on RHEL 4 because of missing symbol:
      snd_pcm_hw_params_set_rate_resample

      This is because the test.config test for ALSA passes:

      #include <alsa/asoundlib.h>
      int main(int argc,char **argv)
      {
      return 0;
      }

      This however is NOT a sufficient test.

      The test needs to at least check for:
      snd_pcm_hw_params_set_rate_resample

      There is also no way to disable ALSA in the configure script, as the logic was not added. This needs to be addressed as well.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            korbatit Kurt Korbatits (closed Nokia identity) (Inactive)
            janichol Andy Nichols
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes