Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227033 - x11-terms/aterm should stop using bindnow-flags (deprecated)
Summary: x11-terms/aterm 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bindnow-flags
  Show dependency tree
 
Reported: 2008-06-14 19:13 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-09-10 15:05 UTC (History)
2 users (show)

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


Attachments
Modified ebuild for aterm-1.0.1 (aterm-1.0.1-r2.ebuild,1.82 KB, text/plain)
2008-09-06 18:50 UTC, Thomas Tuegel
Details

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 19:13:35 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 Thomas Tuegel 2008-09-06 18:50:32 UTC
Created attachment 164749 [details]
Modified ebuild for aterm-1.0.1

This ebuild no longer uses bindnow-flags.
Comment 2 Thomas Tuegel 2008-09-06 18:56:32 UTC
darkside: I fixed this and tested it, please commit
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2008-09-10 15:05:46 UTC
(In reply to comment #2)
> darkside: I fixed this and tested it, please commit
> 

Thanks for testing. Did not warrent a rev bump so I simply remove the bindnow bit as you suggested.