Package Details: roccat-dkms 1.0.0-2

Git Clone URL: https://aur.archlinux.org/roccat-dkms.git (read-only, click to copy)
Package Base: roccat-dkms
Description: Kernel modules for ROCCAT devices
Upstream URL: http://roccat.sourceforge.net
Licenses: GPL
Conflicts: kmod-roccat
Provides: kmod-roccat
Submitter: ImNtReal
Maintainer: None
Last Packager: TheRepoClub
Votes: 8
Popularity: 0.000000
First Submitted: 2013-03-22 15:33 (UTC)
Last Updated: 2020-09-22 18:55 (UTC)

Dependencies (4)

Required by (27)

Sources (1)

Latest Comments

erylflynn commented on 2018-12-14 05:58 (UTC)

It all goes well until the end.

(1/2) Install DKMS modules (2/2) Arming ConditionNeedsUpdate... error: missing 'gst-plugins-base-git' dependency for 'gst-transcoder-git'

When I try and install gst-plugins-base-git it complains that it conflicts with gst-plugins-base are in conflict

So what ever is happening it wants gst-plugins-base-git installed.

Kiwii commented on 2018-12-13 06:20 (UTC)

This package only conflicts with kmod-roccat. From the PKGBUILD:

conflicts=('kmod-roccat')

erylflynn commented on 2018-12-13 05:05 (UTC)

So how do you install this? It conflicts with gst-plugins-base-libs which is required by a very long list and from experience replacing this will likely break Handbrake.

The only thing I can think to try is to mod the package build to remove the dependency but I am concerned it might not work anyway.

ryanvade commented on 2016-01-18 03:51 (UTC)

I'm getting the same error as @unknown78

unknown78 commented on 2014-12-30 08:06 (UTC)

got thge following error: Error! There are no instances of module: roccat-dkms 1.0.0-1 located in the DKMS tree. Fehler: Befehl konnte nicht korrekt ausgeführt werden (1/1) Installiere roccat-dkms [################################################] 100% dkms.conf: Error! No 'BUILT_MODULE_NAME' directive specified for record #1. dkms.conf: Error! No 'DEST_MODULE_LOCATION' directive specified for record #1. dkms.conf: Error! Directive 'DEST_MODULE_LOCATION' does not begin with '/kernel', '/updates', or '/extra' in record #1. Error! Bad conf file. File: /usr/src/roccat-dkms-1.0.0-1/dkms.conf does not represent a valid dkms.conf file. Add roccat, roccat-common and your specific mouse driver to /etc/modules-load.d/modules.conf if you want to load it on boot.

ImNtReal commented on 2014-02-12 19:00 (UTC)

@Kiwii, thanks. I had actually fixed it on my machine, but was waiting for a new version to push it. Obviously, I based that off of the catalyst-dkms package which I was maintaining in AUR for a while.

Kiwii commented on 2014-02-12 18:53 (UTC)

In the install file there's a line [ -n "$curver" ] || curver=$(pacman -Qi catalyst-dkms | awk '/^Version/{print $3}') I think it's supposed to be [ -n "$curver" ] || curver=$(pacman -Qi roccat-dkms | awk '/^Version/{print $3}') instead.

ImNtReal commented on 2013-03-22 18:41 (UTC)

@russo79, I switched it to provides, but will skip the version bump for that.

russo79 commented on 2013-03-22 16:17 (UTC)

You should not use replaces in your PKGBUILD. You should use provides instead. Please read https://wiki.archlinux.org/index.php/Pkgbuild#replaces