You are not logged in.
I have two kernels installed on my machine (arch and ck-core2) and usually use core2 but sometimes use arch. I also run virtualbox so I can watch netflix but it complains that it doesn't have the correct modules, but I can't compile them since pacman will only let me have either linux-headers or kernel26-ck-core2-headers installed at one time. Is there a way to have both sets of headers installed at the same time?
Offline
Bug with how kernel26-ck PKGBUILD is done. I have both kernel26-ice (now linux-ice) and kernel26-rt-ice installed. However, you'd need your own script, most likely, to compile the modules for all your kernels (I do it this way, check out nvidia-beta-all for an example of how this is done). Or you could boot successively into all of them and rerun the provided rc.d script...
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Not a bug, a feature. Literally! I added that to the provides array so users can run virtualbox without the stock kernel installed since it depends on 'kernel26-headers' and many ck users don't have both the ARCH kernel and the ck kernel...
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Not a bug, a feature. Literally! I added that to the provides array so users can run virtualbox without the stock kernel installed since it depends on 'kernel26-headers' and many ck users don't have both the ARCH kernel and the ck kernel...
Hmm, I don't actually think its a good idea to have a package provide something it doesn't have. While in the specific case of virtualbox it would work (since the script uses `uname -r`), if any other package actually depends on kernel26-headers (linux-headers in [testing]) having your package installed would prevent said package from working.
Those who want to uninstall the stock kernel should know what they're doing, perhaps you could leave the provides=('kernel26-headers') line commented out for that.
Of course, that's just my opinion. To the OP, you could just remove that provides line (presumably, I have not looked at the PKGBUILD).
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
So, is there a way to have both of them installed? If I try to install the ck headers it says it conflicts with linux headers, but I can't remove linux-headers unless I remove virtualbox, which I don't want to do.
Last edited by brando56894 (2011-08-02 04:42:22)
Offline
Remove the provides line in the kernel26-ck PKGBUILD. I'm assuming based on what graysky said that there's no conflict (a proper kernel-package PKGBUILD would not generate any file conflicts).
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Simply open the kernel26-ck-core2-headers.tar.xz package in a util like fileroller, edit the .PKGINFO file and remove the provides array, save and reisntall via pacman -U package.tar.xz - I will fix this moving forward as ngoonee suggested... but the modification will appear in the AUR for kernel26-ck and in the repo for linux-ck.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
thanks!
Offline