Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
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:
Doc Type: If docs needed, set a value
Doc Text:
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.