Package Details: oversteer 0.8.3-1

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: 22
Popularity: 1.76
First Submitted: 2019-07-01 23:03 (UTC)
Last Updated: 2024-08-16 11:58 (UTC)

Latest Comments

1 2 Next › Last »

chbikenmane420 commented on 2024-10-09 22:20 (UTC) (edited on 2024-10-09 22:22 (UTC) by chbikenmane420)

@brody it works fantastic thanks. Now I will figure out how to have a chroot so that this install will survive in the future update.

Also I do have a problem with the steering wheel not found when plugged in. I do have usb_modeswitch installed and lsusb shown the G920 wheel on the connected list. I think it's usb_modeswitch problem I will have to find out what's going on since I can't call the command in konsole, even using sudo. The files for usb_modeswitch are definitely in /etc. Updating with pacman gave error as the files are already there.

brody commented on 2024-10-09 17:53 (UTC) (edited on 2024-10-09 17:53 (UTC) by brody)

@chbikenmane420

Please have a look at this pages:

https://wiki.archlinux.org/title/Arch_User_Repository At chapter 1 you will see: Ensure base-devel is installed.

Furthermore have a look at this page:

https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

chbikenmane420 commented on 2024-10-09 16:34 (UTC) (edited on 2024-10-09 16:40 (UTC) by chbikenmane420)

I'm getting this error:

meson.build:26:15: ERROR: Dependency lookup for udev with method 'pkgconfig' failed: Pkg-config binary for machine 1 not found. Giving up.

A full log can be found at /home/deck/oversteer/src/oversteer-0.8.3/build/meson-logs/meson-log.txt
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
==> ERROR: A failure occurred in build().
    Aborting...

This is the log file https://pastebin.com/mFvPUYda

Any helpers with bigger brain than mine can help me solve the issues? Running this on Steam Deck latest stable version.

serrana commented on 2024-08-03 22:26 (UTC)

I had the same issue but I realize the problem here. I'm using miniforge (or conda, anaconda, wharever python distro) and the conda enable 'base' packages. So, to work, the python version that need to be used is the system one, disable auto_activate_base and now works fine. Sure that it's a noob mistake from my side but maybe help the others.

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.