Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240688 - www-client/midori - sqlite dependency: ../midori/main.c:31:21: error: sqlite3.h: No such file or directory
Summary: www-client/midori - sqlite dependency: ../midori/main.c:31:21: error: sqlite3...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Markus Ullmann (RETIRED)
URL: http://www.twotoasts.de/index.php?/pa...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 13:27 UTC by Andrew Oakley
Modified: 2008-10-27 19:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Update to midori dependencies (midori-9999.ebuild,970 bytes, text/plain)
2008-10-25 10:20 UTC, Dale Whittaker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Oakley 2008-10-09 13:27:33 UTC
When compiling I get:
[17/33] cc: midori/main.c -> _build_/default/midori/main_1.o
../midori/main.c:31:21: error: sqlite3.h: No such file or directory

Looks like the history is stored in an sqlite database now, so we need to add sqlite as a dependency.  No patch because its trivial.
Comment 1 Dale Whittaker 2008-10-25 10:18:17 UTC
(In reply to comment #0)
> When compiling I get:
> [17/33] cc: midori/main.c -> _build_/default/midori/main_1.o
> ../midori/main.c:31:21: error: sqlite3.h: No such file or directory
> 
> Looks like the history is stored in an sqlite database now, so we need to add
> sqlite as a dependency.  No patch because its trivial.
> 

There are other changes that need to be made to reflect the latest Midori git source.  The gvfs dependency has now been replaced by libsoup, gtksourceview has been removed, and i think there should also be an nls use flag.
Comment 2 Dale Whittaker 2008-10-25 10:20:03 UTC
Created attachment 169796 [details]
Update to midori dependencies

Update to remove gvfs and gtksourceview dependencies and also add nls, soup, and sqlite use flags.
Comment 3 Markus Ullmann (RETIRED) gentoo-dev 2008-10-27 19:17:51 UTC
Added to cvs, thanks for your contribution. Keep up the good work :)