Issue 64429

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

Description quetschke 2006-04-17 03:31:06 UTC
The m163 build fails for W32-4nt with:

dmake.exe: Executing shell macro: $(FIND) .$/*.java
/usr/bin/find: .*.java: No such file or directory
dmake.exe:  Error code 129, while making 'Shell escape'

ERROR: Error 65280 occurred while making
/cygdrive/d/w1/tin_4ws/connectivity/qa/connectivity/tools

$(FIND) is a cygwin command that interprets \* as just *. This code
isn't new, I don't know why it started to fail now. Patch follows.
Comment 1 quetschke 2006-04-17 03:33:14 UTC
Created attachment 35752 [details]
Patch for connectivity
Comment 2 quetschke 2006-04-17 03:34:37 UTC
Will commit to vq30 after testing.

@ause: Can you check that this works with your build environment?
Comment 3 quetschke 2006-04-17 16:21:43 UTC
Works for W32-tcsh and W32-4nt. Committed to vq30. (Build breaker: Prio 2)

@ause: Please verify
Comment 4 hjs 2006-04-26 11:18:57 UTC
.
Comment 5 hjs 2006-04-26 17:56:59 UTC
limit to one shell escape for find
Comment 6 hjs 2006-06-16 13:19:28 UTC
.