Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 226963

Summary: mail-client/mailx-support should stop using bindnow-flags (deprecated)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: mal, mlspamcb, pacho, piavka, sandro.bonazzola, toralf
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 226935    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-06-14 18:52:31 UTC
The bindnow-flags function (as well as the previous -Wl,-z,now direct LDFLAG) is now deprecated. The correct way to fix this is directly in the loader and modern GLIBC systems have this fixed already.

Please get rid of bindnow-flags usage, thanks!
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2009-01-07 19:15:01 UTC
*** Bug 254053 has been marked as a duplicate of this bug. ***
Comment 2 piavlo 2009-01-07 21:22:27 UTC
(In reply to comment #1)
> *** Bug 254053 has been marked as a duplicate of this bug. ***
> 

It looks like the bug is pending for 6 months already. It took me 30 seconds
to modify the ebuild and ldflags patch file. Is this package maintained by someone?
Comment 3 Volker Hemmann 2009-01-16 17:30:50 UTC
maybe severity should be changed - because this bugs prevents installing mailx - and is there any drop-in replacement?
Comment 4 Grzegorz Chwesewicz 2009-02-10 20:56:46 UTC
Changing line 26 in mailx-support-20060102-r1.ebuild from 'emake CC="$(tc-getCC)" || BINDNOW_FLAGS="$(bindnow-flags)" || die "emake failed"' to 
'emake CC="$(tc-getCC)" || die "emake failed"' fixes this issue.
Comment 5 Grzegorz Chwesewicz 2009-02-10 20:57:37 UTC
Sorry not this thread, you can delete this and previous post.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2009-02-17 16:52:46 UTC
*** Bug 259377 has been marked as a duplicate of this bug. ***
Comment 7 Sandro Bonazzola 2009-02-25 21:32:48 UTC
Diego, can you set QAcanfix Inclusion keywords or commit the ebuild without bindnow-flags ?
Comment 8 DrChandra the Gentoo Person 2009-05-23 05:46:19 UTC
Removing the entire compile method from the ebuild works.
Comment 9 Nico Baggus 2009-06-15 13:43:19 UTC
and another hit during an emerge -e world.
Comment 10 Samuli Suominen (RETIRED) gentoo-dev 2009-07-27 19:27:24 UTC
dropped the bindnow-flags..