Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466152 - net-news/quiterss depends on dev-db/sqlite which is not in DEPEND=
Summary: net-news/quiterss depends on dev-db/sqlite which is not in DEPEND=
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-16 19:30 UTC by Denis M. (Phr33d0m)
Modified: 2013-04-17 08:47 UTC (History)
0 users

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 Denis M. (Phr33d0m) 2013-04-16 19:30:39 UTC
Hi, if you do a scanelf on quiterss you can see that it depends on sqlite, which is not specified in either DEPEND nor RDEPEND:
# ▶ rdepend quiterss
dev-db/sqlite-3.7.16.2
dev-qt/qtcore-4.8.4-r5
dev-qt/qtgui-4.8.4-r1
dev-qt/qtsql-4.8.4
dev-qt/qtwebkit-4.8.4
sys-devel/gcc-4.7.2-r1
sys-libs/glibc-2.17
Comment 1 Denis M. (Phr33d0m) 2013-04-16 19:42:23 UTC
Happens on both 0.11.0 and 0.12.3.
Comment 2 Sergey Popov gentoo-dev 2013-04-17 08:47:16 UTC
+  17 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> quiterss-0.11.0.ebuild,
+  quiterss-0.12.3.ebuild:
+  Add explicit dependency on dev-db/sqlite, add USE='sqlite' to dev-qt/qtsql,
+  wrt bug #466152, thanks to Phr33d0m <god AT politeia.in>

I have looked at source code - it uses both sqlite backend in QtSql and sqlite library itself, so i have altered dependencies properly.