Re: [gentoo-user] Installing gentoo - First emerge

2014-03-07 Thread the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 03/07/14 21:21, Facundo Curti wrote:
 Hi list! It is the second time i'm going to install gentoo, im not
 an expert but I know basics :P
 
 I'm ok until 6.c - (optional) Use systemd Then I follow the wiki
 [1].
 
 But the real problem is that, when I want to install systemd or vim
 (any of these), emerge want to install 119 dependencies, and this
 give me dependencies errors. I can solve the dependencies, but
 another apareace, I solve that, and another... Until one I cant
 solve anymore... :/
 
 Any way, I can't understand why portage want to install 119 packets
 just for vim!
 
 Here is the portage installing vim: http://bpaste.net/show/186190/ 
 And  here installing systemd: http://bpaste.net/show/186195/
 
 emerge Is trying to install x. ¿why? This package for example, I
 think is unnecesary for my system... 
 x11-drivers/xf86-video-ati-7.2.0 USE=-glamor -udev 806 kB
 
 Here my lspci: http://bpaste.net/show/186196/
 
 And my make.conf: http://bpaste.net/show/186197
probably because you have X in uses.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCAAGBQJTGgNdAAoJEK64IL1uI2hajQsH/0qxuxzP5itmZfAo7NpS0/oD
kc7HyBj+SKNTwRuVuiXwdk76ooKl1qn3yERUGVISKKEeiiPfOuPBgdmDmTZXy3J9
33o+tbaYvEnrsOqkG7f7pmjBPPj+yrekfVegT0hWo+Nze8movUB2bjndPwcn9N+a
aysLKtcSQ1k0cGw1IBJQueiFyBpEBozKpi175r+9PqDBvObe1xoShWJcJ12C84CG
a05U1yVWQxulQZD1SKf2iyYGb3wWN9mA+uys9m9j1eylhIuhQOL2YcDqZ+bOv18k
WRfdleLtGXdI8sFAByTUARkbQ0yyV5lzwmSTu6VxEn3q8NiA6fhNvE4aDJaoRWc=
=Vh3O
-END PGP SIGNATURE-



Re: [gentoo-user] Installing gentoo - First emerge

2014-03-07 Thread Canek Peláez Valdés
On Fri, Mar 7, 2014 at 11:21 AM, Facundo Curti facu.cu...@gmail.com wrote:
 Hi list! It is the second time i'm going to install gentoo, im not an expert
 but I know basics :P

Hi Facundo.

[snip]

 But the real problem is that, when I want to install systemd or vim (any of
 these), emerge want to install 119 dependencies, and this give me
 dependencies errors.

The first time you install Gentoo, it's relatively easy to get cyclic
dependencies since you have only the minimal set of packages installed
(this set is called @system, BTW). Try this:

USE=-doc -X emerge -pv systemd vi

I'm sure most of the cyclic dependencies will break, and for the first
leg of the installation you don't need X nor documentation.

Did you selected a profile different from the default one?

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Installing gentoo - First emerge

2014-03-07 Thread Canek Peláez Valdés
On Fri, Mar 7, 2014 at 12:11 PM, Facundo Curti facu.cu...@gmail.com wrote:

[ snip ]

 Thank you sp much!! :) This solves everything!

This is only for the first leg; afterwards (when you have more basics
installed), you can return to the profile you want. Just do an emerge
-uDNv world after switching.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Installing gentoo - First emerge

2014-03-07 Thread Facundo Curti
2014-03-07 14:49 GMT-03:00 Canek Peláez Valdés can...@gmail.com:

 On Fri, Mar 7, 2014 at 11:21 AM, Facundo Curti facu.cu...@gmail.com
 wrote:
  Hi list! It is the second time i'm going to install gentoo, im not an
 expert
  but I know basics :P

 Hi Facundo.

 [snip]

  But the real problem is that, when I want to install systemd or vim (any
 of
  these), emerge want to install 119 dependencies, and this give me
  dependencies errors.

 The first time you install Gentoo, it's relatively easy to get cyclic
 dependencies since you have only the minimal set of packages installed
 (this set is called @system, BTW). Try this:

 USE=-doc -X emerge -pv systemd vi

 I'm sure most of the cyclic dependencies will break, and for the first
 leg of the installation you don't need X nor documentation.

 Did you selected a profile different from the default one?

First I was using desktop profile, after problems, I  returned to default
one.


 Regards.
 --
 Canek Peláez Valdés
 Posgrado en Ciencia e Ingeniería de la Computación
 Universidad Nacional Autónoma de México


Thank you sp much!! :) This solves everything!