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

Build script fails on arm mac with with zsh #16

Closed
paul-brenner opened this issue Jun 27, 2023 · 2 comments
Closed

Build script fails on arm mac with with zsh #16

paul-brenner opened this issue Jun 27, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@paul-brenner
Copy link
Contributor

Figured I should say something instead of just troubleshooting past it and not mentioning the errors. First mktemp fails complaining:
mktemp: illegal option -- -
I tried replacing --directory with -d in the script and the next failure is giving me


[/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.P70W3vh4/zmk-viewer-1.5.0-darwin-amd64.zip]
  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.P70W3vh4/zmk-viewer-1.5.0-darwin-amd64.zip or
        /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.P70W3vh4/zmk-viewer-1.5.0-darwin-amd64.zip.zip, and cannot find /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.P70W3vh4/zmk-viewer-1.5.0-darwin-amd64.zip.ZIP, period.

I was going to just look through the script and do things manually but maybe if I can make time I'll see if I can propose changes to the instal script that get it working on my system. TBD

@paul-brenner
Copy link
Contributor Author

created a pull request here #17

@MrMarble MrMarble added the bug Something isn't working label Jun 28, 2023
@MrMarble
Copy link
Owner

#17 was merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants