So I added libreoffice to package.keywords the other day, but it's not building:
Code: Select all
-----------------------------------------------------------------------
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 65280 occurred while making /var/tmp/portage/app-office/libreoffice
-3.3.0/work/libreoffice-build-3.3.0.4/build/libreoffice-3.3.0.4/xmlsecurity/sour
ce/xmlsec/nss
it seems that the error is inside 'xmlsecurity', please re-run build
inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------
/bin/bash
cd /var/tmp/portage/app-office/libreoffice-3.3.0/work/libreoffice-build-3.3.0.4/build/libreoffice-3.3.0.4
source ./LinuxX86-64Env.Set.sh
cd xmlsecurity
build
when the problem is isolated and fixed exit and re-run 'make' from the top-level
sometimes (sadly) it is necessary to rm -Rf unxlngx6.pro in a module.
make: *** [stamp/build] Error 1
* ERROR: app-office/libreoffice-3.3.0 failed:
* Build failedCode: Select all
/usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/include/g++-v4/bits/stringfwd.h:44: error: template with C linkageI know it looks like a compiler problem, but I did an emerge -e world recently, and LibO was the ONLY package affected by this problem.
Does anyone know what I can do?





