You are not logged in.

#1 2011-04-08 08:40:45

Bersam
Member
From: Nowhere
Registered: 2010-10-03
Posts: 32
Website

Problem dependencies with libgl and nvidia-173xx [Solved]

Hi everybody!
I installed Gnome3 on My PC. also i installed whole packages in xorg ... that included libgl. so i rm nvidia. but now i need nvidia for 3D effects again. but many of my apps need libgl and won't let me to rm libgl and install nvidia-173xx again.
first i run pacman to install nvidia-173xx.

$sudo pacman -S nvidia-173xx
resolving dependencies...
looking for inter-conflicts...
:: nvidia-173xx-utils and libgl are in conflict. Remove libgl? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: ati-dri: requires libgl=7.10.1
:: intel-dri: requires libgl=7.10.1
:: mach64-dri: requires libgl=7.10.1
:: mga-dri: requires libgl=7.10.1
:: r128-dri: requires libgl=7.10.1
:: savage-dri: requires libgl=7.10.1
:: sis-dri: requires libgl=7.10.1
:: tdfx-dri: requires libgl=7.10.1

so i try to do this:

$ sudo pacman -Rd libgl
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: amaya: requires libgl
:: ati-dri: requires libgl=7.10.1
:: blender-bin: requires libgl
:: compiz-core: requires libgl
:: gnome-session: requires libgl
:: google-talkplugin: requires libgl
:: intel-dri: requires libgl=7.10.1
:: libreoffice: requires libgl
:: libva: requires libgl
:: mach64-dri: requires libgl=7.10.1
:: mesa: requires libgl
:: mga-dri: requires libgl=7.10.1
:: mplayer: requires libgl
:: qt: requires libgl
:: r128-dri: requires libgl=7.10.1
:: savage-dri: requires libgl=7.10.1
:: sis-dri: requires libgl=7.10.1
:: stellarium: requires libgl
:: tdfx-dri: requires libgl=7.10.1
:: wxgtk: requires libgl
:: xine-lib: requires libgl
:: xorg-xdriinfo: requires libgl

i installed these apps without libgl but i don't know why these need libgl now! any idea to install nvidia-173xx again?

Last edited by Bersam (2011-04-13 12:27:11)

Offline

#2 2011-04-08 08:50:05

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,362

Re: Problem dependencies with libgl and nvidia-173xx [Solved]

nvidia-utils provides non-versioned libgl. You do not need any of the packages with versioned libgl deps.


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

#3 2011-04-08 08:54:23

Bersam
Member
From: Nowhere
Registered: 2010-10-03
Posts: 32
Website

Re: Problem dependencies with libgl and nvidia-173xx [Solved]

ngoonee wrote:

nvidia-utils provides non-versioned libgl. You do not need any of the packages with versioned libgl deps.

hmmm. but now how can i install nvidia without uninstalling these apps? (such as LibreOffice, Blender-bin, Amaya, gnome-session !, ...) or i should rm all of them and install them again?

Offline

#4 2011-04-08 09:06:30

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: Problem dependencies with libgl and nvidia-173xx [Solved]

You only need to remove the *-dri packages as ngoonee mentioned.

Offline

#5 2011-04-08 11:27:16

Vi0L0
Member
From: Poland
Registered: 2009-06-24
Posts: 1,349
Website

Re: Problem dependencies with libgl and nvidia-173xx [Solved]

+

pacman -Rdd libgl

then install nvidia stuff


BTW: i believe that nvidia-utils' PKGBUILD should also have:
replaces=('libgl')

Last edited by Vi0L0 (2011-04-08 11:41:21)

Offline

Board footer

Powered by FluxBB