Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
J
jami-client-macos
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Requirements
    • Requirements
    • List
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • savoirfairelinux
  • jami-client-macos
  • Issues
  • #266

Closed
Open
Opened Nov 16, 2020 by drone33@drone33

./make-ring.py --dependencies cannot find qt install on osx

On master (ring-project@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.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: savoirfairelinux/ring-client-macosx#266