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

Missing avr-libc breaks simavr formula #58

Closed
porglezomp opened this issue Aug 21, 2017 · 6 comments
Closed

Missing avr-libc breaks simavr formula #58

porglezomp opened this issue Aug 21, 2017 · 6 comments

Comments

@porglezomp
Copy link

~ $ brew install --HEAD simavr
==> Installing simavr from osx-cross/avr
Error: No available formula with the name "avr-libc" (dependency of osx-cross/avr/simavr)
==> Searching for a previously deleted formula...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.

I suspect this was caused by #54 removing the avr-libc formula, and not changing simavr to use the resource, but I don't know how to test with a local formula to confirm this.

@ladislas
Copy link
Member

I just created a PR with the fix - #59

Can you try it?

how to here: https://help.github.com/articles/checking-out-pull-requests-locally/

@ladislas
Copy link
Member

well... doesn't seem to work...

@obra @jacquesg - any ideas guys on what we should do?

@porglezomp
Copy link
Author

Hm, I was messing around working with it locally, and accidentally got it to run fine with the same package after I installed avr-gcc first. I had a few broken steps in between, so I'm not sure if that's all that's changed. Does setting simavr to depend on avr-gcc work?

@ladislas
Copy link
Member

ladislas commented Aug 22, 2017

yep that might be it!

I'll edit the PR

@ladislas
Copy link
Member

ladislas commented Sep 4, 2017

Just merged the changes. it's working now and pulling avr-gcc as a resource which contains avr-libc and avr-binutils.

@ladislas
Copy link
Member

ladislas commented Sep 4, 2017

thanks for your investigation @porglezomp 👍

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