Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
wireshark
wireshark
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1,305
    • Issues 1,305
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 83
    • Merge Requests 83
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Wireshark Foundation
  • wiresharkwireshark
  • Issues
  • #17043

Closed
Open
Opened Nov 26, 2020 by John Thacker@johnthackerContributor

macos-setup.sh can't find SDK on macOS Big Sur, as it went to 11

Summary

macos-setup.sh assumes that all the macOS version numbers start with 10.x Big Sur broke this pattern by going to 11.0, so that causes some of the sed commands not to work and it can't find the SDK.

Steps to reproduce

  1. Install macOS 11.0 Big Sur
  2. Install XCode (and command line tools), which will install MacOSX11.0.sdk in the usual places.

What is the current bug behavior?

It doesn't find the SDK. Various lines in macos-setup.sh assume that the version starts with 10.x. This can actually be fixed

It's possible to add an environment flag to make sw_vers -productVersion output 10.16 instead of 11.0 (see here for details ), but that doesn't help with the SDK name.

What is the expected correct behavior?

It should find the SDK for 11.0.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: wireshark/wireshark#17043