Search Criteria
Package Details: proton-cachyos 1:11.0.20260601-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/proton-cachyos.git (read-only, click to copy) |
|---|---|
| Package Base: | proton-cachyos |
| Description: | A compatibility tool for Steam Play based on Wine and additional components, experimental branch with extra CachyOS flavour |
| Upstream URL: | https://github.com/CachyOS/proton-cachyos |
| Licenses: | custom |
| Provides: | proton |
| Submitter: | loathingkernel |
| Maintainer: | loathingkernel (ptr1337) |
| Last Packager: | loathingkernel |
| Votes: | 13 |
| Popularity: | 1.94 |
| First Submitted: | 2024-11-01 10:46 (UTC) |
| Last Updated: | 2026-06-11 13:18 (UTC) |
Dependencies (202)
- atk (at-spi2-core-gitAUR, at-spi2-core)
- attr (attr-gitAUR)
- cabextract
- cairo (cairo-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- dbus-glib
- desktop-file-utils (desktop-file-utils-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- gettext (gettext-gitAUR, gettext-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- glu (glu-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- lib32-atk (lib32-at-spi2-core)
- lib32-attr
- lib32-cairo
- Show 182 more dependencies...
Required by (8)
- dxvk-gplasync-bin (requires proton) (optional)
- dxvk-gplasync-bin-git (requires proton) (optional)
- heroic-games-launcher (requires proton) (optional)
- legendary (requires proton) (optional)
- legendary-heroic-bin (requires proton) (optional)
- physica (requires proton) (optional)
- proton-cachyos-launcher
- rare (requires proton) (optional)
Sources (7)
- compatibilitytool.vdf.template
- https://dl.winehq.org/wine/wine-gecko/2.47.4/wine-gecko-2.47.4-x86.tar.xz
- https://dl.winehq.org/wine/wine-gecko/2.47.4/wine-gecko-2.47.4-x86_64.tar.xz
- https://github.com/madewokherd/wine-mono/releases/download/wine-mono-11.0.0/wine-mono-11.0.0-x86.tar.xz
- https://github.com/madewokherd/xalia/releases/download/xalia-0.4.9/xalia-0.4.9-net48-mono.zip
- ntsync.conf
- proton-cachyos
Latest Comments
1 2 3 4 Next › Last »
luf3 commented on 2026-06-11 20:38 (UTC) (edited on 2026-06-11 20:40 (UTC) by luf3)
For anyone running into the following build error:
/usr/bin/ld: /usr/lib/libnsl.so: error adding symbols: file in wrong formatI was able to fix it by installing:
sudo pacman -S lib32-libnslAfter that,
paru -S proton-cachyosbuilt successfully on my system.From what I could tell while debugging the build logs, the current PKGBUILD may be missing
lib32-libnslas a dependency for the 32-bit GStreamer build stage.meeneque commented on 2026-05-24 09:25 (UTC) (edited on 2026-05-24 09:31 (UTC) by meeneque)
There'are some problems (at least for me) with cloning libxml2 from gitlab.gnome.org - I'm getting 503 all the time. Would you consider to change it to github.com/GNOME/libxml2.git or maybe implement it as a backup solution? Right now it just fails.
mihalycsaba commented on 2026-05-05 17:04 (UTC)
Hi, yes it builds and works, thank you. After I posted the error here, I spent like 2 hours prompting LLMs to try to solve the issue, they weren't even close to this or any solution. :D
loathingkernel commented on 2026-05-04 12:59 (UTC) (edited on 2026-05-04 13:00 (UTC) by loathingkernel)
I have constrained the libsoup build configuration to match the one on a clean chroot. It should build now, unless something else also needs to be explicitly configured.
loathingkernel commented on 2026-05-04 10:26 (UTC) (edited on 2026-05-04 10:27 (UTC) by loathingkernel)
I am not sure what is causing this but my first thought is that it's some other package present in the system, that the build process picks up. It's not happening here when building in a clean chroot (paru can automate that if needed). Sadly I don't know which package that is presently.
mihalycsaba commented on 2026-05-03 18:18 (UTC)
I'm getting this error when trying to build it, had no issues with version 10
ohkeenan commented on 2026-04-19 22:35 (UTC) (edited on 2026-04-21 17:07 (UTC) by ohkeenan)
@loathingkernel @ptr1337 Huge appreciation to you and the team. As an IT worker who builds often but is still "learning" Arch (even after nearly a decade), I want to acknowledge the massive effort and hardware stress that goes into maintaining this. You're appreciated.
I saw the recent comments - ignore the noise. Some people don't understand "bleeding edge" means occasionally getting cut.
I’ve spent the last hour diving into makepkg.conf to optimize my environment (3900X/128GB RAM). Moving the build to a 64G tmpfs and cranking the MAKEFLAGS to -j22. I’m also testing ccache despite the PKGBUILD's specific wrappers, just to see if I can shorten that 30-minute re-run. And I've never done that for a package (usually just look for a -bin). So thanks to your efforts I've levelled up.
Thanks for providing the community with these tools.
Edit:
Switching the build to memory instead of nvme cut the time down from ~30m to ~10m. In my case,
ModuleNotFoundError: No module named 'fontTools'make[1]: *** [../proton-cachyos/Makefile.in:2028: obj-fonts/micross.ttf] Error 1".Installing as user
python -m pip install fonttoolswas all I needed. Cheers.gpsolo commented on 2026-03-28 01:17 (UTC)
had an issue for rustup target i686-unknown-linux-gnu so I modified the PKGBUILD slightly to fix it.
bdyb commented on 2026-03-22 23:25 (UTC)
@loathingkernel I just wanted to thank you - you maid my life easier.
@solx123 AUR is a repository for whatever packages nice people care to share (vs keeping to themselves) after spending time to build those packages. There is no guarantee it will work or even updated. A constructive approach when something is broken is: * optional - Try to understand why (dump the output to gpt/gemini) * optional - Try to fix it (ask gpt/gemini) - sometimes editing the pkgbuild is enough (for example dependencies). * Share the issue and the result of the "optional" steps above.
Wyn commented on 2026-03-06 08:29 (UTC)
@solx123 If you spent 2 seconds reading the pkgbuid you would understand that you're compiling this. You can't just say I demand this to be deleted because you can't read smh.
Last thing you need is loathing loathing other things.
1 2 3 4 Next › Last »