Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-47399

Handling of dSYM directories in separate_debug.py is problematic

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Blocker - P1 Blocker - P1
    • 4.4.0-rc2
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.4
    • Dev Platform 2020-04-20
    • 71

      In the separate_debug.py tool, we don't do anything special to account for the fact that on macOS, the separate debug information (the .dSYM) is a directory with substructure rather than a file. SCons is heavily file based, and it appears that trying to ignore this nuance breaks SCons in subtle ways. Instead, we will need to teach separate_debug.py about the substructure and let SCons handle it file by file. This will require changes to how auto_install_binaries.py integrates with separate_debug.py as well, since it currently uses suffix matching to determine placement. That will no longer be sufficient.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: