You are not logged in.

#1 2010-10-02 23:14:14

jeff story
Member
Registered: 2009-05-31
Posts: 237
Website

Conflicting Dependencies [SOLVED]

I'm trying to build and install google-talkplugin from AUR.

I have checked/installed all dependencies except libgl.
I get the unresolvable package conflict error when trying to install it.
I don't want to remove  nvidia-utils.

How to resolve this?


[jeff@Arch2009p2 ~]$ sudo pacman -S libgl
Password: 
resolving dependencies...
looking for inter-conflicts...
:: libgl and nvidia-utils are in conflict. Remove nvidia-utils? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libgl and nvidia-utils are in conflict

Last edited by jeff story (2010-10-03 00:23:37)


Check out my website for info on the Arch Linux Installer

Offline

#2 2010-10-02 23:15:28

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Conflicting Dependencies [SOLVED]

Remove the libgl dependency from PKGBUILD, nvidia-utils provides it smile

Offline

#3 2010-10-02 23:16:51

jeff story
Member
Registered: 2009-05-31
Posts: 237
Website

Re: Conflicting Dependencies [SOLVED]

Thank you!

How did you know that ... so fast?

So I can learn for future...

Last edited by jeff story (2010-10-02 23:18:30)


Check out my website for info on the Arch Linux Installer

Offline

#4 2010-10-02 23:18:49

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

Re: Conflicting Dependencies [SOLVED]

Nvidia uses it's own implementation of libgl, maybe the PKGBUILD needs fixing:

[karol@black ~]$ pacman -Si nvidia-utils | grep -i provides
Provides       : libgl

Offline

#5 2010-10-02 23:36:06

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

Re: Conflicting Dependencies [SOLVED]

Did you actually try to makepkg? Because since nvidia provides libgl you don't need libgl at all. It seems you're trying to resolve dependencies by hand, in this case however since nvidia provides libgl you don't need to install the actual libgl package.


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

#6 2010-10-02 23:40:09

jeff story
Member
Registered: 2009-05-31
Posts: 237
Website

Re: Conflicting Dependencies [SOLVED]

Thanks for the info flamelab, Karol. ngoonee.

Installed and tested google-talkplugin  in Firefox. Works great.

about:plugins

Google Talk Plugin

    File: /opt/google/talkplugin/libnpgoogletalk64.so
    Version: 
    Version: 1.5.1.0

MIME Type     Description     Suffixes     Enabled
application/googletalk     Google Talk Plugin     googletalk     Yes

Last edited by jeff story (2010-10-03 02:51:21)


Check out my website for info on the Arch Linux Installer

Offline

#7 2010-10-02 23:44:47

jeff story
Member
Registered: 2009-05-31
Posts: 237
Website

Re: Conflicting Dependencies [SOLVED]

ngoonee wrote:

Did you actually try to makepkg?

No, not prior to taking care of dependencies.

ngoonee wrote:

It seems you're trying to resolve dependencies by hand,

Yes regarding dependencies.
I also prefer to make and install AUR packages by hand as far as never tried any of the "helpers".
Seems to simple to further complicate.

Last edited by jeff story (2010-10-03 02:50:13)


Check out my website for info on the Arch Linux Installer

Offline

#8 2010-10-02 23:51:57

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

Re: Conflicting Dependencies [SOLVED]

makepkg handles dependencies if you let it.

Offline

#9 2010-10-03 00:00:47

jeff story
Member
Registered: 2009-05-31
Posts: 237
Website

Re: Conflicting Dependencies [SOLVED]

Haven't used the -s yet! I'll try it next time.

Looks like it will make things simpler.
Adding the -s wouldn't "complicate" things too much for me.

Last edited by jeff story (2010-10-03 00:02:54)


Check out my website for info on the Arch Linux Installer

Offline

#10 2010-10-03 00:24:16

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Conflicting Dependencies [SOLVED]

-s saves lifes tongue

Offline

Board footer

Powered by FluxBB