We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure how to proceed.
makepkg -si ==> Making package: xedgewarp 1.1-1 (Thu 22 Dec 2022 10:18:09 PM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found v1.1.tar.gz ==> Validating source files with sha256sums... v1.1.tar.gz ... Passed ==> Extracting sources... -> Extracting v1.1.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... rm -f xedgewarp obj/event.o obj/extensions.o obj/fake_outputs.o obj/pointer.o obj/randr.o obj/util.o obj/xedgewarp.o rm -f man/*.1 man/*.xml rm -f test/GLOB* gcc -D'__VERSION="1.1"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Iinclude -std=gnu99 -Wall -Wundef -Wshadow -o obj/event.o -c src/event.c gcc -D'__VERSION="1.1"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Iinclude -std=gnu99 -Wall -Wundef -Wshadow -o obj/extensions.o -c src/extensions.c gcc -D'__VERSION="1.1"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Iinclude -std=gnu99 -Wall -Wundef -Wshadow -o obj/fake_outputs.o -c src/fake_outputs.c gcc -D'__VERSION="1.1"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Iinclude -std=gnu99 -Wall -Wundef -Wshadow -o obj/pointer.o -c src/pointer.c gcc -D'__VERSION="1.1"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Iinclude -std=gnu99 -Wall -Wundef -Wshadow -o obj/randr.o -c src/randr.c gcc -D'__VERSION="1.1"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Iinclude -std=gnu99 -Wall -Wundef -Wshadow -o obj/util.o -c src/util.c src/util.c: In function ‘bail’: src/util.c:11:5: error: format not a string literal and no format arguments [-Werror=format-security] 11 | errx(EXIT_FAILURE, message); | ^~~~ cc1: some warnings being treated as errors make: *** [Makefile:34: obj/util.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
The text was updated successfully, but these errors were encountered:
Instead of using the outdated version from AUR (xedgewarp-git was dropped from there I think), build the package from git.
xedgewarp-git
Sorry, something went wrong.
No branches or pull requests
Not sure how to proceed.
The text was updated successfully, but these errors were encountered: