Discussion:
[chromium-discuss] Chromium Build
l***@gmail.com
2018-06-19 08:59:38 UTC
Permalink
Can someone help me install chromium ? I've been trying for the past week
without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but if i
run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
PhistucK
2018-06-19 09:17:29 UTC
Permalink
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?

☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the past week
without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but if i
run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
PhistucK
2018-06-19 13:03:41 UTC
Permalink
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.

☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the past week
without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but if i
run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dan Med
2018-06-20 11:00:39 UTC
Permalink
I’m going to give you full details this PM, I’m busy atm.
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the past
week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but if
i run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dan Med
2018-06-22 16:21:06 UTC
Permalink
Okay these are all the steps i've already done, i've created 2 directories:
The first one is the depot_tools directory where i have extraced the zip
file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside it the
following command "where python" which it didn't work, giving me a error
saying the format wasn't correct, but then i ran the command inside the
depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it still
didn't work, but running it inside the depot_tools directory, it seems to
work.
The second one is the chromium folder, which i've created running the fetch
command, but i had one issue, which was that i had to specify from the
command prompt, that it should execute the command from the depot_tools
into the chromium directory, i think this was the first sign something
isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does say the
following error:
gn isn't recognized as a command internal or external or as a executable
file / batch.
I'm still stuck at this point unable to complete the build. (I've tried to
install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the past
week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but if
i run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Torne (Richard Coles)
2018-06-22 18:10:34 UTC
Permalink
If you can't run all the commands from depot_tools without being in the
depot_tools directory then you haven't added it to your PATH correctly. Fix
your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced the zip
file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside it the
following command "where python" which it didn't work, giving me a error
saying the format wasn't correct, but then i ran the command inside the
depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it still
didn't work, but running it inside the depot_tools directory, it seems to
work.
The second one is the chromium folder, which i've created running the
fetch command, but i had one issue, which was that i had to specify from
the command prompt, that it should execute the command from the depot_tools
into the chromium directory, i think this was the first sign something
isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does say
gn isn't recognized as a command internal or external or as a executable
file / batch.
I'm still stuck at this point unable to complete the build. (I've tried to
install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the past
week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but if
i run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dan Med
2018-06-22 18:13:36 UTC
Permalink
This is how my PATH is constructed, btw inside PATH i saw that python
appeard twice so i added it to both like this:
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPython\Python36-32\
Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in the
depot_tools directory then you haven't added it to your PATH correctly. Fix
your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced the zip
file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside it
the following command "where python" which it didn't work, giving me a
error saying the format wasn't correct, but then i ran the command inside
the depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it still
didn't work, but running it inside the depot_tools directory, it seems to
work.
The second one is the chromium folder, which i've created running the
fetch command, but i had one issue, which was that i had to specify from
the command prompt, that it should execute the command from the depot_tools
into the chromium directory, i think this was the first sign something
isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does say
gn isn't recognized as a command internal or external or as a executable
file / batch.
I'm still stuck at this point unable to complete the build. (I've tried
to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the past
week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but
if i run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Torne (Richard Coles)
2018-06-22 18:15:51 UTC
Permalink
run "echo %PATH%' from your command prompt to check what it's actually set
to. You need to log in again, or reboot, after changing it in windows
before it has any effect, so if you just set the PATH it won't be working
yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that python
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPython\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in the
depot_tools directory then you haven't added it to your PATH correctly. Fix
your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced the zip
file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside it
the following command "where python" which it didn't work, giving me a
error saying the format wasn't correct, but then i ran the command inside
the depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it still
didn't work, but running it inside the depot_tools directory, it seems to
work.
The second one is the chromium folder, which i've created running the
fetch command, but i had one issue, which was that i had to specify from
the command prompt, that it should execute the command from the depot_tools
into the chromium directory, i think this was the first sign something
isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does say
gn isn't recognized as a command internal or external or as a executable
file / batch.
I'm still stuck at this point unable to complete the build. (I've tried
to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the past
week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but
if i run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it,
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dan Med
2018-06-23 06:50:17 UTC
Permalink
i see the depot_tools inside , i've already performed several reeboots but
it still doesn't work
Post by Torne (Richard Coles)
run "echo %PATH%' from your command prompt to check what it's actually set
to. You need to log in again, or reboot, after changing it in windows
before it has any effect, so if you just set the PATH it won't be working
yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that python
C:\src\depot_tools;C:\Users\Admin\AppData\Local\
ProgramsPython\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\
Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in the
depot_tools directory then you haven't added it to your PATH correctly. Fix
your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced the
zip file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside it
the following command "where python" which it didn't work, giving me a
error saying the format wasn't correct, but then i ran the command inside
the depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it still
didn't work, but running it inside the depot_tools directory, it seems to
work.
The second one is the chromium folder, which i've created running the
fetch command, but i had one issue, which was that i had to specify from
the command prompt, that it should execute the command from the depot_tools
into the chromium directory, i think this was the first sign something
isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does say
gn isn't recognized as a command internal or external or as a
executable file / batch.
I'm still stuck at this point unable to complete the build. (I've tried
to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the past
week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work but
if i run it inside the depot_tools directory it prints out a file.bat as
supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it,
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dan Med
2018-06-24 08:36:09 UTC
Permalink
Can anyone help me ?
Post by dan Med
i see the depot_tools inside , i've already performed several reeboots but
it still doesn't work
Post by Torne (Richard Coles)
run "echo %PATH%' from your command prompt to check what it's actually
set to. You need to log in again, or reboot, after changing it in windows
before it has any effect, so if you just set the PATH it won't be working
yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that python
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPython\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in the
depot_tools directory then you haven't added it to your PATH correctly. Fix
your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced the
zip file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside it
the following command "where python" which it didn't work, giving me a
error saying the format wasn't correct, but then i ran the command inside
the depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it still
didn't work, but running it inside the depot_tools directory, it seems to
work.
The second one is the chromium folder, which i've created running the
fetch command, but i had one issue, which was that i had to specify from
the command prompt, that it should execute the command from the depot_tools
into the chromium directory, i think this was the first sign something
isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does
gn isn't recognized as a command internal or external or as a
executable file / batch.
I'm still stuck at this point unable to complete the build. (I've
tried to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the
past week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work
but if i run it inside the depot_tools directory it prints out a file.bat
as supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it,
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dan Med
2018-06-25 21:33:59 UTC
Permalink
I really neeed this chromium build
Post by dan Med
Can anyone help me ?
Post by dan Med
i see the depot_tools inside , i've already performed several reeboots
but it still doesn't work
Post by Torne (Richard Coles)
run "echo %PATH%' from your command prompt to check what it's actually
set to. You need to log in again, or reboot, after changing it in windows
before it has any effect, so if you just set the PATH it won't be working
yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that python
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPython\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in
the depot_tools directory then you haven't added it to your PATH correctly.
Fix your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced the
zip file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside
it the following command "where python" which it didn't work, giving me a
error saying the format wasn't correct, but then i ran the command inside
the depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it
still didn't work, but running it inside the depot_tools directory, it
seems to work.
The second one is the chromium folder, which i've created running the
fetch command, but i had one issue, which was that i had to specify from
the command prompt, that it should execute the command from the depot_tools
into the chromium directory, i think this was the first sign something
isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does
gn isn't recognized as a command internal or external or as a
executable file / batch.
I'm still stuck at this point unable to complete the build. (I've
tried to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the
past week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in the
chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work
but if i run it inside the depot_tools directory it prints out a file.bat
as supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google
Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it,
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Torne (Richard Coles)
2018-06-25 21:40:08 UTC
Permalink
You're using c:\src\depot_tools - did you check out depot_tools inside your
chromium checkout? If so, that's not how it's intended to work - you are
expected to put depot_tools somewhere else, since you are supposed to have
depot_tools first so that you can run "fetch".

I don't know what zip file you're referring to downloading, but that's not
the usual way to get depot_tools; you are expected to check it out using
git.
Post by dan Med
I really neeed this chromium build
Post by dan Med
Can anyone help me ?
Post by dan Med
i see the depot_tools inside , i've already performed several reeboots
but it still doesn't work
Post by Torne (Richard Coles)
run "echo %PATH%' from your command prompt to check what it's actually
set to. You need to log in again, or reboot, after changing it in windows
before it has any effect, so if you just set the PATH it won't be working
yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that python
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPython\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in
the depot_tools directory then you haven't added it to your PATH correctly.
Fix your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced the
zip file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside
it the following command "where python" which it didn't work, giving me a
error saying the format wasn't correct, but then i ran the command inside
the depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it
still didn't work, but running it inside the depot_tools directory, it
seems to work.
The second one is the chromium folder, which i've created running
the fetch command, but i had one issue, which was that i had to specify
from the command prompt, that it should execute the command from the
depot_tools into the chromium directory, i think this was the first sign
something isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does
gn isn't recognized as a command internal or external or as a
executable file / batch.
I'm still stuck at this point unable to complete the build. (I've
tried to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools
folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the
past week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in
the chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work
but if i run it inside the depot_tools directory it prints out a file.bat
as supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the
Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it,
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dan Med
2018-06-25 22:12:23 UTC
Permalink
Actually I don’t understand what you meant, I’ve followed exactly what the
guide said and I got past the Fetch command
Post by Torne (Richard Coles)
You're using c:\src\depot_tools - did you check out depot_tools inside
your chromium checkout? If so, that's not how it's intended to work - you
are expected to put depot_tools somewhere else, since you are supposed to
have depot_tools first so that you can run "fetch".
I don't know what zip file you're referring to downloading, but that's not
the usual way to get depot_tools; you are expected to check it out using
git.
Post by dan Med
I really neeed this chromium build
Post by dan Med
Can anyone help me ?
Post by dan Med
i see the depot_tools inside , i've already performed several reeboots
but it still doesn't work
Post by Torne (Richard Coles)
run "echo %PATH%' from your command prompt to check what it's actually
set to. You need to log in again, or reboot, after changing it in windows
before it has any effect, so if you just set the PATH it won't be working
yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that python
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPython\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in
the depot_tools directory then you haven't added it to your PATH correctly.
Fix your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced
the zip file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside
it the following command "where python" which it didn't work, giving me a
error saying the format wasn't correct, but then i ran the command inside
the depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it
still didn't work, but running it inside the depot_tools directory, it
seems to work.
The second one is the chromium folder, which i've created running
the fetch command, but i had one issue, which was that i had to specify
from the command prompt, that it should execute the command from the
depot_tools into the chromium directory, i think this was the first sign
something isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does
gn isn't recognized as a command internal or external or as a
executable file / batch.
I'm still stuck at this point unable to complete the build. (I've
tried to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools
folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the
past week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in
the chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work
but if i run it inside the depot_tools directory it prints out a file.bat
as supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the
Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Eric Davies
2018-06-26 04:16:24 UTC
Permalink
I think Torne is seeing the "src" in your path to thedepot tools and
thinking it might be the same src directory created by the fetch command.
Not a possibility because that src directory doesn't exist at the time you
unpacked the depot tools.
Post by dan Med
Actually I don’t understand what you meant, I’ve followed exactly what the
guide said and I got past the Fetch command
Post by Torne (Richard Coles)
You're using c:\src\depot_tools - did you check out depot_tools inside
your chromium checkout? If so, that's not how it's intended to work - you
are expected to put depot_tools somewhere else, since you are supposed to
have depot_tools first so that you can run "fetch".
I don't know what zip file you're referring to downloading, but that's
not the usual way to get depot_tools; you are expected to check it out
using git.
Post by dan Med
I really neeed this chromium build
Post by dan Med
Can anyone help me ?
Post by dan Med
i see the depot_tools inside , i've already performed several reeboots
but it still doesn't work
Post by Torne (Richard Coles)
run "echo %PATH%' from your command prompt to check what it's
actually set to. You need to log in again, or reboot, after changing it in
windows before it has any effect, so if you just set the PATH it won't be
working yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPython\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in
the depot_tools directory then you haven't added it to your PATH correctly.
Fix your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced
the zip file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran
inside it the following command "where python" which it didn't work, giving
me a error saying the format wasn't correct, but then i ran the command
inside the depot_tools directory and it printed out a path ending with a
bat file.
I've ran the " gclient " command in a new command prompt and it
still didn't work, but running it inside the depot_tools directory, it
seems to work.
The second one is the chromium folder, which i've created running
the fetch command, but i had one issue, which was that i had to specify
from the command prompt, that it should execute the command from the
depot_tools into the chromium directory, i think this was the first sign
something isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it
gn isn't recognized as a command internal or external or as a
executable file / batch.
I'm still stuck at this point unable to complete the build. (I've
tried to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the
gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools
folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the
past week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in
the chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't
work but if i run it inside the depot_tools directory it prints out a
file.bat as supposed.
--
--
<javascript:>
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the
Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from
<javascript:>.
--
--
<javascript:>
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
dan Med
2018-06-26 10:33:19 UTC
Permalink
So what do you suggest me doing ?
Post by Eric Davies
I think Torne is seeing the "src" in your path to thedepot tools and
thinking it might be the same src directory created by the fetch command.
Not a possibility because that src directory doesn't exist at the time you
unpacked the depot tools.
Post by dan Med
Actually I don’t understand what you meant, I’ve followed exactly what
the guide said and I got past the Fetch command
Post by Torne (Richard Coles)
You're using c:\src\depot_tools - did you check out depot_tools inside
your chromium checkout? If so, that's not how it's intended to work - you
are expected to put depot_tools somewhere else, since you are supposed to
have depot_tools first so that you can run "fetch".
I don't know what zip file you're referring to downloading, but that's
not the usual way to get depot_tools; you are expected to check it out
using git.
Post by dan Med
I really neeed this chromium build
Post by dan Med
Can anyone help me ?
Post by dan Med
i see the depot_tools inside , i've already performed several
reeboots but it still doesn't work
Post by Torne (Richard Coles)
run "echo %PATH%' from your command prompt to check what it's
actually set to. You need to log in again, or reboot, after changing it in
windows before it has any effect, so if you just set the PATH it won't be
working yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPyth
on\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Pyt
hon\Python36-32\
2018-06-22 20:10 GMT+02:00 Torne (Richard Coles) <
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being
in the depot_tools directory then you haven't added it to your PATH
correctly. Fix your PATH such that running fetch, gclient, gn, etc works
from any directory, and then you'll be fine.
Post by dan Med
Okay these are all the steps i've already done, i've created 2
The first one is the depot_tools directory where i have extraced
the zip file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran
inside it the following command "where python" which it didn't work, giving
me a error saying the format wasn't correct, but then i ran the command
inside the depot_tools directory and it printed out a path ending with a
bat file.
I've ran the " gclient " command in a new command prompt and it
still didn't work, but running it inside the depot_tools directory, it
seems to work.
The second one is the chromium folder, which i've created running
the fetch command, but i had one issue, which was that i had to specify
from the command prompt, that it should execute the command from the
depot_tools into the chromium directory, i think this was the first sign
something isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it
gn isn't recognized as a command internal or external or as a
executable file / batch.
I'm still stuck at this point unable to complete the build. (I've
tried to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the
beginning (including downloading/cloning depot_tools) until you got to the
gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools
folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for
the past week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in
the chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't
work but if i run it inside the depot_tools directory it prints out a
file.bat as supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the
Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
PhistucK
2018-06-26 06:08:20 UTC
Permalink
Torne -
On Windows, the build instructions explicitly instructs to use a ZIP
package of depot_tools rather than using Git -
https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md#Install

And... It also mentions c:\src\depot_tools as a path example (a bit
confusing, indeed). :)

☆*PhistucK*
Post by Torne (Richard Coles)
You're using c:\src\depot_tools - did you check out depot_tools inside
your chromium checkout? If so, that's not how it's intended to work - you
are expected to put depot_tools somewhere else, since you are supposed to
have depot_tools first so that you can run "fetch".
I don't know what zip file you're referring to downloading, but that's not
the usual way to get depot_tools; you are expected to check it out using
git.
Post by dan Med
I really neeed this chromium build
Post by dan Med
Can anyone help me ?
Post by dan Med
i see the depot_tools inside , i've already performed several reeboots
but it still doesn't work
Post by Torne (Richard Coles)
run "echo %PATH%' from your command prompt to check what it's actually
set to. You need to log in again, or reboot, after changing it in windows
before it has any effect, so if you just set the PATH it won't be working
yet.
Post by dan Med
This is how my PATH is constructed, btw inside PATH i saw that python
C:\src\depot_tools;C:\Users\Admin\AppData\Local\ProgramsPython\Python36-32\Scripts\
C:\src\depot_tools;C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\
Post by Torne (Richard Coles)
If you can't run all the commands from depot_tools without being in
the depot_tools directory then you haven't added it to your PATH correctly.
Fix your PATH such that running fetch, gclient, gn, etc works from any
directory, and then you'll be fine.
Post by dan Med
The first one is the depot_tools directory where i have extraced
the zip file, which i've downloaded.
Then i opened "as suggested" a new command prompt and i ran inside
it the following command "where python" which it didn't work, giving me a
error saying the format wasn't correct, but then i ran the command inside
the depot_tools directory and it printed out a path ending with a bat file.
I've ran the " gclient " command in a new command prompt and it
still didn't work, but running it inside the depot_tools directory, it
seems to work.
The second one is the chromium folder, which i've created running
the fetch command, but i had one issue, which was that i had to specify
from the command prompt, that it should execute the command from the
depot_tools into the chromium directory, i think this was the first sign
something isn't working properly.
Btw i think i've added properly the name to the system variable PATH.
Now im stuck running the new command gn gen out/Name-folder it does
gn isn't recognized as a command internal or external or as a
executable file / batch.
I'm still stuck at this point unable to complete the build. (I've
tried to install ninja but it seems not to work).
Post by PhistucK
Please, outline all of the steps that you took from the beginning
(including downloading/cloning depot_tools) until you got to the gn error.
☆*PhistucK*
Post by PhistucK
It will not install Chromium, it will only build it.
Does your environmental variable (PATH) include the depot_tools
folder path?
☆*PhistucK*
Post by l***@gmail.com
Can someone help me install chromium ? I've been trying for the
past week without success.
Windows 10 user
when running the following command "gn gen out/Name-Folder" in
the chromium/src directory, i encounter the following error "
gn wasn't recognized as a command"
and if i run the where python in a new cmd shell it doesn't work
but if i run it inside the depot_tools directory it prints out a file.bat
as supposed.
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the
Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Continue reading on narkive:
Loading...