Package Details: oversteer 0.8.2-2

Git Clone URL: https://aur.archlinux.org/oversteer.git (read-only, click to copy)
Package Base: oversteer
Description: Graphical application to configure Logitech Wheels
Upstream URL: https://github.com/berarma/oversteer
Keywords: simracing tool wheels
Licenses: GPL3
Submitter: dnmodder
Maintainer: brody
Last Packager: brody
Votes: 17
Popularity: 0.65
First Submitted: 2019-07-01 23:03 (UTC)
Last Updated: 2024-04-30 08:49 (UTC)

Latest Comments

1 2 Next › Last »

Soltra45 commented on 2024-05-06 17:34 (UTC) (edited on 2024-05-06 17:36 (UTC) by Soltra45)

@brody I was able to get it to install by removing Python 3.7 and installing Python 3.11. Not sure if that switch was the solution or if something was just wonky with my Python installation. Thanks!

More details for anyone else encountering this issue: This occurred during the build when updating via yay, I feel like the issue may have been related to my PATH variable but I'm not sure, I'd tried a ton of different aliases but wasn't able to get it to install until I swapped out Python3.7 for 3.11.

brody commented on 2024-05-04 17:52 (UTC)

@soltra45 can you give more insights? When occurs the error, during the build?

If yes, have you tried the clean chroot method? https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot I built the package sucessfully before I'm updoaded it.

Soltra45 commented on 2024-05-03 22:15 (UTC)

I keep getting this error:

meson.build:16:5: ERROR: Command `/usr/local/bin/python3 -c 'import importlib.util; import sys; exit(1) if importlib.util.find_spec('"'"'gi'"'"') is None else exit(0)'` failed with status 1.

I have the python-gobject package installed and it works fine with both python and python3 but the find_spec call fails only with python3. Anyone have an idea of what's going on?

brody commented on 2024-04-30 08:50 (UTC)

Updated

Wolfenmond commented on 2024-04-30 08:39 (UTC) (edited on 2024-04-30 08:40 (UTC) by Wolfenmond)

@brody: There seems to be a difference in the b2sum's. From the source i get:

e8762e8dc7bcf5ffcc577c11632a5bdfac74be013eb7e8694dc2571a6654f73b9550ebed61762ef3823e3a23f9dfd45a93fe498747848963a4c2a3522604ea45  oversteer-0.8.2.tar.gz

and in the PKGBUILD it is listed as:

b282ab666a88042cba259f524a81c2d54ac5c1a62456ddae38f494a979c5e33b4b023ed5a4a89ad12bf4125d99b9c710baf4ae106c5b9acd3f4682b8afdcb422  oversteer-0.8.2.tar.gz

brody commented on 2023-05-29 09:29 (UTC)

@xiota thanks for the hint.

kamelie1706 commented on 2022-02-12 18:25 (UTC)

It seems to work correctly I need to run it as root/sudo. There are some hints about permission on the project page but did not get it all :-(

Chryseus commented on 2021-12-22 23:10 (UTC)

python-cairo is required to use this, it's an optional dependency of python-matplotlib, I don't know what the criteria is for the backend selection in matplotlib, but for me it's defaulting to GTK3Cairo, making python-cairo a dependency.

dnmodder commented on 2021-05-14 23:15 (UTC)

@katt I don't know what distribution you are using, but in Manjaro and Arch Linux, python-xdg and python-pyxdg are equivalent, I mean, when installing python-xdg it automatically chooses python-pyxdg, so for now I don't see the need to change that, and about python-cairo, this is not an application dependency, it does not appear in the compilation instructions nor is there any reference in source code to the python-cairo library.