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

Bug 465978

Summary: Confusing dependency in www-client/firefox-20.0.1
Product: Gentoo Linux Reporter: Serkan Kaba (RETIRED) <serkan>
Component: Current packagesAssignee: Mozilla Gentoo Team <mozilla>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Serkan Kaba (RETIRED) gentoo-dev 2013-04-15 11:49:50 UTC
Created attachment 345610 [details]
build.log

The dependency states

        system-sqlite? ( || (
                >=dev-db/sqlite-3.7.16:3[secure-delete,debug=]
                <dev-db/sqlite-3.7.16:3[fts3,secure-delete,threadsafe,unlock-notify,debug=]
        ) )

I think this is confusing portage because the given version expects >= 3.7.15.2
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-04-15 11:57:05 UTC
See bug #462402 for the reason we changed this.
Comment 2 Ian Stakenvicius (RETIRED) gentoo-dev 2013-04-15 13:25:56 UTC
"
checking for sqlite3 >= 3.7.15.2... Requested 'sqlite3 >= 3.7.15.2' but version of SQLite is 3.7.14.1
"

Looks like we just need another atom added here to force a minimum version of 3.7.15.2
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-04-16 06:00:12 UTC
+  16 Apr 2013; Lars Wendler <polynomial-c@gentoo.org> -firefox-17.0.4.ebuild,
+  firefox-17.0.5.ebuild, firefox-20.0.1.ebuild:
+  Only depend on allowed sqlite versions (bug #465978).
+

thunderbird and seamonkey were fixed as well.