-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation fails on macOS 11.2.2 #63
Comments
Workaround: This was caused by /Library/Mail/Bundles being a symlink to /System/Volumes/Data/MailBundles/Library/Mail/Bundles which did not exist (and wouldn't be writable anyway). One workaround is to:
|
@grischard Thank you for the detailed report (and for solving your own issue?😅). This seems to be the same as #27. I'm not sure why some users have this symlink to begin with. This makes me a bit iffy about touching it through the postinstall script. |
Indeed! I should have checked how old the link was - no idea where it came from. I've been dragging this user profile from Mac to Mac since forever, so maybe this is ruins from an ancient civilisation of developers or something. The installer could detect if /Library/Mail/Bundles is a dangling symlink, and auto-fix it?
The test could also use |
Thanks for the insight. I have a clean Big Sur setup (i.e. no prior migrations) and it doesn't have this issue. But I might end up doing your suggestion since this doesn't seem to be an isolated case. Lots of users end up inheriting odd settings like this for every macOS update. |
We can close this then. Thank you very much! Clean Big Sur setup? I envy you :) |
How to reproduce:
Download the latest release and install
Expected result:
MailTrackerBlocker installation completes
Actual results:
Installation fails in postinst script, and error gets displayed.
Full log:
The text was updated successfully, but these errors were encountered: