Package Details: can-utils 2023.03-1

Git Clone URL: https://aur.archlinux.org/can-utils.git (read-only, click to copy)
Package Base: can-utils
Description: Linux-CAN / SocketCAN user space applications
Upstream URL: https://github.com/linux-can/can-utils
Keywords: can canbus Linux-CAN SocketCAN
Licenses: GPL2
Conflicts: can-utils-git
Submitter: GPereira
Maintainer: pschichtel
Last Packager: pschichtel
Votes: 11
Popularity: 0.80
First Submitted: 2018-02-15 12:05 (UTC)
Last Updated: 2023-12-10 14:28 (UTC)

Latest Comments

1 2 Next › Last »

jaketri commented on 2023-12-10 21:38 (UTC)

Thank you!

pschichtel commented on 2023-12-10 14:28 (UTC)

@jaketri done

jaketri commented on 2023-12-09 16:33 (UTC)

Please enable support for both armv7h and aarch64. I tested locally and both are working.

diff --git a/PKGBUILD b/PKGBUILD
index c624508..d5a5a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2023.03
 _pkgname=can-utils-${pkgver}
 pkgrel=1
 pkgdesc="Linux-CAN / SocketCAN user space applications"
-arch=('x86_64' 'armv6h')
+arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
 url="https://github.com/linux-can/can-utils"
 license=('GPL2')
 conflicts=("can-utils-git")

pschichtel commented on 2023-11-05 17:16 (UTC)

@serkonda7 autoconf is part of base-devel and base-devel-included packages are not explicitly added to makedepends

serkonda7 commented on 2022-09-09 12:29 (UTC)

The build fails:

==> Starting build()...

----------
autoreconf
----------

./autogen.sh: line 20: autoreconf: command not found
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: can-utils

autoreconf should be added as build dependency

kistlin commented on 2021-10-25 14:54 (UTC)

Diff for latest version

diff --git a/PKGBUILD b/PKGBUILD
index 5bcd5c9..e306b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Gonçalo Camelo Neves Pereira <goncalo_pereira@outlook.pt>

 pkgname=can-utils
-pkgver=2020.12.0
+pkgver=2021.08.0
 _pkgname=can-utils-${pkgver}
 pkgrel=1
 pkgdesc="Linux-CAN / SocketCAN user space applications"
@@ -10,7 +10,7 @@ url="https://github.com/linux-can/can-utils"
 license=('GPLv2')
 conflicts=("can-utils-git")
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c5c22a00ce2ea7578d7617ac0affef8f47a349be58e708780d703b979f324a2b')
+sha256sums=('c9b8f29515ad34af7f78450ec55c983abc5393e86b1f128a92ac0dfd141baaf7')

 build() {
     cd ${pkgname}-${pkgver}

markzz commented on 2021-04-19 19:57 (UTC)

fiberdistration:

can-utils: /usr/bin/jcat exists in filesystem (owned by sleuthkit)

That's all that you need to resolve.

fiberdistraction commented on 2020-11-06 18:34 (UTC) (edited on 2020-11-06 18:34 (UTC) by fiberdistraction)

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                           [########################################] 100%
(1/1) checking package integrity                                         [########################################] 100%
(1/1) loading package files                                              [########################################] 100%
(1/1) checking for file conflicts                                        [########################################] 100%
error: failed to commit transaction (conflicting files)
can-utils: /usr/bin/jcat exists in filesystem (owned by sleuthkit)
Errors occurred, no packages were upgraded.
[sudo] end pacman -U --noconfirm --config /etc/pacman.conf -- /home/user/.cache/yay/can-utils/can-utils-2020.02.04-1-x86_64.pkg.tar.zst

pschichtel commented on 2020-08-23 15:02 (UTC)

Adding armv7h and aarch64 to the supported architectures would be nice.

arnonuehm66 commented on 2020-06-14 15:00 (UTC)

Just installed this package to an PineBook Pro, adding 'aarch64' to 'arch=('x86_64' 'armv6h')'.

No problems by now testing with 'cangen vcan0 -v'.

Cheers Jens