You are not logged in.
Hey,
When I'm trying to do
sudo pacman -Syu
I'm getting a fail, here's the output:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace totem-plugin with extra/totem? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: nvidia-libgl and mesa-libgl are in conflict
I'm not using Nouveau. I'm using nvidia's driver.
*I NEED HELP*
Thanks ![]()
Last edited by Kux (2014-04-19 15:51:44)
Software is like sex: It's better when it's free. (Linus Torvalds)
Offline
Ok, since you got nvidia driver installed, that suggests one of the updates requires mesa-libgl and is not satisfied with nvidia-libgl .
When was your last full update ?
What nividia version are you running now ?
what is the output of pacman -Qs mesa ?
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
Ok, since you got nvidia driver installed, that suggests one of the updates requires mesa-libgl and is not satisfied with nvidia-libgl .
When was your last full update ?
What nividia version are you running now ?what is the output of pacman -Qs mesa ?
My last update was, well I guess a week ago.
My nvidia driver version is 334.21-7.
~
pacman -Qs mesa output:
local/ati-dri 10.1.0-4
Mesa drivers for AMD/ATI Radeon
local/glu 9.0.0-2
Mesa OpenGL Utility library
local/intel-dri 10.1.0-4
Mesa drivers for Intel
local/lib32-glu 9.0.0-2
Mesa OpenGL utility library (32 bits)
local/lib32-libtxc_dxtn 1.0.1-5
S3 Texture Compression (S3TC) library for Mesa (32-bit)
local/lib32-mesa 10.1.0-4
an open-source implementation of the OpenGL specification (32-bit)
local/lib32-mesa-demos 8.1.0-3
Mesa demos and tools (32-bit)
local/libtxc_dxtn 1.0.1-5
S3 Texture Compression (S3TC) library for Mesa
local/mesa 10.1.0-4
an open-source implementation of the OpenGL specification
local/mesa-demos 8.1.0-1
Mesa demos and tools
Software is like sex: It's better when it's free. (Linus Torvalds)
Offline
nvidia current version is 337.12-1 , mesa is at 10.1.1-1 , so both have version bumps.
Unless you got amd or intel graphics cards/chipsets in your system, you don't need ati-dri / intel-dri .
If you're unsure whether you got those, please post lspci output.
In case you're certain you don't have intel/amd grahic cards in your system, try removing ati-dri & intel-dri .
(hope you didn't install all xf86-video-* stuff as some people recommend... )
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
nvidia current version is 337.12-1 , mesa is at 10.1.1-1 , so both have version bumps.
Unless you got amd or intel graphics cards/chipsets in your system, you don't need ati-dri / intel-dri .
If you're unsure whether you got those, please post lspci output.In case you're certain you don't have intel/amd grahic cards in your system, try removing ati-dri & intel-dri .
(hope you didn't install all xf86-video-* stuff as some people recommend... )
I don't have.
(hope you didn't install all xf86-video-* stuff as some people recommend... )
Damn it I did ![]()
~
Anyway. I removed xf86-video-intel xf86-video-ati and ati-dri, intel-dri. Now everything is ok, I've made pacman -Syu successfully.
Thanks about everything ![]()
Software is like sex: It's better when it's free. (Linus Torvalds)
Offline