mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1373] ghc/fs_impl.hpp is missing from ext in the 2.4.0 release tarball #1068
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#1068
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 @simotek on GitHub (Nov 3, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1373
What happened?
I tried to compile 2.4.0 on openSUSE tumbleweed and hit the following error
On further inspection of the tarball the following directories are empty
ext/gmockext/gtestext/gulrak-filesystemThe tarball was downloaded from https://github.com/debauchee/barrier/archive/v2.4.0/barrier-2.4.0.tar.gz
As a side note you need to add 2.3.4 and 2.4.0 to the version drop down in the bug report form
Version
From Git HEAD or commit (specify below)
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?
openSUSE Tumbleweed
Relevant log output
No response
Any other information
No response
@p12tic commented on GitHub (Nov 3, 2021):
The release tarball by definition does not include external projects that we reference by git modules for convenience.
Having said that I agree that it makes sense to ship barrier-x.y.z-vendored.tar.gz for the cases where vendored code is not a problem.
@simotek commented on GitHub (Nov 4, 2021):
Ahh easy then, we have nothing currently providing gulrak in openSUSE so I was going to bundle it atleast for now to get the security updates out. we use the system gmock etc so thats never been an issue
@presire commented on GitHub (Nov 25, 2021):
On my SLE15 SP3 and openSUSE Leap 15.3, I installed it (tarball) by following the steps below.