Bug 94046 - openoffice.org-1.1.5_1 does not build on 4.11
Summary: openoffice.org-1.1.5_1 does not build on 4.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-openoffice (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 10:10 UTC by Nicolas Rachinsky
Modified: 2006-05-28 11:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Rachinsky 2006-03-03 10:10:06 UTC
make build of editors/openoffice.org-1.1 fails:


[...]
|mkdir -p ../../unxfbsd.pro/misc/registry/schema/org/openoffice/ucb/
|/usr/local/bin/xsltproc -o ../../unxfbsd.pro/misc/registry/schema/org/openoffice/ucb/Store.val \
|	            --stringparam file org/openoffice/ucb/Store \
|	            --stringparam pathSeparator / \
|	            ../../util/schema_val.xsl org/openoffice/ucb/Store.xcs
|CHECKING CONSISTENCY ...
|/usr/local/bin/xsltproc -o ../../unxfbsd.pro/misc/registry/schema/org/openoffice/ucb/Store.san \
|	            --stringparam file org/openoffice/ucb/Store \
|	            --stringparam pathSeparator / \
|	            ../../util/sanity.xsl org/openoffice/ucb/Store.xcs
|/usr/local/bin/xsltproc -o ../../unxfbsd.pro/misc/registry/schema/org/openoffice/ucb/Store.tmp \
|	            ../../util/schema_trim.xsl org/openoffice/ucb/Store.xcs
|cp ../../unxfbsd.pro/misc/registry/schema/org/openoffice/ucb/Store.tmp ../../unxfbsd.pro/misc/registry/schema/org/openoffice/ucb/Store.xcs
|rm -f ../../unxfbsd.pro/misc/registry/schema/org/openoffice/ucb/Store.tmp > /dev/null
|rm -f ../../unxfbsd.pro/misc/registry/schema/org/openoffice/ucb/Store.val > /dev/null
|-------------+ creating locale dependent resource bundles
|mkdir -p ../../unxfbsd.pro/misc/registry/res/de/org/openoffice/
|/usr/local/bin/xsltproc -o ../../unxfbsd.pro/misc/registry/res/de/org/openoffice/Inet.properties \
|	            --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
|Failed to compile predicate
|dmake:  Error code 5, while making '../../unxfbsd.pro/misc/registry/res/de/org/openoffice/Inet.properties'
|---* TG_SLO.MK *---
|
|ERROR: Error 65280 occurred while making /scratch/ports/usr/exported/ports/editors/openoffice.org-1.1/work/OOo_1.1.5/officecfg/registry/schema
|dmake:  Error code 1, while making 'build_all'
|---* TG_SLO.MK *---
|650.524u 210.692s 28:54.29 49.6%	2622+2638k 1701+11222io 1725pf+0w
|Exit 255
|*** Error code 255
|
|Stop in /usr/exported/ports/editors/openoffice.org-1.1.

How-To-Repeat: 
cd /usr/ports/editors/openoffice.org-1.1
make make build
Comment 1 Nicolas Rachinsky 2006-03-03 15:49:23 UTC
I used
WITH_TTF_BYTECODE_ENABLED=YES
WITHOUT_MOZILLA=YES
WITHOUT_JAVA=YES

If I remove WITHOUT_JAVA=YES, the build completes.

Nicolas

-- 
http://www.rachinsky.de/nicolas
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2006-03-03 22:14:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

Over to maintainer(s).
Comment 3 Maho Nakata freebsd_committer freebsd_triage 2006-05-28 11:04:03 UTC
State Changed
From-To: open->closed

Fixed by omitting WITHOUT_JAVA knob. 
Thanks!