Re: [gentoo-user] New Install Problems with X

2011-01-05 Thread Neil Bothwick
On Tue, 04 Jan 2011 16:10:49 + (UTC), KIM WHALEN
wrote:

 The base system and xorg-x11 seems to be set up alright.  However, when 
 I run startx as a regular user I get errors about drm, dri, and dri2 
 modules and the screen.

We can't help if you keep the errors secret.


-- 
Neil Bothwick

Tact is for people who don't understand sarcasm.


signature.asc
Description: PGP signature


[gentoo-user] New Install Problems with X

2011-01-04 Thread KIM WHALEN
I'm trying to do a new install on an amd64 box and there are a lot of 
problems somewhere between X, Gnome, and the Graphics card.  I'm using 
genkernel so there shouldn't be too much of a problem there.


The graphics card as identified by the system is:  nVidia Corporation 
NV36 [GeForce FX 5700LE]


The base system and xorg-x11 seems to be set up alright.  However, when 
I run startx as a regular user I get errors about drm, dri, and dri2 
modules and the screen.  I've tried with both nvidia and xorg-x11 
selected for opengl and have tried with both VIDEO_CARDS=nouveau and 
VIDEO_CARDS=nivida in /etc/make.conf.

# eselect opengl list
Available OpenGL implementations:
  [1]   nvidia *
  [2]   xorg-x11

I would expect the trival windows manager to work with startx as soon as 
xorg-x11 was installed, but it doesn't.


Emergeing gnome doesn't work.  I had to remove GTK from the USE in 
make.conf; pygtlsourceview and I think some other things pulled in 
didn't like it.


The first package in emerge gnome that gives me problems is the 
app-text/gnome-doc-utils-0.20.1 package.  When emerged by itself I get 
the following output.


# emerge -pv app-text/gnome-doc-utils

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N] app-text/gnome-doc-utils-0.20.1  USE=-debug 0 kB

Total: 1 package (1 new), Size of downloads: 0 kB

# emerge app-text/gnome-doc-utils
Calculating dependencies... done!

Verifying ebuild manifests
Emerging (1 of 1) app-text/gnome-doc-utils-0.20.1
Failed to emerge app-text/gnome-doc-utils-0.20.1, Log file:
 '/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/temp/build.log'
Jobs: 0 of 1 complete, 1 failed Load avg: 0.45, 
0.11, 0.03

 * Package:app-text/gnome-doc-utils-0.20.1
 * Repository: gentoo
 * Maintainer: gn...@gentoo.org s...@gentoo.org
 * USE:  amd64 elibc_glibc kernel_linux multilib userland_GNU

Unpacking source...
Unpacking gnome-doc-utils-0.20.1.tar.bz2 to 
/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work
Source unpacked in 
/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work
Preparing source in 
/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1 
...

 * Fixing OMF Makefiles ...
 [ ok ]

Source prepared.
Configuring source in 
/var/tmp/portage/app-text/gnome-doc-utils-0.20.1/work/gnome-doc-utils-0.20.1 
...
 * econf: updating gnome-doc-utils-0.20.1/config.guess with 
/usr/share/gnuconfig/config.guess
 * econf: updating gnome-doc-utils-0.20.1/config.sub with 
/usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu 
--host=x86_64-pc-linux-gnu --mandir=/usr/share/man 
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc 
--localstatedir=/var/lib --libdir=/usr/lib64 --disable-scrollkeeper

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking for a Python interpreter with version = 2.4... python
checking for python... /usr/bin/python
checking for python version... 3.1
checking for python platform... linux2
checking for python script directory... 
${prefix}/lib64/python3.1/site-packages
checking for python extension module directory... 
${exec_prefix}/lib64/python3.1/site-packages

checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOME_DOC_UTILS... yes
checking whether NLS is requested... yes
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none 
needed

checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking for intltool = 0.35.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for perl... /usr/bin/perl
checking for perl = 5.8.1... 5.12.2
checking for XML::Parser... ok
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for 

Re: [gentoo-user] New Install Problems with X

2011-01-04 Thread Matías Marquez
Hello.

Are you using python 3 as your main python interpreter?

Try:

#emerge -av python:2.6
#eselect python lists
#eselect python set N

where N is the number of python 2 in the previos command.

I can't help with the video card problem.

Sorry about my poor English.

Bye.



Re: [gentoo-user] New Install Problems with X

2011-01-04 Thread KIM WHALEN
Yes, it looks like I'm using python 3.  I change it to python2.6 and it 
looks like it's emerge'ing without errors.  This should be mentioned in 
the install documentation.  Now do I need to rebuild everything else, 
emerge --empty-tree, now that I switched python interpreters?


# eselect python list
Available Python interpreters:
  [1]   python2.6
  [2]   python3.1 *

Thanks,

--dhk

On Tue, Jan 4, 2011 at 4:00 PM, Matías Marquez wrote:


Hello.

Are you using python 3 as your main python interpreter?

Try:

#emerge -av python:2.6
#eselect python lists
#eselect python set N

where N is the number of python 2 in the previos command.

I can't help with the video card problem.

Sorry about my poor English.

Bye.




Re: [gentoo-user] New Install Problems with X

2011-01-04 Thread Stéphane Guedon
On Tuesday 04 January 2011 22:35:08 KIM WHALEN wrote:
 Yes, it looks like I'm using python 3.  I change it to python2.6 and it
 looks like it's emerge'ing without errors.  This should be mentioned in
 the install documentation.  Now do I need to rebuild everything else,
 emerge --empty-tree, now that I switched python interpreters?
 
 # eselect python list
 Available Python interpreters:
[1]   python2.6
[2]   python3.1 *
 
 Thanks,
 
 --dhk
 
 On Tue, Jan 4, 2011 at 4:00 PM, Matías Marquez wrote:
  Hello.
  
  Are you using python 3 as your main python interpreter?
  
  Try:
  
  #emerge -av python:2.6
  #eselect python lists
  #eselect python set N
  
  where N is the number of python 2 in the previos command.
  
  I can't help with the video card problem.
  
  Sorry about my poor English.
  
  Bye.

no, you needn't to rebuild everything !
python is just yhe tool to build, it doesn't affect the binaries.

-- 
Stéphane Guedon
page web : http://www.22decembre.eu/
carte de visite : http://www.22decembre.eu/downloads/Stephane-Guedon.vcf
clé publique gpg : http://www.22decembre.eu/downloads/Stephane-Guedon.asc



Re: [gentoo-user] New Install Problems with X

2011-01-04 Thread Mick
On Tuesday 04 January 2011 21:35:08 KIM WHALEN wrote:
 Yes, it looks like I'm using python 3.  I change it to python2.6 and it
 looks like it's emerge'ing without errors.  This should be mentioned in
 the install documentation.  Now do I need to rebuild everything else,
 emerge --empty-tree, now that I switched python interpreters?
 
 # eselect python list
 Available Python interpreters:
[1]   python2.6
[2]   python3.1 *

There's an enotice when you emerge python-3.x which warns about it being 
experimental and not to be used as the default.
-- 
Regards,
Mick


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


Re: [gentoo-user] New Install Problems with X

2011-01-04 Thread Dale

KIM WHALEN wrote:
Yes, it looks like I'm using python 3.  I change it to python2.6 and 
it looks like it's emerge'ing without errors.  This should be 
mentioned in the install documentation.  Now do I need to rebuild 
everything else, emerge --empty-tree, now that I switched python 
interpreters?


# eselect python list
Available Python interpreters:
  [1]   python2.6
  [2]   python3.1 *

Thanks,

--dhk



How did you get python3 enabled?  It shouldn't be enabled.  This from 
the build:


WARNING!
Many Python modules have not been ported yet to Python 3.*.
Python 3 has not been activated and Python wrapper is still configured 
to use Python 2.

You can manually activate Python 3.1 using `eselect python set python3.1`.
It is recommended to currently have Python wrapper configured to use 
Python 2.

Having Python wrapper configured to use Python 3 is unsupported.

The last line is the important part.

Dale

:-)  :-)