Please move ftxui from makedepends to depends as it is now a shared library.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/ecal.git (read-only, click to copy) |
|---|---|
| Package Base: | ecal |
| Description: | First-party tools for eCAL |
| Upstream URL: | https://github.com/eclipse-ecal/ecal |
| Keywords: | autonomous-driving client-server ecal google-protobuf interprocess-communication ipc message-protocol middleware publish-subscribe shared-memory |
| Licenses: | Apache-2.0 |
| Submitter: | Blutkoete |
| Maintainer: | DownerCase |
| Last Packager: | DownerCase |
| Votes: | 2 |
| Popularity: | 0.000114 |
| First Submitted: | 2019-06-12 20:03 (UTC) |
| Last Updated: | 2026-02-28 12:43 (UTC) |
Please move ftxui from makedepends to depends as it is now a shared library.
Thank you for your comments. I admit I forgot about the update. Glad to see someone else is using this package!
Adding -DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON to cmake solved my linking issue.
I get the following error when installing:
[ 33%] Linking CXX executable ../../../bin/ecal_mon_tui
/usr/bin/ld: /usr/lib/libprotobuf.so: undefined reference to symbol '_ZN4absl12lts_2023080213base_internal12SpinLockWaitEPSt6atomicIjEiPKNS1_22SpinLockWaitTransitionENS1_14SchedulingModeE'
/usr/bin/ld: /usr/lib/libabsl_spinlock_wait.so.2308.0.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [app/mon/mon_tui/CMakeFiles/mon_tui.dir/build.make:108: bin/ecal_mon_tui-5.11.4] Error 1
make[1]: *** [CMakeFiles/Makefile2:3329: app/mon/mon_tui/CMakeFiles/mon_tui.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
Anyone seeing the same thing?