You are not logged in.

#1 2014-02-18 16:43:38

harshsahil48
Member
Registered: 2013-12-10
Posts: 65

[SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

Hi I'm doing a clean install and I wanted to install nvidia proprietary drivers.

When I do

pacman -S nvidia 

I get:

Unsolvable conflict detected
Nvidia and meas-libgl are in conflict

When I do

pacman -R mesa-libgl

I get:

Error: Target not found: mesa-libgl

I don't understand this as how can this happen?
Also, I'm installing a 64 but system and I've only installed the base system and base-devel. I have not installed any other package.

Thanks in advance

Last edited by harshsahil48 (2014-02-21 18:04:12)


Never forget~Never forgive

Offline

#2 2014-02-18 19:02:22

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,165
Website

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

There are plenty of threads on this... This one looks relevant: https://bbs.archlinux.org/viewtopic.php?id=159736


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#3 2014-02-18 19:07:28

harshsahil48
Member
Registered: 2013-12-10
Posts: 65

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

clfarron4 wrote:

There are plenty of threads on this... This one looks relevant: https://bbs.archlinux.org/viewtopic.php?id=159736

I have referred to tens of other threads and none of them have helped. Moreover the thread you pointed out is an update conflict and what I have here is an installation conflict. Moreover, his machine is able to locate mesa at the time of removal, while mine is not.
Also, I have to even installed mesa yet. Mesa-libgl somehow came with base or base-devel.
Funny thing is that mesa-libgl cannoct be located and yet there is an existence of a conflict.


Never forget~Never forgive

Offline

#4 2014-02-18 21:39:42

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

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

harshsahil48 wrote:

Funny thing is that mesa-libgl cannoct be located and yet there is an existence of a conflict.

What's the output of

pacman -Q mesa-libgl nvidia

Offline

#5 2014-02-18 21:45:52

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,411

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

What is the output of

pacman -Qs -- -dri

You should not any any of the *-dri package installed.

Online

#6 2014-02-19 04:43:17

harshsahil48
Member
Registered: 2013-12-10
Posts: 65

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

karol wrote:
harshsahil48 wrote:

Funny thing is that mesa-libgl cannoct be located and yet there is an existence of a conflict.

What's the output of

pacman -Q mesa-libgl nvidia

target not found: mesa-libgl
target not found: nvidia


Never forget~Never forgive

Offline

#7 2014-02-19 04:45:38

harshsahil48
Member
Registered: 2013-12-10
Posts: 65

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

Scimmia wrote:

What is the output of

pacman -Qs -- -dri

You should not any any of the *-dri package installed.



No output


Never forget~Never forgive

Offline

#8 2014-02-19 05:01:14

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,411

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

How about bumblebee or glamor-egl? Those are the only other things that could be pulling mesa-libgl in.

Online

#9 2014-02-19 05:02:47

harshsahil48
Member
Registered: 2013-12-10
Posts: 65

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

Scimmia wrote:

How about bumblebee or glamor-egl? Those are the only other things that could be pulling mesa-libgl in.

I have not installed any package yet.
As I'm saying, mesa-libgl must have snuck up somewhwer with base or base-devel


Never forget~Never forgive

Offline

#10 2014-02-19 05:05:08

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,411

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

And I'm saying that's not possible. Did you check for those two? What is the exact output of pacman when you try to install nvidia, the whole thing, not just pieces.

Online

#11 2014-02-19 05:09:19

harshsahil48
Member
Registered: 2013-12-10
Posts: 65

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

resolving dependencies...
looking for inter-related conflicts...
error: unsolvable conflict of packets packages detected
error: failed to prepare transaction (conflicting dependencies)
:: nvidia and mesa-libgl are in conflict

Scimmia wrote:

And I'm saying that's not possible. Did you check for those two? What is the exact output of pacman when you try to install nvidia, the whole thing, not just pieces.

Last edited by harshsahil48 (2014-02-19 05:20:34)


Never forget~Never forgive

Offline

#12 2014-02-19 05:17:47

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,411

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

"error: unsolvable conflict of packets detected" makes no sense. I just grepped through the pacman source and that string does not exist.

Online

#13 2014-02-19 05:18:44

harshsahil48
Member
Registered: 2013-12-10
Posts: 65

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

Scimmia wrote:

"error: unsolvable conflict of packets detected" makes no sense. I just grepped through the pacman source and that string does not exist.


Sorry I meant packages. Damn autocorrect.


Never forget~Never forgive

Offline

#14 2014-02-19 05:20:28

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,411

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

more than just that one word is wrong.

Anyway, try pacman -S nvidia --debug and paste the output here.

Edit, if you can't C&P, try sprunge: http://sprunge.us/

Last edited by Scimmia (2014-02-19 05:36:30)

Online

#15 2014-02-21 17:02:31

harshsahil48
Member
Registered: 2013-12-10
Posts: 65

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

I have solved the issue.
Turns out that my university was routing traffic from their servers and the network was not well architectured, causing a mixing of packets.
I got another .iso image from a private encrypted bittorrent connection and reinstalled.


Never forget~Never forgive

Offline

#16 2014-02-21 17:52:49

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

Re: [SOLVED- CORROUPT INSTALL MEDIA]Nvidia and mesa-libgl conflict issue

Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

Offline

Board footer

Powered by FluxBB