Issue 64429 - W32-4nt: build fails in connectivity/qa/connectivity/tools
Summary: W32-4nt: build fails in connectivity/qa/connectivity/tools
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P2 Trivial (vote)
Target Milestone: OOo 2.0.3
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 03:31 UTC by quetschke
Modified: 2006-06-16 13:19 UTC (History)
1 user (show)

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


Attachments
Patch for connectivity (957 bytes, patch)
2006-04-17 03:33 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 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
.