public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] xorg-6.8 --> xorg-7.0 --> 6.8 --> 7.0 impossible?
@ 2006-07-06 17:34 Grant
  2006-07-06 19:39 ` Donnie Berkholz
  0 siblings, 1 reply; 6+ messages in thread
From: Grant @ 2006-07-06 17:34 UTC (permalink / raw
  To: Gentoo mailing list

I had some trouble upgrading to xorg-x11-7.0 due to a mouse issue so I
downgraded back to xorg-x11-6.8 via the -K emerge option.  Now I'm
trying to get back to 7.0 to test the fix and I can't seem to do it.
After unmerging 6.8, 7.0 emerges just fine without or without the -K
option.  Trying to startxfce4 after that results in an xinit error and
there are other "missing file" X errors before I get to the command
line (I use gdm).

Something must be out of order, but I don't know enough about xorg to
determine what.  'emerge -avDuN world' doesn't come up with anything.
Does this issue make sense to anyone or do I need to come up with some
specific error messages?

- Grant
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xorg-6.8 --> xorg-7.0 --> 6.8 --> 7.0 impossible?
  2006-07-06 17:34 [gentoo-user] xorg-6.8 --> xorg-7.0 --> 6.8 --> 7.0 impossible? Grant
@ 2006-07-06 19:39 ` Donnie Berkholz
  2006-07-07 15:28   ` Grant
  0 siblings, 1 reply; 6+ messages in thread
From: Donnie Berkholz @ 2006-07-06 19:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 898 bytes --]

Grant wrote:
> I had some trouble upgrading to xorg-x11-7.0 due to a mouse issue so I
> downgraded back to xorg-x11-6.8 via the -K emerge option.  Now I'm
> trying to get back to 7.0 to test the fix and I can't seem to do it.
> After unmerging 6.8, 7.0 emerges just fine without or without the -K
> option.  Trying to startxfce4 after that results in an xinit error and
> there are other "missing file" X errors before I get to the command
> line (I use gdm).
> 
> Something must be out of order, but I don't know enough about xorg to
> determine what.  'emerge -avDuN world' doesn't come up with anything.
> Does this issue make sense to anyone or do I need to come up with some
> specific error messages?

Yeah, the problem is that you never uninstalled the modular packages
when you downgraded. The easiest way to proceed right now is `emerge -e
xorg-x11`.

Thanks,
Donnie


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xorg-6.8 --> xorg-7.0 --> 6.8 --> 7.0 impossible?
  2006-07-06 19:39 ` Donnie Berkholz
@ 2006-07-07 15:28   ` Grant
  2006-07-07 17:09     ` Richard Fish
  2006-07-07 17:48     ` Donnie Berkholz
  0 siblings, 2 replies; 6+ messages in thread
From: Grant @ 2006-07-07 15:28 UTC (permalink / raw
  To: gentoo-user

> > I had some trouble upgrading to xorg-x11-7.0 due to a mouse issue so I
> > downgraded back to xorg-x11-6.8 via the -K emerge option.  Now I'm
> > trying to get back to 7.0 to test the fix and I can't seem to do it.
> > After unmerging 6.8, 7.0 emerges just fine without or without the -K
> > option.  Trying to startxfce4 after that results in an xinit error and
> > there are other "missing file" X errors before I get to the command
> > line (I use gdm).
> >
> > Something must be out of order, but I don't know enough about xorg to
> > determine what.  'emerge -avDuN world' doesn't come up with anything.
> > Does this issue make sense to anyone or do I need to come up with some
> > specific error messages?
>
> Yeah, the problem is that you never uninstalled the modular packages
> when you downgraded. The easiest way to proceed right now is `emerge -e
> xorg-x11`.

Would 'emerge -eK world' be OK so I don't have to recompile?

- Grant
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xorg-6.8 --> xorg-7.0 --> 6.8 --> 7.0 impossible?
  2006-07-07 15:28   ` Grant
@ 2006-07-07 17:09     ` Richard Fish
  2006-07-07 21:44       ` Grant
  2006-07-07 17:48     ` Donnie Berkholz
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Fish @ 2006-07-07 17:09 UTC (permalink / raw
  To: gentoo-user

On 7/7/06, Grant <emailgrant@gmail.com> wrote:
>
> Would 'emerge -eK world' be OK so I don't have to recompile?

You mean "emerge -eK xorg-x11"?  Yeah, that should be allright...

-Richard
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xorg-6.8 --> xorg-7.0 --> 6.8 --> 7.0 impossible?
  2006-07-07 15:28   ` Grant
  2006-07-07 17:09     ` Richard Fish
@ 2006-07-07 17:48     ` Donnie Berkholz
  1 sibling, 0 replies; 6+ messages in thread
From: Donnie Berkholz @ 2006-07-07 17:48 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

Grant wrote:
> Would 'emerge -eK world' be OK so I don't have to recompile?

As long as you created the packages before downgrading to monolithic (6.x).

Thanks,
Donnie


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] xorg-6.8 --> xorg-7.0 --> 6.8 --> 7.0 impossible?
  2006-07-07 17:09     ` Richard Fish
@ 2006-07-07 21:44       ` Grant
  0 siblings, 0 replies; 6+ messages in thread
From: Grant @ 2006-07-07 21:44 UTC (permalink / raw
  To: gentoo-user

> > Would 'emerge -eK world' be OK so I don't have to recompile?
>
> You mean "emerge -eK xorg-x11"?  Yeah, that should be allright...
>
> -Richard

That is what I meant and xorg-x11-7.0 is working great now.  It's so
fast!  Thanks!

- Grant
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-07-07 22:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 17:34 [gentoo-user] xorg-6.8 --> xorg-7.0 --> 6.8 --> 7.0 impossible? Grant
2006-07-06 19:39 ` Donnie Berkholz
2006-07-07 15:28   ` Grant
2006-07-07 17:09     ` Richard Fish
2006-07-07 21:44       ` Grant
2006-07-07 17:48     ` Donnie Berkholz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox