Skip to content
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

"Permission denied" when installing on OSX #2

Open
jeffThompson opened this issue Jan 29, 2018 · 1 comment
Open

"Permission denied" when installing on OSX #2

jeffThompson opened this issue Jan 29, 2018 · 1 comment

Comments

@jeffThompson
Copy link

I'm getting a weird "permission denied" error when trying to install on Eagle 8/OSX.

Can't open '/Applications/EAGLE-6.60/ulp/oshpark-install.ulp'. Permission denied.

The folder is for an older version of Eagle on my system, which is super weird. This thread suggests maybe the path isn't specified clearly enough in the ulp file, and Eagle is defaulting to an old location?

@tekdemo
Copy link
Contributor

tekdemo commented Jan 31, 2018

Unfortunately the issue does appear to be similar, but not easily remedied by my scripts. Since the issue is in the #include directive, it runs before any code that can detect the current path.

One solution might simply be to do this

  • Create a new BRD file
  • Save the BRD in the same location as the install tools
  • Run the script again.

From that post, it sounds like the issue is that when working with an unsaved BRD file, it will default to the application folder. Having a BRD in the ULP folder might fix this, causing Eagle to look in the BRD file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants