I have recently nuked my old 4 year running Arch install and started fresh. I installed all the necessary packages that I always do. I am running KDE Plasma Wayland, if that makes any difference.
My setup is:
Gigabyte B550 Aorus Elite V1 Rev 1
AMD Ryzen 9 5950X
2x Crucial 32 GB DDR4 3600 RAM
and a bunch of other stuff that doesn't matter to this problem.
I believe there is something that is messing with the target output. The compiler is expecting x86_64-pc-linux-gnu, but it's getting x86_64-unknown-linux-gnu.
I don't know what to fix, or of there's an environment variable I can set before making the PKGBUILD.
It seems to compile the source just fine, but it has a problem during the linking process at the end. That means I have wasted over 2.5 hours compiling this browser, just to have it barf all over the place at the end and fail.
Here's a gist of the output: https://gist.github.com/jpyper/0318b7dde7670c199f801fc99e1b9fc5
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