Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2226 - kdbg doesn't correctly build using kde3
Summary: kdbg doesn't correctly build using kde3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 05:39 UTC by Darke
Modified: 2002-04-30 06:54 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 Darke 2002-04-29 05:39:18 UTC
In ebuild: kdbg-1.2.5.3.ebuild 
 
The package won't install due to what appears to be a conflict with the ebuild version being 
different to the package version (kdbg-1.2.5.tar.gz) being downloaded. A simple fix for this 
appears to be the addition of the following line to kdbg-1.2.5.2.ebuild: 
 
S=${WORKDIR}/kdbg-1.2.5 
 
This was tested and worked on the latest rsync (approx. 2002/04/29 - 20:00+1000). It 
appears that the kdbg-1.2.5.2.ebuild will have the same problem, but this is untested.
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-04-30 06:54:56 UTC
Fixed in cvs. This must have been a miscommit or something. Thanks for reporting.