[GH-ISSUE #755] manjaro build barrier with segmentation fault. #591

Closed
opened 2026-05-05 06:43:55 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @AilinKid on GitHub (Jun 16, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/755

Operating Systems

Manjaro

Linux arenatlx-manjaro 5.4.44-1-MANJARO #1 SMP PREEMPT Wed Jun 3 14:48:07 UTC 2020 x86_64 GNU/Linux

Barrier Version

latest release

Steps to reproduce bug

I wanna build barrier from source in manjaro(kernel version mentioned above ) and I met segmentation fault on ./clean_build.sh

[  8%] Building CXX object src/lib/arch/CMakeFiles/arch.dir/unix/ArchTimeUnix.cpp.o                                                                             
[  8%] Building CXX object src/lib/arch/CMakeFiles/arch.dir/unix/XArchUnix.cpp.o
[  9%] Linking CXX static library libarch.a
Error running link command: Segmentation fault
make[2]: *** [src/lib/arch/CMakeFiles/arch.dir/build.make:330:src/lib/arch/libarch.a] error 1
......

And segmentation fault (caused by FontConfig or something...) also happened when I start the app after it installed by sudo snap install barrier

Other info

Finally make it with yay -S barrier

Originally created by @AilinKid on GitHub (Jun 16, 2020). Original GitHub issue: https://github.com/debauchee/barrier/issues/755 ### Operating Systems ### Manjaro ``` Linux arenatlx-manjaro 5.4.44-1-MANJARO #1 SMP PREEMPT Wed Jun 3 14:48:07 UTC 2020 x86_64 GNU/Linux ``` ### Barrier Version ### latest release ### Steps to reproduce bug ### I wanna build barrier from source in manjaro(kernel version mentioned above ) and I met segmentation fault on ./clean_build.sh ``` [ 8%] Building CXX object src/lib/arch/CMakeFiles/arch.dir/unix/ArchTimeUnix.cpp.o [ 8%] Building CXX object src/lib/arch/CMakeFiles/arch.dir/unix/XArchUnix.cpp.o [ 9%] Linking CXX static library libarch.a Error running link command: Segmentation fault make[2]: *** [src/lib/arch/CMakeFiles/arch.dir/build.make:330:src/lib/arch/libarch.a] error 1 ...... ``` And segmentation fault (caused by FontConfig or something...) also happened when I start the app after it installed by `sudo snap install barrier` ### Other info ### Finally make it with `yay -S barrier`
Author
Owner

@p12tic commented on GitHub (Jun 16, 2020):

Thanks for the bug report.

Looks like the problem is with the compiler toolchain on the operating system in question. This is not a bug in Barrier.

<!-- gh-comment-id:644670327 --> @p12tic commented on GitHub (Jun 16, 2020): Thanks for the bug report. Looks like the problem is with the compiler toolchain on the operating system in question. This is not a bug in Barrier.
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#591
No description provided.