You are not logged in.

#1 2004-08-08 15:48:19

Thomas
Member
Registered: 2004-08-08
Posts: 2

"xorg conflicts with xfree86" when trying to insta

Hi all,

from a base install I installed the xorg package. I then changed my mind :-) and did "pacman -R xorg" to get rid of it.

Now when I try to install the kde package I get this: "xorg conflicts with xfree86".

There must be something left of the xorg package even after I removed it.

Does anyone know how to solve this?

thanks!

Thomas

Offline

#2 2004-08-08 16:15:13

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: "xorg conflicts with xfree86" when trying to insta

Hmmm. Are you sure xorg was removed? If it was conflicting with a specific file, it would be saying "conflict found: file xyz". It sounds like it's conflicting the whole package.

Run pacman -Qi xorg to see if it's still installed. It's quite probable that when you uninstalled it it refused to do so because a lot of files depend on X. To ignore this, use pacman -Rd xorg (-d doesn't check dependencies), then pacman -S xfree86 immediately, or you'll get dependency issues right left and centre.

Dusty

Offline

#3 2004-08-08 18:31:00

Thomas
Member
Registered: 2004-08-08
Posts: 2

Re: "xorg conflicts with xfree86" when trying to insta

pacman -Qi xorg returns 'Package "xorg" was not found'

but I was able to install xfree 'pacman -S xfree86" without any conflict being reported even though kde reports conflicts. Odd...

thanks Dusty

Offline

#4 2004-08-09 14:19:37

torindan2
Member
Registered: 2004-07-15
Posts: 74

Re: "xorg conflicts with xfree86" when trying to insta

Posible explanation:

- kde depends on x-server.
- Arch has 2 of them : xorg in current and xfee86 in extra.
- In pacman.conf you probably (99% sure) have [current] repository before [extra] repository.
- When pacman tries to solve dependencies...it looks through repositories in order they appear in pacman.conf.
- First it finds current, and xorg matches with needed dependency: x-server, so it tries to install it and this is why it conflicts with xfree.

(I'm not 100% sure about this, try to swap [current] and [extra] sections in pacman.conf. If it solves the problem, then you should probably fill a bug for pacman)

Offline

#5 2004-08-09 16:45:33

hypermegachi
Member
Registered: 2004-07-25
Posts: 311

Re: "xorg conflicts with xfree86" when trying to insta

you can also try a forced uninstall of xorg/xfree86, and then reinstall xorg.

Offline

#6 2004-08-11 12:58:43

taskara
Member
Registered: 2004-07-03
Posts: 18

Re: "xorg conflicts with xfree86" when trying to insta

I think torindan2 is right,

I get the same thing on a fresh install with pacman -S kdebase

install either xfree or xorg first, then you'll be right.

Offline

Board footer

Powered by FluxBB