Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14948 - kdeaddons-3.0.2.ebuild has a typo
Summary: kdeaddons-3.0.2.ebuild has a typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 14993 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-01 23:46 UTC by David Mitchell
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 David Mitchell 2003-02-01 23:46:36 UTC
The kdeaddons-3.0.2.ebuild file has a typo in it. Curiously, it prevents  
kdeaddons-3.1.ebuild from being properly found and installed. Anyway, this  
patch fixes up the problem. It's just missing a closing quote:  
  
15c15  
<       svga? ( media-libs/svgalib )"  
---  
>       svga? ( media-libs/svgalib )  
 
 
Without this, you get odd errors when trying to emerge kde: 
gentoo portage # emerge -up kde 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies / 
 
aux_get(): (1) couldn't open cache entry for kde-base/kdeaddons-3.0.2 
               Check for syntax error or corruption in the ebuild. 
 
 
!!! all ebuilds that could satisfy "~kde-base/kdeaddons-3.1" have been masked. 
!!!    (dependency required by "kde-base/kde-3.1" [ebuild]) 
 
!!! Error calculating dependancies. Please correct. 
gentoo portage # 
 
Go figure. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2003-02-02 12:44:39 UTC
fixed, thanks for reporting. 
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2003-02-02 13:44:49 UTC
*** Bug 14993 has been marked as a duplicate of this bug. ***