You are not logged in.

#1 2015-12-07 09:07:31

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 108

[solved] cdemu requires entire kernel as dependency?

I just tried to install the cdemu-client from [community] and got the following the dependencies:

 resolving dependencies...
looking for conflicting packages...

Packages (6) cdemu-daemon-3.0.3-1  libmirage-3.0.4-1  linux-4.2.5-1
             python2-dbus-1.2.0-5  vhba-module-20140928-19
             cdemu-client-3.0.1-1

Total Download Size:   15,93 MiB
Total Installed Size:  77,00 MiB

:: Proceed with installation? [Y/n] 

Why does it want to install an entire kernel as dependency? I am currently using the ck-Kernel (from the AUR) and don't see any necessity to change.

uname -a
Linux user-laptop 4.3.0-1-ck #1 SMP PREEMPT Sun Nov 15 13:53:06 CET 2015 x86_64 GNU/Linux

Any suggestions?

Last edited by macaco (2015-12-07 21:39:50)

Offline

#2 2015-12-07 09:11:02

mpan
Member
Registered: 2012-08-01
Posts: 1,591
Website

Re: [solved] cdemu requires entire kernel as dependency?

It's vhba-module that requires the kernel, and the dependency seems to be there to prevent mismatch between versions of the kernel and vhba-module.


Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#3 2015-12-07 09:16:05

ayekat
Member
Registered: 2011-01-17
Posts: 1,632

Re: [solved] cdemu requires entire kernel as dependency?

vhba-module is a kernel module and thus depends on specific kernel versions (not "an entire kernel"). [EDIT] should learn hitting "preview" more often

In my opinion, the linux-ck package/PKGBUILD should contain a `provides=('linux=4.3.0')` to avoid this kind of conflicts. You can try to recompile and reinstall it that way and see if the issue is resolved (and maybe drop a note to the package maintainer).

Last edited by ayekat (2015-12-07 09:18:04)


pkgshackscfgblag

Offline

#4 2015-12-07 13:12:55

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,893

Re: [solved] cdemu requires entire kernel as dependency?

ayekat wrote:

In my opinion, the linux-ck package/PKGBUILD should contain a `provides=('linux=4.3.0')` to avoid this kind of conflicts. You can try to recompile and reinstall it that
way and see if the issue is resolved (and maybe drop a note to the package maintainer).

I disagree, vhba-module needs to be build against a specific kernel to work with it,similar to nvidia package.

Macaco, try aur vhba-dkms package.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2015-12-07 21:39:28

macaco
Member
From: Graz, Austria
Registered: 2009-03-22
Posts: 108

Re: [solved] cdemu requires entire kernel as dependency?

Macaco, try aur vhba-dkms packag

Thanks, this did the trick!

Offline

Board footer

Powered by FluxBB