-
Notifications
You must be signed in to change notification settings - Fork 132
MacOS Product Bundle is corrupt #1141
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
Comments
I figured this out. The .tar.gz file didn't like being unpacked with the default Mac Archive Utility. It works fine when I do command line: Thanks. Sorry to bother you :) |
You're welcome. |
Would it be possible to make the tar mac archive compatible? |
Note that even |
The default Mac archive utility is pretty standard. I've never seen this with other gzipped tarball files before. I'm not sure what is causing it. I would suggest at a minimum, add the command line details to the installation instructions. |
I'm not sure how all this works but the code that does the tarring is here and the build output for the tar is here
There might be something "wrong" with the tar that is used on my build machine. |
Why not use zip? tar.gz seems overly complicated |
Zip for windows and mac? Also for linux? |
Zip is available on linux as well. I'd even bet that on the common desktop distro's it may be installed by default most of the time..... |
Just replace tar.gz with zip in the pom you linked earlier.
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: liebman <[email protected]>
Sent: Saturday, February 8, 2020 11:03:44 PM
To: Sloeber/arduino-eclipse-plugin <[email protected]>
Cc: Wim Jongman <[email protected]>; Comment <[email protected]>
Subject: Re: [Sloeber/arduino-eclipse-plugin] MacOS Product Bundle is corrupt (#1141)
Zip is available on linux as well. I'd even bet that on the common desktop distro's it may be installed by default most of the time.....
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1141?email_source=notifications&email_token=AABMF2LAA74RUKTA3K2XVUTRB4T4BA5CNFSM4KN6EZS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELF4XCY#issuecomment-583781259>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AABMF2JVEFMEFMCIVMLXGA3RB4T4BANCNFSM4KN6EZSQ>.
|
Hmmm.... so the status says "fixed in nightly". But then following the nightlies one gets greeted with: So, in other words, the fix is not available to mere mortals and I have to resort to the stable and unpack this using the method @StevieDee123 posted above? |
@TrippyLighting Happy to see you again :-) |
Here is a pre release https://github.com/Sloeber/arduino-eclipse-plugin/releases/tag/V4_3_3_beta |
@jantje it seems that zipping it as suggested by @wimjongman did not resolve the issue. I was able to unpack the stable version using the command line and gunzip. I've not tried that yet with the beta. Now I have to figure out how to get it to work again with the newer Teensyduino releases. Wish me luck! |
Aside from the unpacking issue, this was the easiest update to use teensy boards ever! |
@TrippyLighting Am I correct to assume you succeeded to install the 4.3.3 beta but needed a special unpack command? |
@jantje nope ;-) |
Disappointing to me :-( |
Can you check the checksum of the file you downloaded? This is what I get with the original file and the uploaded/downloaded version.
|
How do I do that? returns this: |
According to this article cksum calculates the CRC https://en.wikipedia.org/wiki/Cksum
IMHO this document states that |
Maybe it is related to this: |
There is also this thread. |
@wimjongman thanks for the input. It confirms my thinking it is a mac security issue. |
@jantje Looks OK to me. |
@jantje @wimjongman I agree that this appears to b a macOS security "thing". Following one of the links @wimjongman provided it is suggested to remove the quarantine flag from the manually downloaded .app-file. So after unpacking the 4.33 zip file with the macOS native Archive Utility I did just that:
Now it runs fine! |
@TrippyLighting so this turns out to be another security invoked issue on mac 😠 2.1)download with mac browser 3.1) download with wget (currently wget https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_3_beta/V4.3.3_mac64.2020-04-19_06-43-35.zip) I need to document "this mac feature". I think the first one is the most future proof as I suspect gunzip and wget will be brought into compliance to the security requirements. |
Web site should be updated soon :-) (that is if build succeeds) |
The current bundle V4.3.3_mac64.2020-04-23_11-36-51.zip additionally required explicit specification of a -vm path in sloeber-ide.ini in my case (macOS 10.15.5) |
Seems Sloeber 4.4.3 has install issues as well #1624. |
The current 64-bit MacOS bundle is corrupt. When I download V4.3.2_mac64.2019-10-07_08-26-30.tar.gz and extract it, the Sloeber executable shows the following dialog.
I have tried this multiple times over the past few days.
The text was updated successfully, but these errors were encountered: