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!