Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-1198

Changes for the solaris port

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • M4
    • 0.5
    • C++ Broker
    • None

    Description

      Patch with changes needed to have the project compiling under Sun Studio 12, on a Solaris Sparc machine. Tests are also passing.

      This patch summarizes all the changes in my local copy, including those from the non-resolved jira issues: QPID-1132 and QPID-1133.

      Other changes are:

      1.- Missing include files
      2.- Some GNUishms in system calls. I think there're two cases for this:
      2.1.- POSIX strerror_r doesn't return the buffer.
      2.2. - pthread_yield is not POSIX compliant. Using sched_yield instead.
      3.- No FTP and LOG_FTP syslog categories on Solaris.
      4.- The private inheritance bug in the solaris compiler
      5.- The Uuid.h solaris non-const members.
      6.- Some explicit namespacing. In some parts of the code.
      7.- Replace all the u_intN_t typenames with uintN_t typenames.
      8.- The queue issue. Name already used in solaris system headers.
      9.-Some minor bashisms in scripts, complaining under pure sh shells.

      Attachments

        1. solaris-port.patch
          48 kB
          Manuel Teira Paz
        2. syslog-feature-test.patch
          2 kB
          Manuel Teira Paz
        3. acl.patch
          0.9 kB
          Manuel Teira Paz
        4. ecfpoller-refactoring.patch
          6 kB
          Manuel Teira Paz
        5. localaddrs.patch
          11 kB
          Manuel Teira Paz

        Issue Links

          Activity

            People

              astitcher Andrew Stitcher
              mteira Manuel Teira Paz
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: