Re: [expert] XFree86-3.3.6

2000-02-01 Thread Axalon Bloodstone

On Thu, 27 Jan 2000, Robert J Bartels wrote:

 I'm trying to upgrade my X server to 3.3.6..
 
 When I do rpm -Uvh XFree-3.3.6.rpm it complains that
 xinitrc = 2.4.4-10mdk is needed...
 
 When I try to update xinitrc it tells me that XFree86 = 3.3.5-12mdk is 
 needed by
 xinitrc-2.4.4-10mdk...
 
 I've tried both rpm -Ivh and rpm -Uvh... I've also tried --force... which 
 BTW doesn't
 force anything...
 
 What am I doing wrong... This is turning into a big chicken and the egg 
 problem...
 
 Bob


--force
Same as using --replacepkgs, --replacefiles, and --oldpackage.

It's not a conflict or old package, it's a dependancy, you need to install
them at the same time or use --nodeps and do it consecutivly.
 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
--Axalon



Re: [expert] XFree86-3.3.6

2000-02-01 Thread Jason Straight

Robert J Bartels wrote:

 I'm trying to upgrade my X server to 3.3.6..

 When I do rpm -Uvh XFree-3.3.6.rpm it complains that
 xinitrc = 2.4.4-10mdk is needed...

 When I try to update xinitrc it tells me that XFree86 = 3.3.5-12mdk is
 needed by
 xinitrc-2.4.4-10mdk...

 I've tried both rpm -Ivh and rpm -Uvh... I've also tried --force... which
 BTW doesn't
 force anything...


Try --force --nodeps





 What am I doing wrong... This is turning into a big chicken and the egg
 problem...

 Bob

--
Jason Straight
Chief Network Engineer NMO.NET
[EMAIL PROTECTED]
ICQ 1796276





Re: [expert] XFree86-3.3.6

2000-01-30 Thread Barry Marler

On Thu, 27 Jan 2000, Robert J Bartels wrote:

 I'm trying to upgrade my X server to 3.3.6..
 
 When I do rpm -Uvh XFree-3.3.6.rpm it complains that
 xinitrc = 2.4.4-10mdk is needed...
 
 When I try to update xinitrc it tells me that XFree86 = 3.3.5-12mdk is 
 needed by
 xinitrc-2.4.4-10mdk...
 
 I've tried both rpm -Ivh and rpm -Uvh... I've also tried --force... which 
 BTW doesn't
 force anything...
 
 What am I doing wrong... This is turning into a big chicken and the egg 
 problem...
 
 Bob
 

--nodeps 

/b


Barry Marler
Department of Parasitology and Medical Microbiology
University of Georgia
Athens, GA 30602
(706)542-0742
(706)542-0058(fax)



Re: [expert] XFree86-3.3.6

2000-01-30 Thread Gary Simmons

On Thu, 27 Jan 2000, Robert J Bartels wrote:

 I'm trying to upgrade my X server to 3.3.6..
 
 When I do rpm -Uvh XFree-3.3.6.rpm it complains that
 xinitrc = 2.4.4-10mdk is needed...
 
 When I try to update xinitrc it tells me that XFree86 = 3.3.5-12mdk is 
 needed by
 xinitrc-2.4.4-10mdk...
 
 I've tried both rpm -Ivh and rpm -Uvh... I've also tried --force... which 
 BTW doesn't
 force anything...
 
 What am I doing wrong... This is turning into a big chicken and the egg 
 problem...

Simple

rpm -Uvh XFree-3.3.6.rpm xinitrc-2.2.4-10mdk.rpm
assuming those are the correct filenames...

if you wanted to do them separatey --nodeps is what you were looking for,
not --force. But like I said the simplest way as I have shown above.

-Gary Simmons



[expert] XFree86-3.3.6

2000-01-30 Thread Mike Fieschko

 "Robert" == Robert J Bartels [EMAIL PROTECTED] writes:

Robert I'm trying to upgrade my X server to 3.3.6..  When I do
Robert rpm -Uvh XFree-3.3.6.rpm it complains that xinitrc =
Robert 2.4.4-10mdk is needed...

Robert When I try to update xinitrc it tells me that XFree86 =
Robert 3.3.5-12mdk is needed by xinitrc-2.4.4-10mdk...

[snip]

How about

rpm -U --test XFree-3.3.6.rpm xinitrc-2.4.4-10mdk

(or whatever the names are)?

-- 
Mike Fieschko, West Orange, NJ, USA
X-Mailer: VM 6.75 under 21.1.8 XEmacs and random-sig.el
Kernel 2.2.15-5mdk
http://www.viconet.com/fieschko/home.htm
Jan 28 St Peter Nolasco
"Here, adoration of intelligence meets obsession with image to create
a fantasy world where talk is action and clever talk is solution ... "
[Michael Kelly in the Washington Post 9/2/98]



[expert] XFree86-3.3.6

2000-01-28 Thread Robert J Bartels

I'm trying to upgrade my X server to 3.3.6..

When I do rpm -Uvh XFree-3.3.6.rpm it complains that
xinitrc = 2.4.4-10mdk is needed...

When I try to update xinitrc it tells me that XFree86 = 3.3.5-12mdk is 
needed by
xinitrc-2.4.4-10mdk...

I've tried both rpm -Ivh and rpm -Uvh... I've also tried --force... which 
BTW doesn't
force anything...

What am I doing wrong... This is turning into a big chicken and the egg 
problem...

Bob