You are not logged in.

#1 2015-06-14 06:11:26

mocha_bean
Member
Registered: 2015-06-14
Posts: 7

[SOLVED] "mesa-libgl and nvidia-libgl-beta are in conflict"

I just tried to install blueman (GTK+ bluetooth manager), and I was greeted with the pleasant message:

:: mesa-libgl and nvidia-libgl-beta are in conflict (libgl). Remove nvidia-libgl-beta? [y/N]

I've looked it up and seen many similar scenarios (with nvidia-libgl instead of nvidia-libgl-beta), but they all seemed to be resolved by uninstalling nouveau; I don't have that installed.

Any ideas as to where I should go from here?

Last edited by mocha_bean (2015-06-14 18:31:54)

Offline

#2 2015-06-14 07:08:25

Ledti
Member
Registered: 2010-07-31
Posts: 122
Website

Re: [SOLVED] "mesa-libgl and nvidia-libgl-beta are in conflict"

The blueman package in the AUR doesn't specifically depend on mesa-libgl... so I'm not sure why blueman is asking you to install it. Are you using an AUR helper?

Offline

#3 2015-06-14 07:16:25

mocha_bean
Member
Registered: 2015-06-14
Posts: 7

Re: [SOLVED] "mesa-libgl and nvidia-libgl-beta are in conflict"

Ledti wrote:

The blueman package in the AUR doesn't specifically depend on mesa-libgl... so I'm not sure why blueman is asking you to install it. Are you using an AUR helper?

Yes; I'm using pacaur.

Offline

#4 2015-06-14 07:37:44

Ledti
Member
Registered: 2010-07-31
Posts: 122
Website

Re: [SOLVED] "mesa-libgl and nvidia-libgl-beta are in conflict"

You could try downloading the tarball and building blueman with makepkg to rule out pacaur.

# check to see if it's unrelated to blueman and just a conflict during update, force resync
sudo pacman -Syyu

# try building with makepkg and see if it still tries to pull mesa-libgl
curl -L -O https://aur.archlinux.org/packages/bl/blueman/blueman.tar.gz
tar -xvf blueman.tar.gz
cd blueman
makepkg -sic

edit: er, /facepalm... I made a mistake. If those two steps don't work then I'm not sure what else you could try.

Last edited by Ledti (2015-06-14 07:45:25)

Offline

#5 2015-06-14 10:26:01

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] "mesa-libgl and nvidia-libgl-beta are in conflict"

When exactly do you get this conflict? After running 'pacman -Syu', 'makepkg -si' or ...?

Offline

#6 2015-06-14 13:53:05

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] "mesa-libgl and nvidia-libgl-beta are in conflict"

Post the whole pacman output, including how you called pacman.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#7 2015-06-14 18:31:33

mocha_bean
Member
Registered: 2015-06-14
Posts: 7

Re: [SOLVED] "mesa-libgl and nvidia-libgl-beta are in conflict"

Ledti wrote:

You could try downloading the tarball and building blueman with makepkg to rule out pacaur.

# check to see if it's unrelated to blueman and just a conflict during update, force resync
sudo pacman -Syyu

# try building with makepkg and see if it still tries to pull mesa-libgl
curl -L -O https://aur.archlinux.org/packages/bl/blueman/blueman.tar.gz
tar -xvf blueman.tar.gz
cd blueman
makepkg -sic

edit: er, /facepalm... I made a mistake. If those two steps don't work then I'm not sure what else you could try.

I just built it with makepkg and it worked. ¯\_(ツ)_/¯

Thanks!

Offline

Board footer

Powered by FluxBB