@bionade I was debugging an issue I am having with my first VESC so I thought it could be a big on the version I was using. But when I installed this package I was compiling this everyday along with the other updates. My laptop is not so good sso that took a lot of time so I ended up using the appimage. I also gave up :)
Search Criteria
Package Details: vesc_tool-git 1:r1412.7c02f7f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vesc_tool-git.git (read-only, click to copy) |
---|---|
Package Base: | vesc_tool-git |
Description: | VESC ESC graphical configuration tool |
Upstream URL: | https://vesc-project.com/vesc_tool |
Licenses: | GPL3 |
Conflicts: | vesc-tool |
Submitter: | Kezi |
Maintainer: | None |
Last Packager: | bionade24 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-27 22:50 (UTC) |
Last Updated: | 2024-04-14 12:18 (UTC) |
Dependencies (10)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-connectivity (qt5-connectivity-gitAUR)
- qt5-gamepadAUR (qt5-gamepad-gitAUR)
- qt5-location
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-serialbusAUR (qt5-serialbus-gitAUR)
- qt5-serialport (qt5-serialport-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
Required by (0)
Sources (3)
GPereira commented on 2024-12-08 16:03 (UTC)
bionade24 commented on 2024-12-08 13:04 (UTC)
@Gpereira: Would you like to step up to maintain this pkg? Seems like you care about having the latest version of it installed, which I really don't. I'm tired of constantly fixing the patches for this pkg.
bionade24 commented on 2024-04-16 08:35 (UTC) (edited on 2024-04-16 08:37 (UTC) by bionade24)
@GPereira: No, this fix definetely works (and it would absolutely make 0 sense to not work from the current qmake script, either).
[name:~/dir/vesc_tool-git]└2 master* ± mv vesc_tool-git-1:r1412.7c02f7f-1-x86_64.pkg.tar.zst test.tar.zst
[name:~/dir/vesc_tool-git]└2 master* 2 ± tar tvf test.tar.zst
-rw-r--r-- root/root 8105 2024-04-16 10:31 .BUILDINFO
-rw-r--r-- root/root 440 2024-04-16 10:31 .MTREE
-rw-r--r-- root/root 574 2024-04-16 10:31 .PKGINFO
drwxr-xr-x root/root 0 2024-04-16 10:31 usr/
drwxr-xr-x root/root 0 2024-04-16 10:31 usr/bin/
-rwxr-xr-x root/root 19967256 2024-04-16 10:31 usr/bin/vesc_tool
drwxr-xr-x root/root 0 2024-04-16 10:31 usr/share/
drwxr-xr-x root/root 0 2024-04-16 10:31 usr/share/applications/
-rw-r--r-- root/root 196 2024-04-16 10:31 usr/share/applications/vesc-tool.desktop
drwxr-xr-x root/root 0 2024-04-16 10:31 usr/share/icons/
-rw-r--r-- root/root 5484 2024-04-16 10:31 usr/share/icons/vesc-tool.png
I guess you have a dirty build environment. Please build in a clean chroot or (clean & fresh) docker container, ideally with the extra-x86_64-build
script from devtools.
GPereira commented on 2024-04-16 07:07 (UTC)
The fix seems not effective. The executable is still called vesc_tool_6.05
even on a clean build
bionade24 commented on 2024-04-14 12:19 (UTC)
@GPereira: Fixed, thx for the heads-up!
GPereira commented on 2024-04-12 18:41 (UTC)
The executable is:
/usr/bin/vesc_tool_6.05
and not:
/usr/bin/vesc_tool
Can you fix the desktop file please or better yet force the PKGBUILD to rename the output executable to /usr/bin/vesc_tool? That way is more future proof
GPereira commented on 2024-04-12 18:38 (UTC)
I am getting:
zsh: no such file or directory: /usr/bin/vesc_tool
Any idea?
bionade24 commented on 2024-04-07 09:57 (UTC)
I switched to the mold linker on purpose to reduce the enormous link times (with LTO) of this project and get better error messages when the linking fails due to the patched buildscript. If you don't like that, use qmake -unset <flags>
to remove it.
bionade24 commented on 2023-10-22 17:46 (UTC)
@SysGhost: Sorry for forgetting to remove the patch after I got it merged upstream.
I received the notification mail but overlooked it in the bulk of mails.
SysGhost commented on 2023-10-19 15:27 (UTC) (edited on 2023-10-19 15:34 (UTC) by SysGhost)
Trying to apply an already applied patch:
patching file vesc_tool.pro patching file lzokay.cpp Reversed (or previously applied) patch detected! Assume -R? [n] n Apply anyway? [n] n Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file lzokay.cpp.rej ==> ERROR: A failure occurred in prepare(). Aborting...
Easily fixed by removing or commenting out the patch line for lzokay in the prepare function in PKGBUILD. A line that starts with "patch -d lzokay -i " ... Once disabled, it configures and builds fine.
Pinned Comments
bionade24 commented on 2024-04-07 09:57 (UTC)
I switched to the mold linker on purpose to reduce the enormous link times (with LTO) of this project and get better error messages when the linking fails due to the patched buildscript. If you don't like that, use
qmake -unset <flags>
to remove it.