jeudi 24 janvier 2013

Upgrading udev-171-r9 to udev-197-r3 on Gentoo


Bonjour à tous.
Si vous avez des soucis pour upgradez udev.Vous pouvez allez voir ce blog très bien fait : http://blog.yjl.im/2013/01/upgrading-udev-171-r9-to-udev-197-r3-on.html
Il vous expliquera comment migrer de version.

mardi 15 janvier 2013

Problem emerging firefox-10.0.11 with libpng


Problème :


Récemment, j'ai eu un problème en compilant firefox 10.0.11
Le problème était le suivant :

[i]checking for png_get_acTL in -lpng... yes
configure: error: --with-system-png requested but no working libpng found
*** Fix above errors and then restart with               "make -f client.mk build"
make[2]: *** [configure] Error 1
make[2]: Leaving directory `/var/tmp/portage/www-client/firefox-10.0.11/work/mozilla-esr10'
make[1]: *** [obj-i686-pc-linux-gnu/Makefile] Error 2
make[1]: Leaving directory `/var/tmp/portage/www-client/firefox-10.0.11/work/mozilla-esr10'
make: *** [build] Error 2
emake failed
 * ERROR: www-client/firefox-10.0.11 failed (compile phase):
 *   emake failed
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 7029:  Called die
 * The specific snippet of code:
 *           CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" MOZ_MAKE_FLAGS="${MAKEOPTS}" emake -f client.mk || die "emake failed";
 *
 * If you need support, post the output of `emerge --info '=www-client/firefox-10.0.11'`,
 * the complete build


Solution :

Il y a avait un conflit avec une version antérieur de libpng.
Pour résoudre le problème, j'ai fait le ménage de tout ce qui concernait libpng dans /usr/local/include et usr/local/lib.Merci à ssuominenpour m'avoir aider à résoudre ce problème :  http://forums.gentoo.org/viewtopic-p-7215412.html#7215412

jeudi 10 janvier 2013

Installation d'enlightenment 0.17

Si vous voulez installer la dernière version d'enlightenment (0.17), vous pouvez aller sur le wiki de gentoo-fr. Cette procédure est très bien faite et vous permettra d'installer E17 sans problème : 
http://www.gentoo-fr.org/projects/gentoo-fr/wiki/Enlightenment

mardi 8 janvier 2013

LibreOffice File not recognized: File truncated


Problème :

J'ai eu le problème ci-dessous lors du build de libreoffice.J'ai essayé d'effacer et le package et refaire un emerge mais sans succès :

[ build CXX ] stoc/source/corereflection/crarray.cxx
[ build CXX ] stoc/source/corereflection/crbase.cxx
[ build CXX ] stoc/source/corereflection/crcomp.cxx
[ build CXX ] stoc/source/corereflection/crefl.cxx
[ build CXX ] stoc/source/corereflection/crenum.cxx
[ build CXX ] stoc/source/corereflection/criface.cxx
[ build LNK ] Library/reflection.uno.so
/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3/workdir/unxlngi6.pro/CxxObject/stoc/source/corereflection/crenum.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[2]: *** [/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3/workdir/unxlngi6.pro/LinkTarget/Library/reflection.uno.so] Error 1

-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 512 occurred while making /var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3/stoc/prj

 it seems that the error is inside 'stoc', please re-run build
 inside this module to isolate the error and/or test your fix:

build_error.log should contain the captured output of the failed module(s)

-----------------------------------------------------------------------
To rebuild a specific module:

make stoc.clean # optional
make stoc

when the problem is isolated and fixed, re-run 'make'
make[1]: *** [build-packimages] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3'
make: *** [build] Error 2
 * ERROR: app-office/libreoffice-3.6.4.3 failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 8981:  Called die
 * The specific snippet of code:
 *       make build || die
 *
 * If you need support, post the output of `emerge --info '=app-office/libreoffice-3.6.4.3'`,
 * the complete build log and the output of `emerge -pqv '=app-office/libreoffice-3.6.4.3'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=  CLASSPATH="" JAVA_HOME="/etc/java-config-2/current-system-vm"
JAVACFLAGS="" COMPILER=""
and of course, the output of emerge --info
 * The complete build log is located at '/var/tmp/portage/app-office/libreoffice-3.6.4.3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/libreoffice-3.6.4.3/temp/environment'.
 * Working directory: '/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3'
 * S: '/var/tmp/portage/app-office/libreoffice-3.6.4.3/work/libreoffice-core-3.6.4.3'

Solution :

Vous avez juste à effacer les data dans le répertoire cache. Par exemple, si vous avez CCache, c'est probablement paramétrer dans make.conf avec CCACHE_DIR="/var/tmp/ccache".
Ce blog explique de manière plus détaillée ce problème : http://fossdev.blogspot.fr/2011/08/file-not-recognized-file-truncated.html



PoweredByGento