Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it work with AMD? #21

Closed
DomBito opened this issue Apr 15, 2022 · 3 comments
Closed

Does it work with AMD? #21

DomBito opened this issue Apr 15, 2022 · 3 comments

Comments

@DomBito
Copy link

DomBito commented Apr 15, 2022

I'm using Archlinux and AMD CPU+GPU.
Am I doing something wrong?

$ ./vspreview-rs script.py
mesa: CommandLine Error: Option 'reuse-storage-in-coroutine-frame' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
zsh: IOT instruction (core dumped)  ./vspreview-rs script.py
@quietvoid
Copy link
Owner

quietvoid commented Apr 15, 2022

It works fine on AMD.
Do you perhaps have the vsakarin plugin installed?

I had the same error before: AkarinVS/vapoursynth-plugin#7 (comment)
The AUR package was never updated: https://aur.archlinux.org/packages/vapoursynth-plugin-vsakarin-git#comment-851049

@DomBito
Copy link
Author

DomBito commented Apr 15, 2022

Unbelievable. I had it installed and uninstalling made it work!
Thank you!

@DomBito DomBito closed this as completed Apr 15, 2022
@quietvoid
Copy link
Owner

The alternative is simply to rebuild it with the PKGBUILD modified:

diff --git a/PKGBUILD b/PKGBUILD
index 839aa78..f04b947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,8 @@ prepare(){
 build() {
   cd build
   arch-meson "../${_plug}" \
-    --buildtype=release
+    --buildtype=release \
+    -Dstatic-llvm=false
 
   ninja
 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants