Search Criteria
Package Details: sqlite2 2.8.17-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/sqlite2.git (read-only, click to copy) |
---|---|
Package Base: | sqlite2 |
Description: | A C library that implements an SQL database engine |
Upstream URL: | http://www.sqlite.org/ |
Licenses: | custom |
Submitter: | City-busz |
Maintainer: | not_anonymous |
Last Packager: | not_anonymous |
Votes: | 14 |
Popularity: | 0.000581 |
First Submitted: | 2017-06-29 12:23 (UTC) |
Last Updated: | 2021-06-07 22:55 (UTC) |
Dependencies (1)
- readline (readline-gitAUR)
Required by (3)
- adminer-editor (optional)
- adminer-git (optional)
- qt3 (make)
Latest Comments
NeWolf commented on 2024-06-25 19:23 (UTC)
I get an error when trying to build
not_anonymous commented on 2021-06-11 20:13 (UTC)
Please consider using the following;
$ sudo grep -i cflag -r /etc/makepkg.conf CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" DEBUG_CFLAGS="-g -fvar-tracking-assignments"
TIA
(I compiled successfully 4 days ago....)
kfgz commented on 2021-06-11 15:24 (UTC)
It doesn't bulid. Error log:
https://pastebin.com/ac02vwyT
not_anonymous commented on 2021-06-07 22:57 (UTC)
Thank you moyamo for the patch in line 695 of the src/shell.c file. It IS now incorporated into the package !
amuze commented on 2021-06-06 08:19 (UTC) (edited on 2021-06-06 08:19 (UTC) by amuze)
Can confirm this does not compile. @not_anonymous please apply the patch indicated below and update the AUR.
moyamo commented on 2021-05-30 19:56 (UTC)
This patch fixes the issue
mireiner commented on 2021-05-30 06:50 (UTC) (edited on 2021-05-30 10:36 (UTC) by mireiner)
It doesn't build using pamac or paru on vanilla Arch. Getting following error message:
pika02 commented on 2021-05-09 03:40 (UTC)
./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
Please update the package, thank you!
not_anonymous commented on 2020-07-20 00:21 (UTC)
NOTE: This package is NOT out-of date, as it is the last available sqlite2. PLEASE do NOT confuse this with sqlite3 (or sqlite) !!
Updated to version 2.8.17-9 to reflect the need for HTTPS in the file acquisition. This DOES compile and FULLY build.
windy commented on 2018-01-26 08:46 (UTC)
The archive is downloaded with HTTP, please change this to HTTPS for encrypted transfer.