Package Details: yabridgectl-wine10-git r3077.42e0794d-1

Git Clone URL: https://aur.archlinux.org/yabridge-wine10-git.git (read-only, click to copy)
Package Base: yabridge-wine10-git
Description: Optional utility to help set up and manage yabridge (git version)
Upstream URL: https://github.com/robbert-vdh/yabridge
Licenses: GPL-3.0-or-later
Conflicts: yabridgectl
Provides: yabridgectl
Submitter: kIERO
Maintainer: kIERO
Last Packager: kIERO
Votes: 4
Popularity: 1.01
First Submitted: 2025-09-26 20:26 (UTC)
Last Updated: 2025-09-26 20:27 (UTC)

Latest Comments

hdnvjwhewqmcieuc commented on 2026-07-11 19:10 (UTC) (edited on 2026-07-11 19:12 (UTC) by hdnvjwhewqmcieuc)

$ yabridgectl status
...
yabridge-host.exe: '/usr/bin/yabridge-host.exe'
yabridge-host-32.exe: <not found>

This package doesn't seem to build the 32bit host so I checked the githubs README and the PKGBUILD https://github.com/robbert-vdh/yabridge/tree/new-wine10-embedding#32-bit-bitbridge And then I did the following changes (Tip: if you use yay, try "yay --editmenu" and remember to cleanBuild, this is not a diff patch by the way):

-Dbitbridge=true
...
install -vDm 755 build/yabridge-host-32.exe{,.so} -t "$pkgdir/usr/bin"

In my opinion this should be standard, as wine has better support than windows when it comes to retro or abandonware plugins. And there weren't any gotchas or PITAs when I rebuilt the package with these small changes, it just built. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=yabridge-git#n64

And for context and use case, Synth1 64bit is instantly crashing on me, but the 32bit dll works better.

Ske commented on 2025-11-07 12:02 (UTC)

Building this package with -march=native (like you would on eg. CachyOS's default makepkg.conf) will make it crash when it tries to load any VST3 plugins. If you're encountering issues, try building with -march=x86-64 -mtune=generic.

kIERO commented on 2025-10-24 19:02 (UTC)

@AlfElFriki So you are mix and matching stuff. This package is "yabridge", working fine on wine 10.x

AlfElFriki commented on 2025-10-24 11:55 (UTC)

@kIERO

No, I use wine-tkg-staging-ntsync-bin from the AUR.

kIERO commented on 2025-10-20 23:13 (UTC)

@AlfElFriki

C++ compiler for the host machine: wineg++ (clang 20.1.8 "clang version 20.1.8")

Why do you have winegcc be clang? it should use gcc

Do you have the package "wine" from the archlinux repos?

AlfElFriki commented on 2025-10-20 22:59 (UTC)

I get the following problem:


Build type: cross build
Project name: yabridge
Project version: 5.1.1
C++ compiler for the host machine: wineg++ (clang 20.1.8 "clang version 20.1.8")
C++ linker for the host machine: wineg++ ld.lld 20.1.8
C++ compiler for the build machine: c++ (gcc 15.2.1 "c++ (GCC) 15.2.1 20250813")
C++ linker for the build machine: c++ ld.bfd 2.45.0
Build machine cpu family: x86_64
Build machine cpu: x86_64
Host machine cpu family: x86_64
Host machine cpu: x86_64
Target machine cpu family: x86_64
Target machine cpu: x86_64
WARNING: No include directory found parsing "wineg++ -xc++ -E -v -" output

yabridge/meson.build:138:2: ERROR: Problem encountered: You need to set up a cross compiler, check the README for compilation instructions.

A full log can be found at /home/____/.cache/yay/yabridge-wine10-git/src/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: yabridge-wine10-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
yabridge-wine10-git - exit status 4