-
Notifications
You must be signed in to change notification settings - Fork 403
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
surge-xt 1.0.1 doesn't build from AUR #6307
Comments
Looks like AUR is adding an avx compile flag and hitting this. why would a distro change compile flags? It shouldn’t! |
Those are the flags in CFLAGS="-march=native -mtune=generic -O2 -pipe -fno-plt -fexceptions \
-Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \
-fstack-clash-protection -fcf-protection"
CXXFLAGS="$CFLAGS -Wp,-D_GLIBCXX_ASSERTIONS"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" I'm not sure if I tweaked that, but it contains a |
Yeah surge won’t compile with thst |
So then that was a user error! |
No problem! We should fix it of course. One day. But there's this project called CLAP which has been keeping me busy. Maybe you've heard of it. It's a cool new.... no wait! :) |
Here the error when building from AUR:
Here is the package: https://aur.archlinux.org/packages/surge-xt
The text was updated successfully, but these errors were encountered: