Project 'savoirfairelinux/ring-client-macosx' was moved to 'savoirfairelinux/jami-client-macos'. Please update any links and bookmarks that may still have the old path.
./make-ring.py --dependencies cannot find qt install on osx
On master (ring-project@e98a5a26e9ef133bd90449e3128ca6352b122ad7)
When executing
./make-ring.py --dependencies
it fails with the following:
Error: No such keg: /usr/local/Cellar/qt*
qt is installed ....
Directories that exist are:
/usr/local/Cellar/qt/
/usr/local/Cellar/qt-webkit/
Possible solution:
maybe there is a slash missing and the script should be searching for subfolders like this /usr/local/Cellar/qt/*
?
There is a versioned subfolder there.
Additional notes: the script tries some weird stuff later on which generates warnings like:
Warning: Already linked: /usr/local/Cellar/gettext/0.21
To relink:
brew unlink gettext && brew link gettext
this seems unnescessary.