Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10541 - kdebase-3.0.4-r2 ebuild problem
Summary: kdebase-3.0.4-r2 ebuild problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 10588 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-10 12:41 UTC by Andreas Proschofsky (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Andreas Proschofsky (RETIRED) gentoo-dev 2002-11-10 12:41:40 UTC
The ebuild of kdebase-3.0.4-r2 has a little bug, which prevents the build from
finishing, it doesn't find the gentoo diff for startkde. I guess

patch -p0 < ${FILESDIR}/startkde-${PVR}-gentoo.diff

should be 

patch -p0 < ${FILESDIR}/{PVR}/startkde-${P}-gentoo.diff
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2002-11-11 05:46:39 UTC
Actually it should be:

patch -p0 < ${FILESDIR}/{PVR}/startkde-${PVR}-gentoo.diff
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-11 05:53:11 UTC
fixed, thanks for submission 
Comment 3 SpanKY gentoo-dev 2002-11-11 11:32:16 UTC
*** Bug 10588 has been marked as a duplicate of this bug. ***