Issue 91429 - workaround file locking problems when building windows pch on network volumes
Summary: workaround file locking problems when building windows pch on network volumes
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: ---
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 12:59 UTC by hjs
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hjs 2008-07-07 12:59:10 UTC
the error
----
mkdir /sn ..\wntmsci12\slo\pch
cl @c:\tmp\mk748_1991_4
precompiled_sw.cxx
f:\DEV300\wntmsci12\inc.m22\cppu/unotype.hxx(270) : fatal error C1085: Cannot
write precompiled header file: '..\wntmsci12\slo\pch\precompiled_sw.hxx.pch':
Insufficient system resources exist to complete the requested service.

dmake:  Error code 130, while making '..\wntmsci12\slo\precompiled.pch'
----
isn't caused by lack of diskspace, as the message suggests, but by file
locking/latency problems when building windows pch on network volumes.
Comment 1 hjs 2008-07-07 13:15:16 UTC
introduce the variable NETWORK_BUILD that, if set, triggers building pch files
to a local dir and copying them to their final destination.
Comment 2 oliver.bolte 2008-07-11 10:07:16 UTC
verified.
Comment 3 hjs 2008-07-29 16:04:17 UTC
.