Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 439818

Summary: www-client/seamonkey-2.13.1 requires sqlite >= 3.7.13
Product: Gentoo Linux Reporter: Jack Greenbaum <j.greenbaum>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal CC: mozilla
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.