Hi,
Just did a fresh endeavour install and ran into issues with python right away just installing many basic apps so to resolve I installed setuptools and setuptools-reproducible.
In installing ungoogled chromium I’m now running into an error I believe is tied to python 3.13 so I installed python 3 but still receiving same error after trying to install twice via steps here https://github.com/ungoogled-software/ungoogled-chromium-archlinux.
How can I resolve this and any recommendations on commands to run to start fresh w python for typical requirements (IE: Remove things I added/install certain packages)
File “/home/XX/ungoogled-chromium-archlinux/src/ungoogled-chromium-136.0.7103.59-1/utils/patches.py”, line 257, in
main()
~~~~^^
File “/home/XX/ungoogled-chromium-archlinux/src/ungoogled-chromium-136.0.7103.59-1/utils/patches.py”, line 253, in main
args.callback(args, parser.error)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File “/home/XX/ungoogled-chromium-archlinux/src/ungoogled-chromium-136.0.7103.59-1/utils/patches.py”, line 204, in _apply_callback
apply_patches(generate_patches_from_series(patch_dir, resolve=True),
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
args.target,
^^^^^^^^^^^^
patch_bin_path=patch_bin_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/home/XX/ungoogled-chromium-archlinux/src/ungoogled-chromium-136.0.7103.59-1/utils/patches.py”, line 138, in apply_patches
subprocess.run(cmd, check=True)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/subprocess.py”, line 577, in run
raise CalledProcessError(retcode, process.args,
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command ‘[’/usr/bin/patch’, ‘-p1’, ‘–ignore-whitespace’, ‘-i’, ‘/home/mm/ungoogled-chromium-archlinux/src/ungoogled-chromium-136.0.7103.59-1/patches/core/ungoogled-chromium/block-trk-and-subdomains.patch’, ‘-d’, ‘.’, ‘–no-backup-if-mismatch’, ‘–forward’]’ returned non-zero exit status 1.
==> ERROR: A failure occurred in prepare().