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

install through homebrew error #16

Closed
Cookiezby opened this issue Feb 23, 2018 · 9 comments
Closed

install through homebrew error #16

Cookiezby opened this issue Feb 23, 2018 · 9 comments

Comments

@Cookiezby
Copy link

The download url seems wrong when I try to install it.

Error:` Failed to download resource "toybox"
Download failed: https://github.com/giginet/Toybox/releases/download/0.2.0/toybox-0.3.0.sierra.bottle.tar.gz

I fix it by brew edit and change the root_url to 0.3.0

@Cookiezby Cookiezby reopened this Feb 23, 2018
@giginet
Copy link
Owner

giginet commented Feb 23, 2018

👀

Thank you for reporting the issue.
I'll check and fix this later.

@giginet
Copy link
Owner

giginet commented Feb 24, 2018

I'm working on. Please try later 🙏

You can install by manually

$ git clone https://github.com/giginet/Toybox.git
$ make prefix_install PREFIX=`brew --prefix`

@giginet
Copy link
Owner

giginet commented May 15, 2018

@Cookiezby Sorry about waiting you for such a long time.
I just released Toybox 1.0.1.

Can you try to install this like following?

$ brew tap giginet/toybox https://github.com/giginet/Toybox.git
$ brew install giginet/toybox/toybox
$ toybox version
1.0.1

@Cookiezby
Copy link
Author

Cookiezby commented May 17, 2018

Thanks for your update, but it still get some errors.

➜  ~ brew tap giginet/toybox https://github.com/giginet/Toybox.git
➜  ~ brew update
remote: Repository not found.
fatal: repository 'https://github.com/giginet/homebrew-toybox/' not found
Error: Fetching /usr/local/Homebrew/Library/Taps/giginet/homebrew-toybox failed!
➜  ~ brew install giginet/toybox/toybox
Warning: giginet/toybox/toybox 0.3.0 is already installed and up-to-date
To reinstall 0.3.0, run `brew reinstall toybox`

@giginet
Copy link
Owner

giginet commented May 17, 2018

@Cookiezby Thanks for your feedback!

I moved Homebrew formula. Could you try brew untap giginet/toybox and retap new one?

@Cookiezby
Copy link
Author

Hi, I install succeed on my own mac which Xcode version is 9.3, very thanks.

BTW: Does the v1.0.1 only works on Xcode9.3? Because the install failed on another mac which is using the Xcode9.2. If it only for Xcode9.3, it may be better to have some comment on the README.

@giginet
Copy link
Owner

giginet commented May 18, 2018

BTW: Does the v1.0.1 only works on Xcode9.3? Because the install failed on another mac which is using the Xcode9.2

Toybox migrated to latest Swift (4.1).
So, you can't build on Xcode 9.2.

You are using High Sierra. I provided bottle for that. you can install this without building.
If you are still using (Low) Sierra, we have no bottles.
I'll prepare old version bottles.

@Cookiezby
Copy link
Author

@giginet Yes the old machine is using Sierra, Thank you very much!

@giginet
Copy link
Owner

giginet commented May 19, 2018

I googled, Unfortunately, we have no way to build bottles for old versions on newest OS.
So I haven't support bottle for Sierra.
Please install High Sierra 🙏

@giginet giginet closed this as completed May 19, 2018
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