Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A asdf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asdf
  • asdf
  • Merge requests
  • !160

On Genera running under macOS, do not search /usr/share/common-lisp for ASDF systems:

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Robert Goldman requested to merge genera-darwin-no-root-2 into master Feb 16, 2021
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 2

macOS has implemented a separate read-only system volume and /usr/share is on that volume. Consequently, /usr/share/common-lisp does not exist nor can it be created. Further, Genera accesses its host filesystem through NFS and there is no way to export the root (/) or /usr/share that will not lead Genera into an infinite loop trying to access those mounts. Instead, just search /usr/local/share which is on the writable Data volume.

Also, change the value return by UIOP/OS:ARCHITECTURE to :VLM when running on a VLM.

Intended to replace !159 (closed)

/cc @gpalter

Edited Feb 16, 2021 by Robert Goldman
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: genera-darwin-no-root-2