Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47016 - emerge pikdev, emerges all of kde
Summary: emerge pikdev, emerges all of kde
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Embedded Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-06 18:04 UTC by Anders Bo Rasmussen
Modified: 2004-04-09 07:08 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 Anders Bo Rasmussen 2004-04-06 18:04:26 UTC
"emerge pikdev", emerges all of kde including kde-games, kde-toys, kde-graphics, etc.

I think
RDEPEND=">=kde-base/kde-3.0"
should be removed and 

inherit kde
need-kde 3

should be inserted in the top of the ebuild.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-04-07 14:08:30 UTC
nope, on a non-kde system that fails to pull in anything of kde even.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-04-07 18:19:19 UTC
$ ldd  /usr/bin/pikdev  | cut -f3 -d ' '  | xargs -n1 qpkg -f | sort | uniq
app-admin/fam *
dev-libs/expat *
kde-base/kdelibs *
media-libs/fontconfig *
media-libs/freetype *
media-libs/jpeg *
media-libs/libart_lgpl *
media-libs/libmng *
media-libs/libpng *
media-libs/nas *
sys-devel/gcc *
sys-libs/glibc *
sys-libs/zlib *
x11-base/xfree *
x11-libs/qt *

Fixed in cvs. Note this currently links against fixed gcc libraries. Hopefully I'll get this fixed soon however keep in mind removing the gcc version that this was compiled against will break it. Thanks for the bug report.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-04-07 19:23:55 UTC
ignore last comment - I was wrong about fixed gcc versions.
Comment 4 Daniel Black (RETIRED) gentoo-dev 2004-04-08 15:49:16 UTC
Anders Bo Rasmussen - version 0.6.5c added for testing. Please let me know if its good or bad. FYI the 0.4.4-r1 version installs some katepart files so it may work more correctly.
Comment 5 Anders Bo Rasmussen 2004-04-09 07:08:00 UTC
Thanks. 0.6.5c seems to work fine.