when dinobuildr.sh file is run from the Desktop folder, there is a permission issue on Big Sur #212
Labels
No labels
bug
cancelled
corsica
decision
documentation
duplicate
enhancement
help wanted
invalid
mozilla-build
question
security
testing
vidyo-kiosk
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlin/dinobuildr#212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OS 11.4 Big Sur
James found that when running the dinobuildr.sh script from the Desktop folder, the build is interrupted with a permission error from python:
OSError: [Errno 1] Operation not permitted: '/Users/[placeholder]/Desktop'
I believe this is due to the OS not being able to prompt for permission for Terminal to access the Desktop folder.
The workaround was to move the script to the Downloads folder, run the script, and this time the OS will prompt for permission for Terminal to access Downloads folder. Once permission granted, the build proceeds as normal.
Putting this on file for record for when we have more time for dinobuildr.