| View previous topic :: View next topic |
| Author |
Message |
IRQsRFun Apprentice

Joined: 02 May 2003 Posts: 194 Location: Somewhere between .3 and .7 Vdd
|
Posted: Sun Feb 03, 2008 2:00 am Post subject: openoffice-2.3.1-r1 prerequisites (solved) |
|
|
When I tried emerging openoffice 2.3.1-r1 from openoffice 2.3.1 I get an error in the prerequisites.
| Code: |
********************************************************************
* *
* OpenOffice.org build configuration. *
* *
* The configure process checks your platform to see whether *
* you can build OpenOffice.org on it. *
* This process checks all pre-requisites and generates a file *
* containing the necessary environment variables. *
* Source this file after configure has ended successfully. *
* *
* Any warning that is generated during the configure process *
* must be taken into account since it can be a reason for *
* an unsuccessful build of OpenOffice.org *
* *
********************************************************************
********************************************************************
* *
* Checking the platform pre-requisites. *
* *
********************************************************************
checking for gawk... gawk
checking for gawk... /bin/gawk
checking for sed... /bin/sed
checking for solenv environment... default
.
.
.
.
.
.
.
checking whether to build LDAP configuration backend... no
checking which mozilla to use... none
checking which sane header to use... internal
checking which icu to use... external
checking for unicode/rbbi.h... checked.
checking for genbrk... /usr/bin/genbrk
checking for genccode... /usr/sbin/genccode
checking for gencmn... /usr/sbin/gencmn
checking ICU version... OK
checking whether setBreakType is public... configure: error: no. You need a patched ICU wi
th this function public:
make: *** [stamp/build] Error 1
*
* ERROR: app-office/openoffice-2.3.1-r1 failed.
* Call stack:
* ebuild.sh, line 1701: Called dyn_compile
* ebuild.sh, line 1039: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* openoffice-2.3.1-r1.ebuild, line 339: Called die
* The specific snippet of code:
* make || die "Build failed"
* The die message:
* Build failed
*
* 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.3.1-r1/tem
p/build.log'.
|
For now, I am going to mask out 2.3.1-r1, but I do not like to let issues like this fester. I already did a search in the gentoo forums (past 2 months) and open bug reports an did not find anything I though was relevant.
Last edited by IRQsRFun on Sun Feb 03, 2008 7:47 pm; edited 1 time in total |
|
| Back to top |
|
 |
tharasix n00b

Joined: 06 Aug 2003 Posts: 38 Location: Minneapolis, MN
|
Posted: Sun Feb 03, 2008 7:09 am Post subject: |
|
|
| Emerge dev-libs/icu with ~arch. I'm running an amd64 arch, and the latest icu in ~amd64 was 3.8.1. Once that was installed, OO.o started compiling. It looks like the OO.o ebuild maintainers missed the icu version dependency. |
|
| Back to top |
|
 |
bunder Bodhisattva


Joined: 10 Apr 2004 Posts: 5213 Location: Hamilton, Ontario
|
Posted: Sun Feb 03, 2008 7:20 am Post subject: |
|
|
Moved from Desktop Environments to Portage & Programming. _________________ goodbye fgo. it was nice knowing you. |
|
| Back to top |
|
 |
tharasix n00b

Joined: 06 Aug 2003 Posts: 38 Location: Minneapolis, MN
|
Posted: Sun Feb 03, 2008 7:21 am Post subject: |
|
|
| Bug 208669 opened for this issue. |
|
| Back to top |
|
 |
IRQsRFun Apprentice

Joined: 02 May 2003 Posts: 194 Location: Somewhere between .3 and .7 Vdd
|
Posted: Sun Feb 03, 2008 7:47 pm Post subject: thanks |
|
|
| Thank you. From what I read in 208669 the ebuild has been corrected. Everything seems to building after unmasking dev-libs/icu wth ~arch (~amd64 in my case) as indicated when I try to emerge openoffice. |
|
| Back to top |
|
 |
|