Package Details: savvycan 1:V213-1

Git Clone URL: https://aur.archlinux.org/savvycan.git (read-only, click to copy)
Package Base: savvycan
Description: QT-based CAN bus analysis tool
Upstream URL: https://github.com/collin80/SavvyCAN
Licenses: MIT
Submitter: dankamongmen
Maintainer: Dz99
Last Packager: Dz99
Votes: 1
Popularity: 0.000387
First Submitted: 2019-08-24 04:18 (UTC)
Last Updated: 2023-04-30 13:00 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

taotieren commented on 2023-12-29 09:11 (UTC)

Hi, I'm getting the following error when compiling with a clean environment using extra from devtools, but after adding the missing dependencies it works fine. Is it possible to update the compilation dependencies. Thank you for your help.

makedepends=('qt5-base' 'qt5-tools' 'qt5-declarative')
==> Retrieving sources...
  -> Found V213.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting V213.tar.gz with bsdtar
==> Starting build()...
Info: creating stash file /build/savvycan/src/SavvyCAN-213/.qmake.stash
Project ERROR: Unknown module(s) in QT: qml
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/lilac-0/build
[E 12-29 17:03:00.371 worker:256] build failed

jim3692 commented on 2023-08-16 13:43 (UTC)

@rimavi4933 Did you install clx000? I could add aarch64 support to that as well.

rimavi4933 commented on 2023-08-14 13:45 (UTC)

Its working perfectly fine wit aarch64. Could you add aarch64 as working?

Dz99 commented on 2023-04-30 13:04 (UTC)

@jim3692 Thank you for your comment. And apologies for my late reply. I added qt5-clx000-git as optdependences. thanks.

jim3692 commented on 2023-03-05 00:40 (UTC)

Can you add qt5-clx000-git as an optional dependency? It is the plugin that is required to stream from CLX000 loggers.

With the instructions on Github, it seemed like it tried to compile the entire Qt5. I have skipped that step and it only compiles the plugin itself.

dankamongmen commented on 2019-12-20 20:15 (UTC)

qt5-tools makedepend added in 199.1-3, thanks @h0ru5!

h0ru5 commented on 2019-12-19 17:14 (UTC)

please add a dependency to qt5-tools. Otherwise, the build breaks because QtHelp is needed.