kuro
2018-12-03 10:10:33 UTC
I installed python2.7 at C:\python27(downloaded from
https://www.python.org/downloads/windows/)
As I tried to run gclient sync(after "fetch chromium"), I get error like :
Syncing projects: 100% (94/94), done.
Running hooks: 27% (21/76) gn_win
________ running 'C:\python27\python.exe
src/third_party/depot_tools/download_from_google_storage.py --no_resume
--no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' in
'C:\work\chromium'
0> Failed to fetch file
gs://chromium-gn/e20768d93a6b4400de0d03bb8ceb46facdbe3883 for
src/buildtools/win/gn.exe, skipping. [Err:
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] original error:
open C:\usr\bin\python2.7: The system cannot find the file specified.
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] goroutine 1:
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #0
go.chromium.org/luci/vpython/venv/config.go:348 - venv.hashPath()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] reason: failed
to open interpreter
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #1
go.chromium.org/luci/vpython/venv/config.go:338 - venv.fillRuntime()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #2
go.chromium.org/luci/vpython/venv/config.go:194 - venv.(*Config).makeEnv()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #3
go.chromium.org/luci/vpython/venv/venv.go:150 - venv.With()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] reason: failed
to initialize empty probe environment
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #4
go.chromium.org/luci/vpython/run.go:62 - vpython.Run()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #5
go.chromium.org/luci/vpython/application/application.go:318 -
application.(*application).mainImpl()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #6
go.chromium.org/luci/vpython/application/application.go:402 -
application.(*Config).Main.func1()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #7
go.chromium.org/luci/vpython/application/support.go:46 - application.run()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #8
go.chromium.org/luci/vpython/application/application.go:401 -
application.(*Config).Main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #9
vpython/main.go:93 - main.mainImpl()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #10
vpython/main.go:99 - main.main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #11
runtime/proc.go:201 - runtime.main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #12
runtime/asm_386.s:1324 - runtime.goexit()
]
Downloading 1 files took 1.335000 second(s)
Failed to fetch file
gs://chromium-gn/e20768d93a6b4400de0d03bb8ceb46facdbe3883 for
src/buildtools/win/gn.exe. [Err: [E2018-12-03T19:02:57.773027+09:00 5052 0
annotate.go:241] original error: open C:\usr\bin\python2.7: The system
cannot find the file specified.
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] goroutine 1:
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #0
go.chromium.org/luci/vpython/venv/config.go:348 - venv.hashPath()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] reason: failed
to open interpreter
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #1
go.chromium.org/luci/vpython/venv/config.go:338 - venv.fillRuntime()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #2
go.chromium.org/luci/vpython/venv/config.go:194 - venv.(*Config).makeEnv()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #3
go.chromium.org/luci/vpython/venv/venv.go:150 - venv.With()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] reason: failed
to initialize empty probe environment
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #4
go.chromium.org/luci/vpython/run.go:62 - vpython.Run()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #5
go.chromium.org/luci/vpython/application/application.go:318 -
application.(*application).mainImpl()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #6
go.chromium.org/luci/vpython/application/application.go:402 -
application.(*Config).Main.func1()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #7
go.chromium.org/luci/vpython/application/support.go:46 - application.run()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #8
go.chromium.org/luci/vpython/application/application.go:401 -
application.(*Config).Main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #9
vpython/main.go:93 - main.mainImpl()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #10
vpython/main.go:99 - main.main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #11
runtime/proc.go:201 - runtime.main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #12
runtime/asm_386.s:1324 - runtime.goexit()
]
Error: Command 'C:\\python27\\python.exe
src/third_party/depot_tools/download_from_google_storage.py --no_resume
--no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' returned
non-zero exit status 1 in C:\work\chromium
It seems download_from_google_storage.py trying to use
c:\usr\bin\python2.7(not C:\usr\bin\python2.7.exe, I already tried to move
python27 installation directory to C:\user\bin).
Is there any solution?
https://www.python.org/downloads/windows/)
As I tried to run gclient sync(after "fetch chromium"), I get error like :
Syncing projects: 100% (94/94), done.
Running hooks: 27% (21/76) gn_win
________ running 'C:\python27\python.exe
src/third_party/depot_tools/download_from_google_storage.py --no_resume
--no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' in
'C:\work\chromium'
0> Failed to fetch file
gs://chromium-gn/e20768d93a6b4400de0d03bb8ceb46facdbe3883 for
src/buildtools/win/gn.exe, skipping. [Err:
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] original error:
open C:\usr\bin\python2.7: The system cannot find the file specified.
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] goroutine 1:
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #0
go.chromium.org/luci/vpython/venv/config.go:348 - venv.hashPath()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] reason: failed
to open interpreter
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #1
go.chromium.org/luci/vpython/venv/config.go:338 - venv.fillRuntime()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #2
go.chromium.org/luci/vpython/venv/config.go:194 - venv.(*Config).makeEnv()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #3
go.chromium.org/luci/vpython/venv/venv.go:150 - venv.With()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] reason: failed
to initialize empty probe environment
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #4
go.chromium.org/luci/vpython/run.go:62 - vpython.Run()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #5
go.chromium.org/luci/vpython/application/application.go:318 -
application.(*application).mainImpl()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #6
go.chromium.org/luci/vpython/application/application.go:402 -
application.(*Config).Main.func1()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #7
go.chromium.org/luci/vpython/application/support.go:46 - application.run()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #8
go.chromium.org/luci/vpython/application/application.go:401 -
application.(*Config).Main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #9
vpython/main.go:93 - main.mainImpl()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #10
vpython/main.go:99 - main.main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #11
runtime/proc.go:201 - runtime.main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #12
runtime/asm_386.s:1324 - runtime.goexit()
]
Downloading 1 files took 1.335000 second(s)
Failed to fetch file
gs://chromium-gn/e20768d93a6b4400de0d03bb8ceb46facdbe3883 for
src/buildtools/win/gn.exe. [Err: [E2018-12-03T19:02:57.773027+09:00 5052 0
annotate.go:241] original error: open C:\usr\bin\python2.7: The system
cannot find the file specified.
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] goroutine 1:
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #0
go.chromium.org/luci/vpython/venv/config.go:348 - venv.hashPath()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] reason: failed
to open interpreter
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #1
go.chromium.org/luci/vpython/venv/config.go:338 - venv.fillRuntime()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #2
go.chromium.org/luci/vpython/venv/config.go:194 - venv.(*Config).makeEnv()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #3
go.chromium.org/luci/vpython/venv/venv.go:150 - venv.With()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] reason: failed
to initialize empty probe environment
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241]
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #4
go.chromium.org/luci/vpython/run.go:62 - vpython.Run()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #5
go.chromium.org/luci/vpython/application/application.go:318 -
application.(*application).mainImpl()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #6
go.chromium.org/luci/vpython/application/application.go:402 -
application.(*Config).Main.func1()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #7
go.chromium.org/luci/vpython/application/support.go:46 - application.run()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #8
go.chromium.org/luci/vpython/application/application.go:401 -
application.(*Config).Main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #9
vpython/main.go:93 - main.mainImpl()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #10
vpython/main.go:99 - main.main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #11
runtime/proc.go:201 - runtime.main()
[E2018-12-03T19:02:57.773027+09:00 5052 0 annotate.go:241] #12
runtime/asm_386.s:1324 - runtime.goexit()
]
Error: Command 'C:\\python27\\python.exe
src/third_party/depot_tools/download_from_google_storage.py --no_resume
--no_auth --bucket chromium-gn -s src/buildtools/win/gn.exe.sha1' returned
non-zero exit status 1 in C:\work\chromium
It seems download_from_google_storage.py trying to use
c:\usr\bin\python2.7(not C:\usr\bin\python2.7.exe, I already tried to move
python27 installation directory to C:\user\bin).
Is there any solution?
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/428f75f6-b5d2-41f8-b6a6-2c94f22ba8ea%40chromium.org.
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/428f75f6-b5d2-41f8-b6a6-2c94f22ba8ea%40chromium.org.