Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 505312 - sys-libs/glibc-2.17: TEXTRELs when creating PIEs on HPPA
Summary: sys-libs/glibc-2.17: TEXTRELs when creating PIEs on HPPA
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: HPPA Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: https://sourceware.org/bugzilla/show_...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 22:21 UTC by Jeroen Roovers (RETIRED)
Modified: 2015-08-18 13:00 UTC (History)
1 user (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 Jeroen Roovers (RETIRED) gentoo-dev 2014-03-21 22:21:43 UTC
* QA Notice: The following files contain runtime text relocations
 *  Text relocations force the dynamic linker to perform extra
 *  work at startup, waste system resources, and may pose a security
 *  risk.  On some architectures, the code may not even function
 *  properly, if at all.
 *  For more information, see http://hardened.gentoo.org/pic-fix-guide.xml
 *  Please include the following list of files in your report:
 * TEXTREL usr/lib/misc/sftp-server
 * TEXTREL usr/lib/misc/ssh-pkcs11-helper
 * TEXTREL usr/lib/misc/ssh-keysign
 * TEXTREL usr/sbin/sshd
 * TEXTREL usr/bin/sftp
 * TEXTREL usr/bin/ssh-keyscan
 * TEXTREL usr/bin/ssh-keygen
 * TEXTREL usr/bin/ssh-add
 * TEXTREL usr/bin/ssh
 * TEXTREL usr/bin/ssh-agent
 * TEXTREL usr/bin/scp


# scanelf -T $(qlist -eo openssh)
 TYPE   RPATH TEXTRELS FILE 
  scp: $global$ [0x4F3C] in (optimized out: previous main) [0x45C0]
  scp: $global$ [0x4F40] in (optimized out: previous main) [0x45C0]
ET_DYN   -    /usr/bin/scp 
  ssh-agent: $global$ [0xB318] in (optimized out: previous main) [0x93C0]
  ssh-agent: $global$ [0xB31C] in (optimized out: previous main) [0x93C0]
ET_DYN   -    /usr/bin/ssh-agent 
  ssh: $global$ [0x1A440] in (optimized out: previous main) [0x16EB0]
  ssh: $global$ [0x1A444] in (optimized out: previous main) [0x16EB0]
ET_DYN   -    /usr/bin/ssh 
  ssh-add: $global$ [0xBF58] in (optimized out: previous main) [0xB380]
  ssh-add: $global$ [0xBF5C] in (optimized out: previous main) [0xB380]
ET_DYN   -    /usr/bin/ssh-add 
  ssh-keygen: $global$ [0x12C64] in (optimized out: previous main) [0xEF70]
  ssh-keygen: $global$ [0x12C68] in (optimized out: previous main) [0xEF70]
ET_DYN   -    /usr/bin/ssh-keygen 
  ssh-keyscan: $global$ [0xDB5C] in (optimized out: previous main) [0xD2A0]
  ssh-keyscan: $global$ [0xDB60] in (optimized out: previous main) [0xD2A0]
ET_DYN   -    /usr/bin/ssh-keyscan 
  sftp: $global$ [0x6A40] in (optimized out: previous main) [0x5EE0]
  sftp: $global$ [0x6A44] in (optimized out: previous main) [0x5EE0]
ET_DYN   -    /usr/bin/sftp 
  sshd: $global$ [0x21894] in (optimized out: previous main) [0x1DF3C]
  sshd: $global$ [0x21898] in (optimized out: previous main) [0x1DF3C]
ET_DYN   -    /usr/sbin/sshd 
  ssh-keysign: $global$ [0xE6D0] in (optimized out: previous main) [0xDEB0]
  ssh-keysign: $global$ [0xE6D4] in (optimized out: previous main) [0xDEB0]
ET_DYN   -    /usr/lib/misc/ssh-keysign 
  ssh-pkcs11-helper: $global$ [0x8FD0] in (optimized out: previous main) [0x8610]
  ssh-pkcs11-helper: $global$ [0x8FD4] in (optimized out: previous main) [0x8610]
ET_DYN   -    /usr/lib/misc/ssh-pkcs11-helper 
  sftp-server: $global$ [0x4B10] in (optimized out: previous main) [0x4A20]
  sftp-server: $global$ [0x4B14] in (optimized out: previous main) [0x4A20]
ET_DYN   -    /usr/lib/misc/sftp-server
Comment 1 SpanKY gentoo-dev 2014-03-22 05:53:02 UTC
i thought there was a bug open for this already.  not a bug in openssh -- creating any PIE on hppa currently hits this problem.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-03-22 14:43:03 UTC
(In reply to SpanKY from comment #1)
> i thought there was a bug open for this already.

Not that I know of. Is that bug #335665?

> not a bug in openssh --
> creating any PIE on hppa currently hits this problem.

ok