build error https://pastebin.com/RDjiaGUe
Search Criteria
Package Details: wineasio-git 1.2.0.r8.g6529641-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/wineasio-git.git (read-only, click to copy) |
---|---|
Package Base: | wineasio-git |
Description: | ASIO driver implementation for Wine |
Upstream URL: | https://github.com/wineasio/wineasio |
Keywords: | asio jack wine |
Licenses: | LGPL |
Conflicts: | wineasio |
Provides: | wineasio |
Submitter: | m3thodic |
Maintainer: | m3thodic (chaotic-aur) |
Last Packager: | chaotic-aur |
Votes: | 8 |
Popularity: | 0.163379 |
First Submitted: | 2018-10-13 21:58 (UTC) |
Last Updated: | 2024-04-16 18:25 (UTC) |
Dependencies (7)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- lib32-jack (lib32-jack2, lib32-pipewire-jack)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- realtime-privileges
- wine (wine-valveAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-wow64-binAUR, wine-staging-wow64AUR, wine-wow64AUR, wine-cachyosAUR, wine-stable-nextAUR, wine-staging)
- gcc-multilib (gcc-gitAUR, gcc-libs-gitAUR, gcc-fortran-gitAUR, gcc-objc-gitAUR, gcc-ada-gitAUR, gcc-go-gitAUR, gccrs-gitAUR, gccrs-libs-gitAUR, gcc-snapshotAUR, gcc) (make, x86_64)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- wineasio32 (requires wineasio)
Sources (2)
carlosnewmusic commented on 2024-08-12 15:58 (UTC)
MarsSeed commented on 2024-04-27 13:56 (UTC)
I think options=('!debug')
should be removed, as this is something to be controlled by user-side setting.
ELF files (both lib32 and lib64 versions of wineasio32.dll.so
) built with current PKGBUILD (1.2.0.r8.g6529641-1
) lack RELRO, and are overlinked.
Correct license should be declared as 'GPL-2.0-or-later'
, because it legally supersedes the bundled LGPL backend code when linked together with the GPL2 UI code in this package.
g0000ga commented on 2024-03-04 18:09 (UTC)
actually eh5's comment still helps, disabling lto is enough. (package wasn't updated for years)
g0000ga commented on 2024-03-04 16:15 (UTC)
Can't be built anymore with recent wine 9.3. From what i see they updated compatibility with recent wines on github, so probably something is missing in dependencies.
eh5 commented on 2022-11-27 19:09 (UTC)
Hi, please add options=('!lto')
as wineasio does not build with LTO enabled (which is the default in devtools
), see https://github.com/wineasio/wineasio/issues/48.
PedroHLC commented on 2022-05-01 16:19 (UTC)
Hi @m3thodic, added you to both here and github, please add both remotes and push twice.
m3thodic commented on 2022-05-01 16:05 (UTC)
hey @PedroHLC could you please add me as a co-maintainer? thanks!
Gimmeapill commented on 2021-09-06 06:29 (UTC)
@PedroHLC: Thanks a lot for fixing, it works fine with the latest wine now (6.16 as of writing).
PedroHLC commented on 2021-07-07 19:11 (UTC)
I've added a GitHub repo for this package here: pkgbuild-wineasio-git. PRs and Issues are welcomed. Once PRs have merged, the commits roll back to AUR through a GH Action, keeping your authorship.
ph3nix commented on 2021-06-18 07:04 (UTC) (edited on 2021-06-21 21:42 (UTC) by ph3nix)
Does the current out of date version of wineasio-git or the newer one Janhouse posted actually work for anyone with current versions of wine?
I had to downgrade to wine 6.4 to get things running again. Otherwise I am greeted with a "Winedriver (Not Connected)"
Update:
Got the version that Janhouse posted to work with wine-6.11-1.
I needed to rerun wine64 regsvr32 wineasio.dll
and wineboot -u
to get things back to work. See https://github.com/wineasio/wineasio/issues/24
Pinned Comments
PedroHLC commented on 2021-07-07 19:11 (UTC)
I've added a GitHub repo for this package here: pkgbuild-wineasio-git. PRs and Issues are welcomed. Once PRs have merged, the commits roll back to AUR through a GH Action, keeping your authorship.