Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't figure out why update wants to install sqlite [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
tld
Veteran
Veteran


Joined: 09 Dec 2003
Posts: 1816

PostPosted: Mon Dec 29, 2008 5:16 pm    Post subject: Can't figure out why update wants to install sqlite [SOLVED] Reply with quote

When I do an update, it seems to want to install sqlite:

Code:
emerge -auDvN world

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild  N    ] dev-db/sqlite-3.5.9  USE="threadsafe -debug -doc -soundex -tcl" 2,150 kB
....etc...


I've checked using "equery hasuse sqlite" and "equery depends sqlite", and none of the programs involved have the USE flag set. Any ideas how to figure out what's pulling that in??

Tom


Last edited by tld on Mon Dec 29, 2008 11:33 pm; edited 1 time in total
Back to top
View user's profile Send private message
outermeasure
Apprentice
Apprentice


Joined: 26 Nov 2008
Posts: 194
Location: ping6 ff02::1

PostPosted: Mon Dec 29, 2008 5:25 pm    Post subject: Re: Can't figure out why update wants to install sqlite Reply with quote

tld wrote:
When I do an update, it seems to want to install sqlite:

Code:
emerge -auDvN world

These are the packages that would be merged, in order:

Calculating world dependencies... done!
[ebuild  N    ] dev-db/sqlite-3.5.9  USE="threadsafe -debug -doc -soundex -tcl" 2,150 kB
....etc...


I've checked using "equery hasuse sqlite" and "equery depends sqlite", and none of the programs involved have the USE flag set. Any ideas how to figure out what's pulling that in??

Tom


Try emerge -uDpvNt world.
Back to top
View user's profile Send private message
tld
Veteran
Veteran


Joined: 09 Dec 2003
Posts: 1816

PostPosted: Mon Dec 29, 2008 11:33 pm    Post subject: Reply with quote

Thanks, that did it. It seems to be coming from upgrades of packages required by netscape-flash:

Code:
[nomerge      ] net-www/netscape-flash-10.0.15.3 [10.0.12.36-r1]
[ebuild     U ]  dev-libs/nss-3.12.2_rc1 [3.11.9] USE="-utils" 3,874 kB
[ebuild     U ]   dev-libs/nspr-4.7.3 [4.6.8] USE="ipv6 -debug" 1,226 kB
[ebuild  N    ]    dev-db/sqlite-3.5.9  USE="threadsafe -debug -doc -soundex -tcl" 2,150 kB


Thanks again.

Tom
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum