Issue 85208

Summary: W32-4nt build fails in instsetoo_native
Product: Build Tools Reporter: quetschke
Component: solenvAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P2 CC: ingo.schmidt-rosbiegal, issues, nospam4obr, vladimir.glazounov
Version: current   
Target Milestone: OOo 3.0   
Hardware: PC   
OS: Windows, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch for solenv/bin none

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
.