Re: Problem compiling chromium

2020-08-09 Thread John-Mark Gurney
Filippo Moretti wrote this message on Sun, Aug 02, 2020 at 08:23 +: > This is the last eror I get attempting to compile chromium on amd64 arch > R363570[263/38159] python ../../mojo/public/tools/mojom/mojom_parser.py > --input-root /usr/ports/www/chromium/work/chromium-84.0.4147.105/ > --inp

Problem compiling chromium

2020-08-02 Thread Filippo Moretti
This is the last eror I get attempting to compile chromium on amd64 arch R363570[263/38159] python ../../mojo/public/tools/mojom/mojom_parser.py --input-root /usr/ports/www/chromium/work/chromium-84.0.4147.105/ --input-root /usr/ports/www/chromium/work/chromium-84.0.4147.105/out/Release/gen --o

Re: Problem compiling Chromium

2020-06-08 Thread Filippo Moretti
Thank you,  compile error follows: [829/38881] python ../../chrome/test/chromedriver/embed_extension_in_cpp.py --dromedriver/chrome ../../chrome/test/chromedriver/extension/background.js ../../tension/manifest.json FAILED: gen/chrome/test/chromedriver/chrome/embedded_automation

Re: Problem compiling Chromium

2020-06-07 Thread Kevin Oberman
On Sun, Jun 7, 2020 at 9:49 AM bob prohaska wrote: > Don't know about AMD, but on ARM failures that resemble this are > common. In some cases the actual error message is tens or a hundred > lines prior to the last make output. > > If you search for the string Error: or maybe error: does anything

Problem compiling Chromium

2020-06-07 Thread Filippo Moretti
Good evening, FreeBSD sting 13.0-CURRENT FreeBSD 13.0-CURRENT #2 r361787: Sun Jun  7 15:02:09 CEST 2020 root@sting:/usr/obj/usr/src/amd64.amd64/sys/STING  amd64 the build fails with the following message/common/extensions/api/action.json ../../chrome/common/extension

Re: Problem compiling Chromium

2020-06-07 Thread bob prohaska
Don't know about AMD, but on ARM failures that resemble this are common. In some cases the actual error message is tens or a hundred lines prior to the last make output. If you search for the string Error: or maybe error: does anything show up? Including the colon : helps to reduce irrelevant hit