I am getting an error when patching! I'm not sure what happened. I was compiling it with clang/ThinLTO, then got a linker error. I went to remove the ThinLTO flags, and when I tried again I got an error in patching:
2018-12-18 12:46:05,620 - INFO: * Applying add-third-party-ungoogled.patch (74/134)
2018-12-18 12:46:05,620 - DEBUG: /usr/bin/patch -p1 --ignore-whitespace -i /tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/patches/ungoogled-chromium/add-third-party-ungoogled.patch -d . --no-backup-if-mismatch --forward
The next patch would create the file third_party/ungoogled/BUILD.gn,
which already exists! Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file third_party/ungoogled/ungoogled_switches.cc,
which already exists! Skipping patch.
1 out of 1 hunk ignored
The next patch would create the file third_party/ungoogled/ungoogled_switches.h,
which already exists! Skipping patch.
1 out of 1 hunk ignored
2018-12-18 12:46:05,622 - ERROR: Unexpected exception caught.
Traceback (most recent call last):
File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/cli.py", line 384, in main
args.callback(args=args)
File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/cli.py", line 232, in _apply_callback
patch_bin_path=args.patch_bin)
File "/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/buildkit/patches.py", line 95, in apply_patches
subprocess.run(cmd, check=True)
File "/usr/lib/python3.7/subprocess.py", line 481, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/usr/bin/patch', '-p1', '--ignore-whitespace', '-i', '/tmp/makepkg/ungoogled-chromium/src/ungoogled-chromium-71.0.3578.98-2/patches/ungoogled-chromium/add-third-party-ungoogled.patch', '-d', '.', '--no-backup-if-mismatch', '--forward']' returned non-zero exit status 1.
==> ERROR: A failure occurred in prepare().
Aborting...
2018-12-18 12:46:05,639 - wrappers - makepkg - ERROR - makepkg query ['makepkg', '-cf', '--noconfirm'] failed in directory /home/nticompass/.cache/aurman/ungoogled-chromium
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