Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Missing disk.img #156

Open
ktamiola opened this issue Nov 12, 2016 · 9 comments
Open

Missing disk.img #156

ktamiola opened this issue Nov 12, 2016 · 9 comments

Comments

@ktamiola
Copy link

I am still going through the logs on my mac, as I don't recall making any substantial changes. However, upon the VM re-initialization I got:

Creating 30GB sparse disk (QCow2)...
dyld: Library not loaded: /usr/local/opt/libev/lib/libev.4.dylib
  Referenced from: /Users/kamil/bin/qcow-tool
  Reason: image not found
/Applications/Kube-Solo.app/Contents/Resources/functions.sh: line 133: 13075 Trace/BPT trap: 5       ~/bin/qcow-tool create --size=30GiB data.img

I have reinstalled Corectl (version 0.7.18) and repeated the process of VM installation. Still no go!

@AntonioMeireles
Copy link
Member

In the meantime run please brew install libev and that error will go
away... looking at how to statically link that lib to the blob...

Thanks for reporting and for your patience. A great weekend too!

On Sat, 12 Nov 2016 at 22:37, Kamil Tamiola [email protected]
wrote:

I am still going through the logs on my mac, as I don't recall making any
substantial changes. However, upon the VM re-initialization I got:

Creating 30GB sparse disk (QCow2)...
dyld: Library not loaded: /usr/local/opt/libev/lib/libev.4.dylib
Referenced from: /Users/kamil/bin/qcow-tool
Reason: image not found
/Applications/Kube-Solo.app/Contents/Resources/functions.sh: line 133: 13075 Trace/BPT trap: 5 ~/bin/qcow-tool create --size=30GiB data.img

I have reinstalled Corectl (version 0.7.18) and repeated the process of
VM installation. Still no go!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#156, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AAtYZ4YT0ivmav-e3sjK8jIywiAgaZC0ks5q9j-ngaJpZM4KwjCX
.

@ktamiola
Copy link
Author

Cheers @AntonioMeireles ! Happy weekend and thank you! I am back on the track. For others who might bum into that issue,

brew install libev

@rockycape
Copy link

Same issue here resolved successfully with

brew install libev

@rimusz
Copy link
Member

rimusz commented Nov 16, 2016

I will keep it open till we sort out qcow-tool dependencies in corectl

@rimusz rimusz reopened this Nov 16, 2016
@aterreno
Copy link

Resolved the same way - this problem appears also on kube-cluster.

A good solution would be somewhere in the scripts to probe if libev.4.dylib is installed or not...

@rimusz
Copy link
Member

rimusz commented Nov 17, 2016

we hope to handle that with qcow-tool soon

@aterreno
Copy link

ok cool

@jghoman
Copy link

jghoman commented Nov 19, 2016

I've run into this problem as well but use macports, which installs libev.4.dylib in /opt/local/lib instead of /usr/local/opt/libev. I created the latter directory and symlinked the file into it, which worked.

@jonmoter
Copy link

jonmoter commented Dec 8, 2016

I'm getting the same error, and I have homebrew installing in a non-standard location. So even if I brew install libev, it doesn't create a file at /usr/local/opt/libev/lib/libev.4.dylib.

I can probably get around the problem with some symlinking, but +1 on getting this fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants