Opened 3 months ago
Closed 2 months ago
#5784 closed enhancement (fixed)
Move sqlite from BLFS to LFS
| Reported by: | Xi Ruoyao | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.5 |
| Component: | Book | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
IMO it should have a priority higher than pcre and libsigsegv as various BLFS packages require Python to be built with sqlite. Thus if we move sqlite to LFS, we'll no longer need to rebuild Python in BLFS.
The difficulty here is the optional documentation is in the Zip format that we cannot handle in LFS chroot. Maybe we can simply tell the users to install the documentation in BLFS after building libarchive, or repackage the documentation into .tar.something.
Change History (5)
comment:1 by , 3 months ago
| Milestone: | 12.4 → 12.5 |
|---|
follow-up: 3 comment:2 by , 3 months ago
comment:3 by , 3 months ago
Replying to thomas:
What about the other mentioned dependencies like 'tk', 'bluez', 'libnsl'... ?
AFAIK nothing else in BLFS needs Python to be built with those things.
comment:4 by , 2 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:5 by , 2 months ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed in LFS at commit cdd3eabbd5.

What about the other mentioned dependencies like 'tk', 'bluez', 'libnsl'... ?