Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465978 - Confusing dependency in www-client/firefox-20.0.1
Summary: Confusing dependency in www-client/firefox-20.0.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-15 11:49 UTC by Serkan Kaba (RETIRED)
Modified: 2013-04-16 06:00 UTC (History)
0 users

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


Attachments
build.log (build.log,26.54 KB, text/plain)
2013-04-15 11:49 UTC, Serkan Kaba (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.