./make-ring.py --dependencies cannot find qt install on osx
View options
- Truncate descriptions
On master (e98a5a26)
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.
- Show labels
- Show closed items
Link items together to show that they're related or that one is blocking others.