Bug 1346202 - Missing sqlite-devel requires in sleuthkit-devel
Summary: Missing sqlite-devel requires in sleuthkit-devel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: sleuthkit
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nicolas Chauvet (kwizart)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: TRACKER-bugs-affecting-libguestfs
TreeView+ depends on / blocked
 
Reported: 2016-06-14 09:18 UTC by Pino Toscano
Modified: 2016-09-29 14:33 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-09-29 14:33:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Pino Toscano 2016-06-14 09:18:14 UTC
Description of problem:
The headers provided by sleuthkit-devel require the SQLite headers, but there is no requires -- this means building anything using libtsk will fail if sqlite-devel is not installed as well.

Version-Release number of selected component (if applicable):
sleuthkit-devel-4.2.0-1.fc23.x86_64
sleuthkit-devel-4.2.0-2.fc24.x86_64

How reproducible:
Every time.

Steps to Reproduce:
1. Install sleuthkit-devel
2. Make sure sqlite-devel is not installed
3. Try to build the following test application:
| #include <tsk/libtsk.h>
| int main(void) { return 0; }

Actual results:

$ gcc -c -g -O2 -fno-strict-overflow -Wno-strict-overflow conftest.c
In file included from /usr/include/tsk/libtsk.h:8:0,
                 from conftest.c:1:
/usr/include/tsk/hashdb/tsk_hashdb.h:20:21: fatal error: sqlite3.h: No such file or directory
 #include <sqlite3.h>
                     ^

Expected results:
Builds fine.

Comment 1 Nicolas Chauvet (kwizart) 2016-09-29 14:33:39 UTC
Fixed in 25 and later.


Note You need to log in before you can comment on or make changes to this bug.