Issue 91385 - windows packing for openofficedevaqchive is broken
Summary: windows packing for openofficedevaqchive is broken
Status: CLOSED WONT_FIX
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: current
Hardware: All Windows, all
: P3 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: joachim.lingner
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-04 16:34 UTC by vg
Modified: 2008-07-07 16:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description vg 2008-07-04 16:34:33 UTC
ERROR: Could not execute "unopkg.exe add --shared --verbose
..\share\extension\install\dict-fr.oxt
-env:UserInstallation=file:///c:/TEMP/ooopackaging/i_22761215176617/wntmsci12.pro
2>&1 |"!
Exitcode: '256'

ERROR: Cannot determine language!
Exception details: 
(com.sun.star.uno.RuntimeException) { { Message = "Cannot determine language!",
Context = (com.sun.star.uno.XInterface) @0 } }

unopkg failed.
Comment 1 joachim.lingner 2008-07-07 16:19:39 UTC
The problem are too long paths (255 chars). This breaks the configuration, which
causes the ucb to malfunction, which makes unopkg fail.

Workaround: using environment variables:
LOCALINSTALLDIR
LOCALUNPACKDIR

for example
set LOCALINSTALLDIR=c:\a
LOCALUNPACKDIR=c:\b
Comment 2 joachim.lingner 2008-07-07 16:20:25 UTC
.