Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111894 - xsltproc fails to process resource.xsl when LINGUAS = pt_BR
Summary: xsltproc fails to process resource.xsl when LINGUAS = pt_BR
Status: RESOLVED DUPLICATE of bug 105297
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 10:12 UTC by Rafael Ávila de Espíndola
Modified: 2005-11-10 14:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Ávila de Espíndola 2005-11-08 10:12:57 UTC
xsltproc fails to process resource.xsl during the build of OO 1.1.4-r1 and 
consequently the OO build fails. 
  

Reproducible: Always
Steps to Reproduce:
1. export LINGUAS = pt_BR 
2. emerge openoffice 
3. 
 
Actual Results:  
xsltproc fails with:  
/usr/bin/xsltproc  
-o ../../unxlngi4.pro/misc/registry/res/de/org/openoffice/Inet.propertie  
s \  
                    --stringparam locale de \  
                    ../../util/resource.xsl org/openoffice/Inet.xcs  
XPath error : Undefined variable  
compilation error: file ../../util/resource.xsl line 87 element template  
Failed to compile predicate  
XPath error : Undefined variable  
compilation error: file ../../util/resource.xsl line 87 element template 
 

Expected Results:  
successful compilation 

I think that a possible work around is in   
http://lists.freebsd.org/pipermail/freebsd-openoffice/2005-October/001808.html   
   
I am trying to build OO 1.1.5 now and if it fails I will try to make a patch to  
test this work around.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-11-08 10:39:33 UTC
Please, upgrade dev-libs/libxslt to 1.1.15. Reopen, it that does not fix the
problem.

*** This bug has been marked as a duplicate of 105297 ***
Comment 2 Rafael Ávila de Espíndola 2005-11-09 11:08:39 UTC
fails with dev-libs/libxslt 1.1.15 too. 
 
Comment 3 Rafael Ávila de Espíndola 2005-11-10 14:21:44 UTC
fixed in OO 1.1.5 (with dev-libs/libxslt 1.1.15)