[GH-ISSUE #213] Build failing on Mac OSX #173

Closed
opened 2026-05-05 05:31:05 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @ignac on GitHub (Dec 29, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/213

I'm using homebrew on my machine, but I also have /opt/local (dependencies for unrelated app) and cmake defaults to /opt/local for libssl.a so build fails with
make[2]: *** No rule to make target '/opt/local/lib/libssl.a', needed by 'bin/barrierc'. Stop.

Later build fails on Barrier_dmg target with following error:
Scanning dependencies of target Barrier_dmg
cp: barrier:: No such file or directory
otool (version 8.1.0) adds ':' to binary name, sample output:
barrier:
/usr/local/opt/qt/lib/QtWidgets.framework/Versions/5/QtWidgets (compatibility version 5.12.0, current version 5.12.0)
...
Parsing first line fails self-reference test in reref_dylibs.sh

Originally created by @ignac on GitHub (Dec 29, 2018). Original GitHub issue: https://github.com/debauchee/barrier/issues/213 I'm using homebrew on my machine, but I also have /opt/local (dependencies for unrelated app) and cmake defaults to /opt/local for libssl.a so build fails with `make[2]: *** No rule to make target '/opt/local/lib/libssl.a', needed by 'bin/barrierc'. Stop.` Later build fails on Barrier_dmg target with following error: `Scanning dependencies of target Barrier_dmg` `cp: barrier:: No such file or directory` otool (version 8.1.0) adds ':' to binary name, sample output: `barrier:` ` /usr/local/opt/qt/lib/QtWidgets.framework/Versions/5/QtWidgets (compatibility version 5.12.0, current version 5.12.0)` `...` Parsing first line fails self-reference test in reref_dylibs.sh
Author
Owner

@AdrianKoshka commented on GitHub (Dec 29, 2018):

What version of MacOS are you using?

<!-- gh-comment-id:450520301 --> @AdrianKoshka commented on GitHub (Dec 29, 2018): What version of MacOS are you using?
Author
Owner

@ignac commented on GitHub (Dec 30, 2018):

I'm running 10.12 Sierra (locked by corp policy ...)

<!-- gh-comment-id:450534963 --> @ignac commented on GitHub (Dec 30, 2018): I'm running 10.12 Sierra (locked by corp policy ...)
Author
Owner

@ignac commented on GitHub (Dec 31, 2018):

PR #214 was merged, this can be closed.

<!-- gh-comment-id:450634265 --> @ignac commented on GitHub (Dec 31, 2018): PR #214 was merged, this can be closed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#173
No description provided.