Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 226963 - mail-client/mailx-support should stop using bindnow-flags (deprecated)
Summary: mail-client/mailx-support should stop using bindnow-flags (deprecated)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
: 254053 259377 (view as bug list)
Depends on:
Blocks: bindnow-flags
  Show dependency tree
 
Reported: 2008-06-14 18:52 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-07-27 19:27 UTC (History)
6 users (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 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..