Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210583 - kdesu-3.5.8 compilation fails with BINDNOW_FLAGS set
Summary: kdesu-3.5.8 compilation fails with BINDNOW_FLAGS set
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:
Depends on:
Blocks:
 
Reported: 2008-02-18 15:27 UTC by jan vereecke
Modified: 2008-02-18 15:49 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 jan vereecke 2008-02-18 15:27:50 UTC
emerge -1 kdesu
fails compilation. Compilation gives a warning, then seems to try to compile the warning:

"QA: stop using the bindnow-flags function ... simply drop it from your ebuild

gcc QA:
gcc stop
gcc using
gcc the
...
...

"

Of course then the emerging stops

Reproducible: Always

Steps to Reproduce:
1. emerge -1 kdesu (on my system)

Actual Results:  
see description above

Expected Results:  
compilation runnning to completion

I edited the ebuild, commenting out 

BINDNOW_FLAGS="${bindnow-flags}"

After that, emerging went flawlessly
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-02-18 15:49:58 UTC
All occurences in kde-base/* should be fixed now.
Note that if you upgrade to >sys-apps/portage-2.1.4 you don't hit the issue.

Thanks for your report!