Issue 59882 - W32-4nt: Build fails in postprocess
Summary: W32-4nt: Build fails in postprocess
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-29 22:29 UTC by quetschke
Modified: 2006-01-03 17:12 UTC (History)
2 users (show)

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


Attachments
Patch for checkdeliver.pl (916 bytes, patch)
2005-12-29 22:31 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 2005-12-29 22:29:28 UTC
Note, this is a 4nt build using cygwin's 4nt. The build of m147 fails with:

=============
Building project postprocess
=============
/cygdrive/e/w1/tin_ws/postprocess/checkdeliver
dmake.exe: Executing shell macro: +echo %_cwd
dmake.exe: Executing shell macro: +echo %_4ver
mkout -- version: 1.6
/cygdrive/e/w1/tin_ws/postprocess/checkdeliverdmake.exe: Executing shell macro:
+echo
%@IF[%@LEN[%_DAY%]==1,0%_DAY%,%_DAY%]%@IF[%@LEN[%_MONTH%]==1,0%_MONTH%,%_MONTH%]%_YEAR%
-------------
C:\cygwin\bin\perl checkdeliver.pl
Error: cannot find deliver log files at checkdeliver.pl line 115.
checkdeliver.pl - checking delivered binaries
'---*tg_merge.mk*---'
dmake.exe:  Error code 130, while making '..\wntmsci10.pro\misc\checkdeliver.done'

ERROR: Error 65280 occurred while making
/cygdrive/e/w1/tin_ws/postprocess/checkdeliver

because the glob of cygwin's perl cannot work with backslashes even though
DOS path notation is ok. The following patch fixes this for me.
Comment 1 quetschke 2005-12-29 22:31:36 UTC
Created attachment 32772 [details]
Patch for checkdeliver.pl
Comment 2 rt 2006-01-02 10:04:46 UTC
Accepted.
Comment 3 rt 2006-01-02 10:09:15 UTC
As this
- breaks the build for cygwin 4nt  environment and
- does not change anything for other build configurations
I fixed this on m148 master workspace (dummy CWS src680m148masterfix).
Comment 4 rt 2006-01-02 10:12:20 UTC
Volker,

Please verify and close. Thanks for your patch.

re-open issue and reassign to vq@openoffice.org
Comment 5 rt 2006-01-02 10:12:30 UTC
reassign to vq@openoffice.org
Comment 6 rt 2006-01-02 10:12:33 UTC
reset resolution to FIXED
Comment 7 quetschke 2006-01-02 20:57:54 UTC
code is integrated as tested -> VERIFIED

When http://go-oo.org/tinderbox/SRC680_m148/status.html shows green
I'll close the issue.
Comment 8 quetschke 2006-01-03 17:12:31 UTC
Build finished successful. close