Replies: 1 comment
-
I have no idea about Arch packages. You need to reach out to the maintainer of this package on Arch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Details
sqlite2-2.8.17-9 build fails with error message:
./src/shell.c:695:20: error: format not a string literal and no format arguments [-Werror=format-security]
695 | fprintf(stderr,zHelp);
cc1: some warnings being treated as errors
make: *** [Makefile:199: sqlite] Error 1
Steps to reproduce
Installing sqlitestudio using pamac gui application
or using aur helpers:
yay -S sqlitestudio
or
paru -S sqlitestudio
Operating system
Arch Linux (vanilla)
SQLiteStudio version
SQLiteStudio 3.3.3
Beta Was this translation helpful? Give feedback.
All reactions