Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210892

Summary: app-office/openoffice-2.3.1: Build fails due to missing dev-libs/icu dependecy
Product: Gentoo Linux Reporter: Patrick Libby <patrick.libby>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Patrick Libby 2008-02-20 16:30:11 UTC
Open office fails to build on amd64 with error:

...
checking for genbrk... no
configure: error: \genbrk\ not found in $PATH, install the icu development tool \genbrk""
...

FIX: Emerge dev-libs/icu and retry openoffice build

Reproducible: Always

Steps to Reproduce:
1. $> emerge app-office/openoffice
2. Wait patiently

Actual Results:  
Build Crashes with error:

checking for genbrk... no
configure: error: \genbrk\ not found in $PATH, install the icu development tool \genbrk""
make: *** [stamp/build] Error 1
 * 
 * ERROR: app-office/openoffice-2.3.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 5392:  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/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-2.3.1/temp/environment'.
 * 
!!! When you file a bug report, please include the following information:
GENTOO_VM=blackdown-jdk-1.4.2  CLASSPATH="" JAVA_HOME="/opt/blackdown-jdk-1.4.2.03"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
and of course, the output of emerge --info

Expected Results:  
OpenOffice builds successfully

To fix, first emerge dev-libs/icu then emerge app-office/openoffice
Comment 1 Patrick Libby 2008-02-20 16:37:03 UTC
Created attachment 144128 [details]
emerge --info

Emerge --info for affected computer
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-02-20 19:13:00 UTC

*** This bug has been marked as a duplicate of bug 206889 ***