Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 371249 - [PATCH] kde-base/kdelibs-4.6.3-r2 (and kde4-base.eclass): erroneous gcc version check for binary packages
Summary: [PATCH] kde-base/kdelibs-4.6.3-r2 (and kde4-base.eclass): erroneous gcc versi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Normal critical (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-12 11:39 UTC by Nikita Ofitserov
Modified: 2011-07-06 19:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix for pkg_pretend in kdelibs ebuild (kdelibs-pkg_pretend.patch,648 bytes, patch)
2011-06-12 11:40 UTC, Nikita Ofitserov
Details | Diff
Fix for kde4-base.eclass (kde-base-eclass.patch,842 bytes, patch)
2011-06-12 11:41 UTC, Nikita Ofitserov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Ofitserov 2011-06-12 11:39:29 UTC
Bug #354837 resolution introduced GCC version checks in kde4-base.eclass kde4-base_pkg_setup and kdelibs pkg_pretend. This checks are performed even if this is a binary package installation on a system where no GCC is present, preventing KDE installation. I see no reason why GCC version checks are needed in this case.

Reproducible: Always

Steps to Reproduce:
1. Create a binary package of kde-base/kdelibs-4.6.3-r2
2. Try to install it on a system with no >=sys-devel/gcc-4.4 installed
Actual Results:  
Merge fails

Expected Results:  
Merge should be successful
Comment 1 Nikita Ofitserov 2011-06-12 11:40:54 UTC
Created attachment 276807 [details, diff]
Fix for pkg_pretend in kdelibs ebuild
Comment 2 Nikita Ofitserov 2011-06-12 11:41:38 UTC
Created attachment 276809 [details, diff]
Fix for kde4-base.eclass
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2011-07-06 19:32:02 UTC
Fixed in 4.6.4-r1 and later, thanks!