Search Criteria
Package Details: plotjuggler 3.17.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/plotjuggler.git (read-only, click to copy) |
|---|---|
| Package Base: | plotjuggler |
| Description: | The Time Series Visualization Tool that you deserve. Without ROS dependencies. |
| Upstream URL: | https://github.com/PlotJuggler/PlotJuggler |
| Licenses: | MPL-2.0 |
| Submitter: | joajfreitas |
| Maintainer: | joajfreitas (SammysHP) |
| Last Packager: | SammysHP |
| Votes: | 6 |
| Popularity: | 0.001843 |
| First Submitted: | 2021-03-14 18:16 (UTC) |
| Last Updated: | 2026-05-11 13:58 (UTC) |
Dependencies (17)
- arrow
- binutils
- fmt (fmt-gitAUR)
- lua (pallene-luaAUR)
- mosquitto (mosquitto-gitAUR)
- nlohmann-json (nlohmann-json-gitAUR)
- protobuf (protobuf-gitAUR)
- python
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-multimedia
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-websocketsAUR (qt5-websockets-gitAUR)
- qt5-x11extras
- zeromq (zeromq-gitAUR, zeromq-gitAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
oysstu commented on 2025-06-26 14:48 (UTC) (edited on 2025-06-26 14:51 (UTC) by oysstu)
@joajfreitas you have to add the patches to the PKGBUILD sources array. Also, the patches are in the $srcdir, not ../..
joajfreitas commented on 2025-05-21 19:10 (UTC)
sigh, thanks for your patience @whnr.
I've added the missing patches. Let's see if it works now.
whnr commented on 2025-05-21 11:03 (UTC)
Hi @joaofreitas! Looks like you forgot to
git addthe patches before committing.Are in the diff from the PKGBUILD but not in the aur repo.
joajfreitas commented on 2025-05-20 17:44 (UTC)
Thanks everyone, I've reverted the changes to the sol library version.
I've also had to update the foxglove/mcap library.
Hopefully it will build now.
Mighty_Pig commented on 2025-05-19 05:41 (UTC)
@whnr, this issue has been fixed in the latest release of sol2, version 3.5: https://github.com/ThePhD/sol2/releases/tag/v3.5.0 https://github.com/ThePhD/sol2/issues/1695
At some point plotjuggler used the 3.5 version, but they recently reverted that change back to version 3.3: https://github.com/facontidavide/PlotJuggler/commit/8c1d11fd92f227d0f824b21469307cc5422d6dd0
Not fully sure why
whnr commented on 2025-05-17 20:05 (UTC)
Hi! I'm also stuck trying to compile this:
joajfreitas commented on 2025-04-18 14:48 (UTC)
Thanks for the explanation, the PKGBUILD is using 3.5 has suggested. Hope it works nicely for you now.
hatred commented on 2025-04-17 13:12 (UTC) (edited on 2025-04-17 13:15 (UTC) by hatred)
@joajfreitas, some 3rd party component has a CMakeLists.txt with cmake_minimum_required() pointed into 3.2 or so on. 3.10 is a good choose too, so, my suggestion just a sample :-)
joajfreitas commented on 2025-04-15 20:33 (UTC) (edited on 2025-04-15 20:33 (UTC) by joajfreitas)
Thanks hatred, I didn't notice the PKGBUILD had stopped working.
Your patch does the trick!
I'm not sure about
-DCMAKE_POLICY_VERSION_MINIMUM=3.5. You can see that upstream uses 3.10 as the minimum version. Why should we use and older one?hatred commented on 2025-04-15 09:00 (UTC)
Fix protobuf build fails: https://gist.github.com/h4tr3d/8381a56901d931330c94779dec5c0030
Also, you should add
-DCMAKE_POLICY_VERSION_MINIMUM=3.5to cmake call in thebuild()routine in the PKGBUILD to force building with new system cmake.« First ‹ Previous 1 2 3 4 Next › Last »