Re: [gentoo-user] Xorg-x11 problems

2006-08-05 Thread Adrian Frith
On Fri, 2006-08-04 at 12:12 -0300, Pete Pardoe wrote:
 Thanks Guys,
 
 That cleared it up and so I went back and tried modular X again - it
 worked except that I have no keyboard this time - any thoughts on
 this?

emerge xf86-input-keyboard, perhaps?

(or add keyboard to INPUT_DEVICES in make.conf and then
emerge -uDN xorg-x11)

HTH,
Adrian

-- 
Adrian Frith
[EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED]
083 393 1257 | 021 531 8719 | http://frith.co.za/~adrian/


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Xorg-x11 problems

2006-08-05 Thread Pete Pardoe
Thanks to all! I am up and running in modular X with keyboard and all.PeteOn 8/5/06, Adrian Frith [EMAIL PROTECTED]
 wrote:On Fri, 2006-08-04 at 12:12 -0300, Pete Pardoe wrote: Thanks Guys,
 That cleared it up and so I went back and tried modular X again - it worked except that I have no keyboard this time - any thoughts on this?emerge xf86-input-keyboard, perhaps?
(or add keyboard to INPUT_DEVICES in make.conf and thenemerge -uDN xorg-x11)HTH,Adrian--Adrian Frith[EMAIL PROTECTED] | 
[EMAIL PROTECTED] | [EMAIL PROTECTED]083 393 1257 | 021 531 8719 | http://frith.co.za/~adrian/-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)iD8DBQBE1FOMjgACWNnMFhYRAiNHAJ9+PfGYEBUmRua0cUF1sfSFLIqxqgCgzMLoIuIzS11zpoBEb/msoMhXXzo==1CC3-END PGP SIGNATURE-
-- Pete Pardoe


Re: [gentoo-user] Xorg-x11 problems

2006-08-04 Thread Pete Pardoe
Thanks Guys,That cleared it up and so I went back and tried modular X again - it worked except that I have no keyboard this time - any thoughts on this?PeteOn 8/3/06, 
Toby Cubitt [EMAIL PROTECTED] wrote:
On Fri, Aug 04, 2006 at 12:43:26AM +0300, Mantas Povilaitis wrote: On 8/3/06, Pete Pardoe [EMAIL PROTECTED] wrote:  =x11-base/xorg-
x11-6.9 (is blocking  I have tried emerge --cleanx11-base/xorg-x11-6.9 and emerge --prune x11-base/xorg-x11-6.9 and they both tell me that the package is not there. it is written = before package name, so 
6.8 counts too (6.86.9)Your problem is that the modular xorg is now in the stable tree, soportage is trying to upgrade to the modular xorg when you do an emergeworld (if you look further down the list of packages that emerge world
is trying to install, you should see xorg-x11-7.0). The dependenciespulled in by modular xorg have to be installed before xorg-x11 itselfcan be upgraded, but they are blocked by your currently installed,non-modular 
xorg-x11-6.8.There are two solutions: unmerge the non-modular xorg-x11-6.8, andthen merge the modular xorg-x11-7.0 (following the migration guide onwww.gentoo.org). But you seem to have already tried this.
The second solution is mask modular xorg by adding the linex11-base/xorg-x11-6.8to /etc/portage/package.mask (including the , obviously). Thenportage won't try to upgrade xorg, it won't pull in all those
dependencies that block on your version of xorg, and portage shouldstop complaining.HTH,Toby--PhD StudentQuantum Information Theory groupMax Planck Institute for Quantum OpticsGarching, Germany
email: [EMAIL PROTECTED]web: www.dr-qubit.org--gentoo-user@gentoo.org mailing list
-- Pete Pardoe


Re: [gentoo-user] Xorg-x11 problems

2006-08-03 Thread Mantas Povilaitis

On 8/3/06, Pete Pardoe [EMAIL PROTECTED] wrote:


=x11-base/xorg-x11-6.9 (is blocking

I have tried emerge --clean  x11-base/xorg-x11-6.9   and emerge --prune
x11-base/xorg-x11-6.9 and they both tell me that the package is not there.


it is written = before package name, so 6.8 counts too (6.86.9)
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Xorg-x11 problems

2006-08-03 Thread Donnie Berkholz
Pete Pardoe wrote:
 I tried to move to moidular X but it failed so I roled everything back
 but I
 now have a problem that has me stumped.  

You filed a bug for the failure, right? Monolithic X won't be around
forever ...

 When I do an emerge -puD world
 there are a whole slew of packages that are blocked by a non existant
 package.  I have xorg-x11 6.8.2-r8 installed not 6.9 but get the following
 in front of all the blocked packages.  How do I convince the system that it
 doesn't have this package installed.
 
 =x11-base/xorg-x11-6.9 (is blocking
 
 I have tried emerge --clean  x11-base/xorg-x11-6.9   and emerge --prune
 x11-base/xorg-x11-6.9 and they both tell me that the package is not there.
 I have done a revdep-rebuild and an emerge --newuse --update --deep world
 and nothing has fixed it.

You may not realize = means less than or equal to, so your 6.8
installation would qualify.

If you want Gentoo to stop asking you to upgrade to the current stable
modular X every time you 'emerge world' then you may want to add
'=x11-base/xorg-x11-7' to /etc/portage/package.mask.

Thanks,
Donnie



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Xorg-x11 problems

2006-08-03 Thread Toby Cubitt
On Fri, Aug 04, 2006 at 12:43:26AM +0300, Mantas Povilaitis wrote:
 On 8/3/06, Pete Pardoe [EMAIL PROTECTED] wrote:
 
 =x11-base/xorg-x11-6.9 (is blocking
 
 I have tried emerge --clean  x11-base/xorg-x11-6.9   and emerge --prune
 x11-base/xorg-x11-6.9 and they both tell me that the package is not there.
 
 it is written = before package name, so 6.8 counts too (6.86.9)

Your problem is that the modular xorg is now in the stable tree, so
portage is trying to upgrade to the modular xorg when you do an emerge
world (if you look further down the list of packages that emerge world
is trying to install, you should see xorg-x11-7.0). The dependencies
pulled in by modular xorg have to be installed before xorg-x11 itself
can be upgraded, but they are blocked by your currently installed,
non-modular xorg-x11-6.8.

There are two solutions: unmerge the non-modular xorg-x11-6.8, and
then merge the modular xorg-x11-7.0 (following the migration guide on
www.gentoo.org). But you seem to have already tried this.

The second solution is mask modular xorg by adding the line

x11-base/xorg-x11-6.8

to /etc/portage/package.mask (including the , obviously). Then
portage won't try to upgrade xorg, it won't pull in all those
dependencies that block on your version of xorg, and portage should
stop complaining.

HTH,

Toby
-- 
PhD Student
Quantum Information Theory group
Max Planck Institute for Quantum Optics
Garching, Germany

email: [EMAIL PROTECTED]
web: www.dr-qubit.org
-- 
gentoo-user@gentoo.org mailing list