@JstKddng:
python2
is installed here but my /usr/bin/python
says it is 3.9.7
:
$ /usr/bin/python --version
Python 3.9.7
So this does not seem to be the cause for this error. I tried executing the offending command line separately in the terminal, and got the following:
$ /usr/bin/python ../../tools/protoc_wrapper/protoc_wrapper.py chrome_track_event.proto --protoc ./protoc --proto-in-dir ../../base/tracing/protos --plugin protozero_plugin --plugin-out-dir gen/base/tracing/protos --plugin-options wrapper_namespace=pbzero --import-dir=../../third_party/perfetto/
Protoc has returned non-zero status: -5
python2
adds some more detail:
$ /usr/bin/python2 ../../tools/protoc_wrapper/protoc_wrapper.py chrome_track_event.proto --protoc /var/tmp/pamac-build-gerd/chromium-dev/src/chromium-96.0.4651.0/out/Release/protoc --proto-in-dir ../../base/tracing/protos --plugin protozero_plugin --plugin-out-dir gen/base/tracing/protos --plugin-options wrapper_namespace=pbzero --import-dir=../../third_party/perfetto/
--plugin_out: protoc-gen-plugin: Plugin killed by signal 5.
Protoc has returned non-zero status: 1
Unfortunately, all I could find about Signal 5
is that it is SIGTRAP: Breakpoint/Exception Handling
and it looks impossible to find out what caused the exception.
Pinned Comments
JstKddng commented on 2022-05-06 14:37 (UTC) (edited on 2022-06-27 13:48 (UTC) by JstKddng)
A new va-api patch for wayland has been added. Required flags for it to work are the following, thanks to @acidunit
JstKddng commented on 2020-07-19 06:34 (UTC)
You can get prebuilt binaries here:
https://github.com/ungoogled-software/ungoogled-chromium-archlinux#binary-downloads
seppia commented on 2018-12-12 21:34 (UTC)
Please do NOT flag this package as out of date in relation to official chromium releases.
This is NOT Google Chromium and new releases come after additional work of the ungoogled-chromium contributors, so they may not be ready, nor available for days or even weeks after a new version of official chromium is released.
Please refer to https://github.com/Eloston/ungoogled-chromium/tags for ungoogled-chromium releases. Use those and please flag this package as out of date only if a newer release is present there. I will update the PKGBUILD as soon as I can every time a new release comes out.
Thanks