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

10.9.4, make fails #3

Closed
osenvosem opened this issue Sep 9, 2014 · 13 comments
Closed

10.9.4, make fails #3

osenvosem opened this issue Sep 9, 2014 · 13 comments

Comments

@osenvosem
Copy link

==> Cloning git://github.com/tux3/qTox
Updating /Library/Caches/Homebrew/qtox--git
==> qmake
==> make
make: *** [friendwidget.o] Error 1
5 warnings and 20 errors generated.
make: *** [widget.o] Error 1
7 warnings and 20 errors generated.
make: *** [core.o] Error 1

@osenvosem osenvosem changed the title 10.9 make fails 10.9.4 make fails Sep 9, 2014
@osenvosem osenvosem changed the title 10.9.4 make fails 10.9.4, make fails Sep 9, 2014
@ReDetection
Copy link
Owner

Can you please create a gist with output of same command but with verbose option?
brew install --verbose --HEAD qtox

@osenvosem
Copy link
Author

brew install --verbose --HEAD qtox > Downloads/out.txt
Already on 'master'
Error: qtox HEAD did not build
https://mega.co.nz/#!jp5TyBqL!nOchEv6B3Vp_0ZtWtkwTdNJQ78AdhHV-bzzgjpVhg50

@ReDetection
Copy link
Owner

I can't download from there. Please share a gist.

@osenvosem
Copy link
Author

@ReDetection
Copy link
Owner

Very strange. Did you install qt5 manually from bottle or it was compiled as dependency for the qTox?

@osenvosem
Copy link
Author

It was compiled as dependency.

@ReDetection
Copy link
Owner

Okay, thanx. My guess is that there can be bug in the HEAD of Qt. Try to reinstall it from bottle, it should download and install binaries (super fast).

brew uninstall qt5
brew install qt5

If you prefer building from sources, you can just brew reinstall qt5, homebrew will automatically detect that previous time qt was installed from sources.

@ReDetection
Copy link
Owner

Notify me if that fix issue or attach any logs please.

@osenvosem
Copy link
Author

Ok, it finished successful, but app doesn't start when i try to launch qtox.app, just icon appears for a moment. When i try to start qtox binary directly it shows this:
dyld: Library not loaded: /usr/local/lib/libsodium.10.dylib
Referenced from: /usr/local/lib/libtoxcore.0.dylib
Reason: image not found
Trace/BPT trap: 5

@ReDetection
Copy link
Owner

Strange again, because I'm sure toxcore formulae has dependency on the libsodium. Maybe you have other version of libsodium installed some time ago?
ls -la /usr/local/lib/libsodium*dylib

@osenvosem
Copy link
Author

There are two symlinks to libsodium.13.dylib and libsodium.dylib

@ReDetection
Copy link
Owner

So you had libtoxcore previously installed?
I've just checked for you, reinstalled libsodium, libtoxcore and qtox, and everything worked as expected.

@osenvosem
Copy link
Author

I try to reinstall libsodium and libtoxcore, and now it's starts well. Thank you for your help.

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