Issue 85208 - W32-4nt build fails in instsetoo_native
Summary: W32-4nt build fails in instsetoo_native
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: PC Windows, all
: P2 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-14 00:29 UTC by quetschke
Modified: 2008-05-06 11:50 UTC (History)
4 users (show)

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


Attachments
Patch for solenv/bin (2.37 KB, patch)
2008-01-14 04:42 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2008-01-14 00:29:19 UTC
SRC680_m241 fails in instsetoo_native, a relevant logfile snippt follows below.
The problem stems from guw.exe being used in a 4nt build. I am testing a patch
now.

log:
...
Unzip ARCHIVE files
services.rdb can be created
Languages:
	de
########################################################
... checking required files ...
sh: guw.exe: command not found
sh: guw.exe: command not found

**************************************************
ERROR: zip.exe not found
**************************************************
...
Comment 1 quetschke 2008-01-14 04:41:46 UTC
I found another issue with DOS paths with backslashes passed to gen_update_info.pl

The following patch fixes both problems and the build of instsetoo_native finishes.
Comment 2 quetschke 2008-01-14 04:42:51 UTC
Created attachment 50839 [details]
Patch for solenv/bin
Comment 3 ingo.schmidt-rosbiegal 2008-02-27 14:57:24 UTC
adding cc's
Comment 4 quetschke 2008-02-29 19:07:48 UTC
Committed to nowrapcmd2. Please verify.
Comment 5 hjs 2008-03-04 18:43:25 UTC
just for curiosity:
why -dp and not -mp ?
Comment 6 quetschke 2008-03-05 03:33:09 UTC
I was just replacing `guw` and using `cygpath -dp` was the closed match. Using -mp
would probably also work fine.
Comment 7 hjs 2008-05-06 11:50:22 UTC
.