mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1339] No way to compile on Linux Mint #1054
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1054
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HattDroid on GitHub (Oct 27, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1339
What happened?
Hi,
There's no way to compile barrier on Linux Mint since around March of this year, it has the case on any commit ever since.
When compiling, I have the output attached in the log.
It seems that the CMakefile is trying to use 'bcc' to compile the project but it's not succeeding at the comipler's tests.
Could you please help with this situation?
Thanks.
Version
From Git HEAD or commit (specify below)
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Sources
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
Linux Mint 20.2
Relevant log output
Any other information
No response
@shymega commented on GitHub (Oct 28, 2021):
It compiles fine on Fedora. I suspect your system has a broken C++ toolchain. Can you compile on another Mint machine?
On Wed, Oct 27, 2021, at 6:38 PM, Hatt.Droid wrote:
--
Kind regards,
Dom Rodriguez (also known as shymega)
@HattDroid commented on GitHub (Oct 28, 2021):
Your guess was 100% right, I've just tried on a fresh Ubuntu 20.04 VM and it worked perfectly (except the installation of libqt4-dev which seems wrong/outdated on the wiki).
I suspect that this is likely related to this ppa I used on my first machine:
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
g++ seems totally broken there.
The issue is not related to barrier at all.
Thanks a lot for the help! Really appreciated.