Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Issue 72803002: Change the windows bootstrap code to download zips in %TEMP%. (Closed)

Created:
7 years, 1 month ago by M-A Ruel
Modified:
7 years, 1 month ago
Reviewers:
iannucci
CC:
chromium-reviews, Dirk Pranke, cmp-cc_chromium.org, iannucci+depot_tools_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Change the windows bootstrap code to download zips in %TEMP%. It may help when the directory is created at high integrity level. This hypothesis is unconfirmed. TBR=iannucci@chromium.org BUG=241769, 314257 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235149

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -11 lines) Patch
M bootstrap/win/win_tools.bat View 4 chunks +15 lines, -11 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
M-A Ruel
I would have preferred to not TBR it but everyone is still sleeping. I tested ...
7 years, 1 month ago (2013-11-14 16:06:03 UTC) #1
M-A Ruel
Committed patchset #1 manually as r235149.
7 years, 1 month ago (2013-11-14 16:06:24 UTC) #2
M-A Ruel
On 2013/11/14 16:06:24, M-A Ruel wrote: > Committed patchset #1 manually as r235149. Bah, it ...
7 years, 1 month ago (2013-11-14 16:14:14 UTC) #3
M-A Ruel
On 2013/11/14 16:14:14, M-A Ruel wrote: > On 2013/11/14 16:06:24, M-A Ruel wrote: > > ...
7 years, 1 month ago (2013-11-14 16:19:11 UTC) #4
M-A Ruel
7 years, 1 month ago (2013-11-14 17:01:50 UTC) #5
Message was sent while issue was closed.
On 2013/11/14 16:19:11, M-A Ruel wrote:
> On 2013/11/14 16:14:14, M-A Ruel wrote:
> > On 2013/11/14 16:06:24, M-A Ruel wrote:
> > > Committed patchset #1 manually as r235149.
> > 
> > Bah, it didn't help at all:
> > 
> > [-] ADODB.Stream 8007007e: Cannot save file to
> > C:\Users\CHROME~2\AppData\Local\Temp\python275_bin.zip: 
> > ... Failed to checkout python automatically.
> > 
> > According to the interwebs;
> > " The HRESULT 0x8007007E is "The specified module could not be found.".  The
> > module in this case is almost certainly a DLL but whether it is the DLL that
> > implements your component or a DLL that your DLL depends upon we can't
really
> > tell.  However, if we assume that your COM object DLL is properly deployed
and
> > registered the most likely cause is that some other DLL that your DLL
depends
> > upon is missing. "
> > 
> > So I'll spend some quality time on one slave.
> 
> ... and RDP'ing on a slave and running gclient directly works just fine. The
> saga continues.

Tentative fix in https://codereview.chromium.org/72853002

Powered by Google App Engine
This is Rietveld 408576698