mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1610] Barrier 2.4 release #1193
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#1193
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 @mariolpantunes on GitHub (Mar 14, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1610
What happened?
Dear developers,
I am the maintainer of the barrier Slackware package.
In version 2.3.3 there was a release named barrier-2.3.3-release.tar.gz that could be compiled without any issues.
In the current version (2.4.0) that version does not exist, and the actual source code requires that I imported other libs with a git repository (at least that is my interpretation of the compilation issues).
Can you release a source code version that is complete?
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
No response
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
Slackware
Relevant log output
Any other information
No response
@AzerSD commented on GitHub (Apr 7, 2022):
I have the same problem on kali linux
did you manage to fix the problem?
@mariolpantunes commented on GitHub (Apr 13, 2022):
I did not find any solution yet.
The best fix would release a compressed file with the full code to compile the barrier program.
@smigad commented on GitHub (Aug 8, 2022):
you should clone the full repo, checkout the v2.4.0 branch, init and update the git submodules then do the build. The 2.4 source code release as @mariolpantunes said doesn't have everything.
@maouache commented on GitHub (Dec 15, 2022):
Hello guys i have the same error like you do you have any solution for cmake error gtest ??? pleassee
@reiserfs commented on GitHub (Mar 10, 2023):
I know it is an old issue, but i did not find an official slackbuild for 2.4.0.
So i found a solution based on what @dagiopia said, there is a problem that one submodule was moved and you have to download the submodules manually.
So here is the slackbuild working with 2.4.0 (tested on Slackware 15 current)
https://github.com/reiserfs/barrier-Slackbuild
@reiserfs commented on GitHub (Mar 10, 2023):
@mariolpantunes as you are the official maintainer you can update on slackbuilds.org
@mariolpantunes commented on GitHub (Mar 12, 2023):
I can try to update the slackbuild in that manner.
Just give me a couple of days.
@mariolpantunes commented on GitHub (Apr 12, 2023):
I wrote a new version of the slackbuild script here.
I can try to submit this version to Slackbuilds, but since it downloads the source from GitHub it will probably be declined.