Search Criteria
Package Details: sqlite2 2.8.17-11
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: | LicenseRef-sqlite2 |
Submitter: | City-busz |
Maintainer: | not_anonymous |
Last Packager: | not_anonymous |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-29 12:23 (UTC) |
Last Updated: | 2025-04-01 17:18 (UTC) |
Dependencies (1)
- readline (readline-gitAUR)
Required by (3)
- adminer-editor (optional)
- adminer-git (optional)
- qt3 (make)
Latest Comments
1 2 Next › Last »
not_anonymous commented on 2025-04-01 17:18 (UTC)
Updated ... many thanks everyone !!
drankinatty commented on 2025-04-01 09:28 (UTC)
Here is a simple patch to add to the PKGBUILD
That will take care of the makefile generation of
temp.c
and it missing header and type mismatch (int
,long unsigned
). It will also take care oftool/lemon.c
missing the#include <unistd.h>
. Apply the patch-p1
.ryottmp3 commented on 2025-02-20 21:23 (UTC) (edited on 2025-02-20 21:27 (UTC) by ryottmp3)
To build this from source, do the following:
In sqlite-2.8.17/tool/lemon.c, add the following header to line 14:
include <unistd.h>
and after doing
$ mkdir bld
$ cd bld
$ ../configure
add to Makefile:272
then run
$ make
and it should compile.
Sorry for the bad formatting. I don't care to make it better.
@not_anonymous It'd be cool if you could make a patch that does this. I don't have the time, as midterms are coming up.
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:
1 2 Next › Last »