Tag: Gentoo

10 aniversario de Gentoo Linux

Revisando el blog de Daniel Robbins (el creador de Gentoo) me entero que mi distribución favorita tiene 10 años de existencia!! Precisamente Daniel hace una recopilación de los eventos ocurridos en el nacimiento de esta distribución para tratar de encontrar el momento exacto en que deberí­a considerarse como el aniversario de Gentoo.

Por lo visto aún no hay un dí­a exacto pero la fecha tiene que ser en última parte del año si consideramos la linea de tiempo que Daniel puso en el post:

http://blog.funtoo.org/2009/06/10th-anniversary-of-gentoo.html

Se esta discutiendo mucho y por lo visto la fecha va a ser el 4 de Octubre que fué la fecha en que el dominio gentoo.org fué registrado. Asi que ya saben todos los fieles usuarios de Gentoo, tenemos motivos para celebrar por nuestra magní­fica distro.

Linux Sea: Un libro sobre Gentoo

Este no es el primer libro que se hace sobre mi distribución favorita, pero si uno hecho por una persona muy comprometida con el proyecto, me refiero a Sven Vermeulen quien ha sido Project Lead para el área de Documentación de Gentoo, un trabajo que hay que decir lo ha cubierto de forma notable, la calida de documentación que tiene Gentoo es bastante difí­cil de encontrar en Internet.

Pues bien, Sven decidió plasmar toda su experiencia y conocimiento en un libro que evidentemente tiene una licencia libre de Creative Commons concretamente la Attribution-Noncommercial-Share Alike 2.0.

El libro se llama Linux Sea y esta en proceso de ser terminado, pueden descargarse el avance en formato PDF:
Linux Sea – PDF

O visitar la versión online en: http://dev.gentoo.org/~swift/linux_sea/

Migrando de Firefox2 a Firefox3 en Gentoo de 64bits

Un amigo que se instalo recientemente Gentoo me comentó que tení­a muchos problemas para usar el firefox en su sistema de 64 bits (como el mí­o), el problema radica en la falta de plugins de 64 bits, asi que si no quieres sufrir mucho dolor lo mas sano es instalar la versión de 32 bits de Mozilla Firefox con el comando
# emerge mozilla-firefox-bin

Hasta allí­ todo perfecto, pero recuerdo que el problema que me reportó esta vez yo también lo sufrí­ cuando traté de migrar de firefox2 al noví­simo firefox3, luego de hacer el emerge todo se compilaba sin problema, no daba ningún error; pero terminada la instalación si intentabas ejecutar firefox obtenias este mensaje:
(firefox-bin:28841): Pango-WARNING **: No builtin or dynamically
loaded modules were found. Pango will not work correctly.
This probably means there was an error in the creation of:
'/etc/pango/pango.modules'
You should create this file by running pango-querymodules.
(firefox-bin:28841): Pango-WARNING **: pango_shape called with bad font, expect ugly output
(firefox-bin:28841): Pango-WARNING **: pango_font_get_glyph_extents called with bad font, expect ugly output
(firefox-bin:28841): Pango-WARNING **: pango_shape called with bad shape_engine, expect ugly output
(firefox-bin:28841): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
(firefox-bin:28841): Pango-CRITICAL **: pango_font_describe: assertion `font != NULL' failed
/opt/firefox/crashreporter: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Haciendo caso al mensaje ejecutas:
# pango-querymodules
Pero el problema no se soluciona, probé haciendo un emerge a pango y tampoco es la solución. Al final todo indicaba que el problema esta en libgconf que no podí­a ser encontrada, asi que lo tienes que hacer es verificar que esta librerí­a exista en tu directorio /lib32/

Si no existe tienes 2 opciones:
– Copiarla de cualquier sistema linux de 32 bits
– Instalarte un set básico de librerí­as para sistemas de 32 bits que ya vienen precompiladas, esta es por mucho tu mejor opción, para ser feliz solo ejecuta:
# emerge emul-linux-x86-gtklibs
y cuando termine ejecutas:
# ldconfig

Y eso es todo, el mundo fué salvado una vez mas 🙂

Gentoo 2008.0 released!

Gentoo es mi distribución favorita y acaba de publicarse la última versión denominada Gentoo 2008.0

Entre las novedades podemos encontrar:
* Updated installer: The installer now only performs networkless installations using the packages and ebuild tree on the LiveCD. It also contains numerous fixes for extended and logical partitions.
* Improved hardware support: Moving to the 2.6.24 kernel added many new drivers for hardware released since the 2007.0 release.
* Complete rework of profiles: Restructuring profiles allowed significant cleanup of redundancies, reducing developer maintenance and confusion. The difference for you is that profiles now appear in /usr/portage/profiles/ under default/linux/ instead of default-linux/. See the upgrading guide for more details.
* Xfce instead of GNOME on the LiveCD: To save space, the LiveCDs switched to the smaller Xfce environment. This means that a binary installation using the LiveCD will install Xfce, but you’re still free to build GNOME or KDE from source.
* No LiveDVDs on x86 or amd64: In the interest of getting the release out, the release engineering team decided to postpone LiveDVDs because of problems in their generation. They may show up later—if so, we’ll let you know.
* Updated packages: Highlights of the 2008.0 release include Portage 2.1.4.4, a 2.6.24 kernel, Xfce 4.4.2, gcc 4.1.2 and glibc 2.6.1.

Nuevo instalador, nuevo kernel, XFCE para el LiveCD, cambio en los profiles, suena bien, esta noche lo dejo upgradeando 😀