Issue 62624 - Parallel build breaks in cli_ure
Summary: Parallel build breaks in cli_ure
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0.3
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-27 19:20 UTC by quetschke
Modified: 2006-04-20 12:28 UTC (History)
2 users (show)

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


Attachments
Workaround patch for cli_ure (787 bytes, patch)
2006-02-28 00:15 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-02-27 19:20:50 UTC
Found in OOB680_m5/W32-tcsh/dmake43p01:

A "build --all -- -P2" breaks in cli_ure/unotypes with:
<http://go-oo.org/tinderbox/gunzip.cgi?tree=OOB680_m5&brief-log=1141061252.20441#err6>

That link will vanish in a few days, here is a copy of the significant part:
(Sorry, but I can only access the tinderbox output ATM)

102995        guw.pl link /COMMENT:"cli_ure_680__"  /MACHINE:IX86 @/tmp/mkIWbyVI
102996        Making: ../../wntmsci10.pro/bin/climaker.exe
102997        Microsoft (R) Incremental Linker Version 7.10.3077
102998        Copyright (C) Microsoft Corporation.  All rights reserved.
102999        
103000        /MAP /OPT:NOREF /NODEFAULTLIB /RELEASE /DEBUG:full
/SUBSYSTEM:CONSOLE /BASE:0x1b000000 -out:../../wntmsci10.pro/bin/climaker.exe
-map:../../wntmsci10.pro/misc/climaker.map
..\..\wntmsci10.pro\obj\climaker_emit.obj
..\..\wntmsci10.pro\obj\climaker_app.obj icppuhelper.lib icppu.lib isal.lib
mscoree.lib msvcrt.lib uwinapi.lib kernel32.lib user32.lib oldnames.lib
stlport_vc71.lib 
103001        /cygdrive/d/w1/tin_ws/cli_ure/unotypes
103002        mkout -- version: 1.6
103003        /cygdrive/d/w1/tin_ws/cli_ure/unotypes
103004        dmake: Executing shell macro: date +%d%m%Y
103005        guw.pl ../wntmsci10.pro/bin/climaker.exe  \
103006        		--out ../wntmsci10.pro/bin/cli_types.dll \
103007                        --keyfile ../wntmsci10.pro/bin/cliuno.snk \
103008        		--assembly-version "1.1.2.0" \
103009        		--assembly-description "This assembly contains metadata for the
StarOffice/OpenOffice.org API." \
103010        		--assembly-company "OpenOffice.org" \
103011        		/cygdrive/d/w1/tin_ws/solver/680/wntmsci10.pro/bin/types_doc.rdb
103012        cp cli_types.config ../wntmsci10.pro/bin  
103013        -------------
103014        guw.pl AL.exe -out:../wntmsci10.pro/bin/policy.1.1.cli_types.dll \
103015        			-version:2.0.0.0 \
103016        			-keyfile:../wntmsci10.pro/bin/cliuno.snk \
103017        			-link:cli_types.config
103018        Microsoft (R) Assembly Linker version 7.10.3077
103019        for Microsoft (R) .NET Framework version 1.1.4322
103020        Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
103021        
103022        
103023NEXT    > error: .NET exception occured: System.IO.IOException: The
process cannot access the file
"d:\w1\tin_ws\cli_ure\wntmsci10.pro\bin\cliuno.snk" because it is being used by
another process.

103024           at System.IO.__Error.WinIOError(Int32 errorCode, String str)

103025           at System.IO.FileStream..ctor(String path, FileMode mode,
FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String
msgPath, Boolean bFromProxy)

103026           at System.IO.FileStream..ctor(String path, FileMode mode)

103027           at sal_main(Int32 argc, SByte** argv)
103028NEXT    > dying abnormally...dmake:  Error code 1, while making
´../wntmsci10.pro/bin/cli_types.dll´
103029        
103030NEXT    ERROR: Error 65280 occurred while making
/cygdrive/d/w1/tin_ws/cli_ure/unotypes
103031        ---* tg_merge.mk *---
Comment 1 hjs 2006-02-27 19:33:37 UTC
.
Comment 2 quetschke 2006-02-28 00:15:26 UTC
Created attachment 34499 [details]
Workaround patch for cli_ure
Comment 3 quetschke 2006-02-28 00:17:37 UTC
The previous patch works around the problem that climaker seems to lock cliuno.snk.
Comment 4 quetschke 2006-03-07 18:33:58 UTC
Committed to vq29.

I also created issue 62886 to investigate the root cause of the problem, but
this fixes the build for now.

@ause: Please verify!
Comment 5 hjs 2006-04-20 12:28:37 UTC
.