Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The system cannot find the path specified #306

Open
yiwuaaa opened this issue Dec 24, 2023 · 0 comments
Open

The system cannot find the path specified #306

yiwuaaa opened this issue Dec 24, 2023 · 0 comments

Comments

@yiwuaaa
Copy link

yiwuaaa commented Dec 24, 2023

When I run python3 build.py:The system cannot find the path specified.
Looks like a gclient sync error.
Help me, please.

INFO: Cloning gn
Cloning into 'build\src\uc_staging\gn'...
remote: Total 32636 (delta 17202), reused 32636 (delta 17202)
Receiving objects: 100% (32636/32636), 33.16 MiB | 20.88 MiB/s, done.
Resolving deltas: 100% (17202/17202), done.
INFO: Running gsync
The system cannot find the path specified.
Traceback (most recent call last):
File "C:\Program Files\Microsoft Visual Studio\2022\Community\ungoogled-chromium-windows\ungoogled-chromium\utils\clone.py", line 294, in
main()
File "C:\Program Files\Microsoft Visual Studio\2022\Community\ungoogled-chromium-windows\ungoogled-chromium\utils\clone.py", line 290, in main
clone(args)
File "C:\Program Files\Microsoft Visual Studio\2022\Community\ungoogled-chromium-windows\ungoogled-chromium\utils\clone.py", line 124, in clone
run([str(gcpath), 'sync', '-f', '-D', '-R', '--no-history', '--nohooks'], check=True)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['build\src\uc_staging\depot_tools\gclient.bat', 'sync', '-f', '-D', '-R', '--no-history', '--nohooks']' returned non-zero exit status 1.
Traceback (most recent call last):
File "C:\Program Files\Microsoft Visual Studio\2022\Community\ungoogled-chromium-windows\build.py", line 257, in
main()
File "C:\Program Files\Microsoft Visual Studio\2022\Community\ungoogled-chromium-windows\build.py", line 179, in main
subprocess.run([sys.executable, str(Path('ungoogled-chromium', 'utils', 'clone.py')), '-o', 'build\src', '-p', 'win32' if args.x86 else 'win64'], check=True)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['C:\Users\Administrator\AppData\Local\Programs\Python\Python39\python3.exe', 'ungoogled-chromium\utils\clone.py', '-o', 'build\src', '-p', 'win64']' returned non-zero exit status 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant