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

The 0.4.7 OS X .app is "damaged or incomplete" #18592

Closed
ararslan opened this issue Sep 20, 2016 · 9 comments
Closed

The 0.4.7 OS X .app is "damaged or incomplete" #18592

ararslan opened this issue Sep 20, 2016 · 9 comments
Assignees
Labels
building Build system, or building Julia or its dependencies system:mac Affects only macOS

Comments

@ararslan
Copy link
Member

I downloaded the Julia 0.4.7 .app bundle for OS X from the julialang downloads page. When I opened the .dmg to drag the .app into Applications, I noticed that the icon looked peculiar:

screen shot 2016-09-19 at 5 06 25 pm

Double clicking on the icon gives the following message:

screen shot 2016-09-19 at 5 16 28 pm

Running /Applications/Julia-0.4.7.app/Contents/Resources/julia/bin/julia from the terminal works fine, however.

Attempting to verify the app using codesign yields this:

$ codesign --verify -vvvv /Applications/Julia-0.4.7.app
/Applications/Julia-0.4.7.app: valid on disk
/Applications/Julia-0.4.7.app: satisfies its Designated Requirement

Also,

$ cd /Applications/Julia-0.4.7.app/Contents/MacOS/
$ ls
Julia
$ ls -la Julia
lrwxr-xr-x  1 ararslan  admin  51 Sep 18 12:11 Julia -> ../../Cellar/platypus/4.9/share/platypus/ScriptExec

That path does not exist.

In case it matters, I'm on OS X 10.10.5 Yosemite. Let me know if there's any other information you need.

@tkelman tkelman added the system:mac Affects only macOS label Sep 20, 2016
@ViralBShah
Copy link
Member

Cc @slarew

@ViralBShah
Copy link
Member

I get the same thing. It shows damaged in the disk image itself:
screen shot 2016-09-20 at 8 33 23 am

@slarew
Copy link
Contributor

slarew commented Sep 20, 2016

0.4.7 was built with Platypus then?

@ViralBShah ViralBShah added the building Build system, or building Julia or its dependencies label Sep 20, 2016
@slarew
Copy link
Contributor

slarew commented Sep 20, 2016

Ok I see #18522 is still open. I can look at the 0.4.7 binary in the morning. Although I have no experience with platypus

@staticfloat
Copy link
Member

Don't worry @slarew, I'll take care of this tonight. We aren't using your/simon's improvements yet. :)

@staticfloat
Copy link
Member

Looks like the problem might have been that we didn't merge #18522. :P A platypus update changed some configuration on us, so I manually rolled back to a previous version of platypus, and we're rebuilding binaries now.

@tkelman
Copy link
Contributor

tkelman commented Sep 20, 2016

Try downloading again? Should be fixed now, thanks to @staticfloat for fixing platypus on the buildbots.

@ararslan
Copy link
Member Author

Looks like that did it! Thanks so much, @staticfloat!

@ViralBShah
Copy link
Member

Verified. Works. Thanks all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies system:mac Affects only macOS
Projects
None yet
Development

No branches or pull requests

6 participants