Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439818 - www-client/seamonkey-2.13.1 requires sqlite >= 3.7.13
Summary: www-client/seamonkey-2.13.1 requires sqlite >= 3.7.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-27 04:39 UTC by Jack Greenbaum
Modified: 2012-11-01 13:45 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Greenbaum 2012-10-27 04:39:05 UTC
I had sqlite 3.7.12.1 merged, and that is what www-client/firefox-16.0.1.ebuild asks for. But I got this error when firefox was building:

checking for sqlite3 >= 3.7.13... Requested 'sqlite3 >= 3.7.13' but version of SQLite is 3.7.12.1
configure: error: Library requirements (sqlite3 >= 3.7.13) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

Changing the .ebuild to ask for sqlite3 >= 3.7.13 fixes the problem.

jack@cliff /usr/portage/www-client/firefox $ diff firefox-16.0.1.ebuild-dist firefox-16.0.1.ebuild 
62c62
<       system-sqlite? ( >=dev-db/sqlite-3.7.12.1[fts3,secure-delete,threadsafe,unlock-notify,debug=] )
---
>       system-sqlite? ( >=dev-db/sqlite-3.7.13[fts3,secure-delete,threadsafe,unlock-notify,debug=] )


Reproducible: Always

Steps to Reproduce:
emerge firefox-16.0.1 with sqlite < 3.7.13
Comment 1 Jory A. Pratt gentoo-dev 2012-10-28 01:08:17 UTC
Firefox/Thunderbird-16 both fixed.
Comment 2 Jory A. Pratt gentoo-dev 2012-11-01 13:45:37 UTC
Thank for reporting fixed in tree.