View previous topic :: View next topic |
Author |
Message |
hawk__0 Tux's lil' helper
Joined: 01 Mar 2008 Posts: 76
|
Posted: Sat Jul 05, 2008 7:38 pm Post subject: Open Office wont compile [SOLVED] |
|
|
I'm trying to install the new open office, and:
Code: | *
*
* ERROR: app-office/openoffice-2.4.1 failed.
* Call stack:
* ebuild.sh, line 49: Called pkg_setup
* openoffice-2.4.1.ebuild, line 210: Called built_with_use 'pkg_setup' 'pkg_setup'
* eutils.eclass, line 1729: Called die
* The specific snippet of code:
* die) die "$PKG does not actually support the $1 USE flag!";;
* The die message:
* dev-lang/python-2.4.4-r9 does not actually support the threads USE flag!
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/app-office/openoffice-2.4.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-2.4.1/temp/die.env'.
*
!!! 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
* Messages for package app-office/openoffice-2.4.1:
*
* ERROR: app-office/openoffice-2.4.1 failed.
* Call stack:
* ebuild.sh, line 49: Called pkg_setup
* openoffice-2.4.1.ebuild, line 210: Called built_with_use 'pkg_setup' 'pkg_setup'
* eutils.eclass, line 1729: Called die
* The specific snippet of code:
* die) die "$PKG does not actually support the $1 USE flag!";;
* The die message:
* dev-lang/python-2.4.4-r9 does not actually support the threads USE flag!
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/app-office/openoffice-2.4.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-2.4.1/temp/die.env'.
*
|
I've tried messing with my use flags and it doesn't seem to matter what I do I always get this. How can I resolve this problem?
Last edited by hawk__0 on Sun Jul 06, 2008 1:10 am; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Sat Jul 05, 2008 8:29 pm Post subject: |
|
|
hawk__0,
The key bit is
Code: | dev-lang/python-2.4.4-r9 does not actually support the threads USE flag |
Open /etc/portage/package.use and add one line Code: | dev-lang/python -threads | to turn off threading for python.
to rebuild it.
Now try OpenOffice again _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
hawk__0 Tux's lil' helper
Joined: 01 Mar 2008 Posts: 76
|
Posted: Sat Jul 05, 2008 9:09 pm Post subject: |
|
|
Thank for the help, but I ran this:
Code: | emerge -1 python && USE="en_US" emerge openoffice
|
and then got the same error
python compiled too, by the way.
EDIT:
fixed, it NEEDED threads support in python, so i recompiled it with threads support so it works now |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|