Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136610 - googleearth executable stack/stripping prestripped binaries
Summary: googleearth executable stack/stripping prestripped binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-12 22:04 UTC by Jon Hood (RETIRED)
Modified: 2006-06-13 09:29 UTC (History)
4 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 Jon Hood (RETIRED) gentoo-dev 2006-06-12 22:04:07 UTC
x11-misc/googleearth has an executable stack.
QA Notice: the following files contain executable stacks
 Files with executable stacks will not work properly (or at all!)
 on some architectures/operating systems.  A bug should be filed
 at http://bugs.gentoo.org/ to make sure the file is fixed.
 For more information, see http://hardened.gentoo.org/gnu-stack.xml
 Please include this file in your report:
 /var/tmp/portage/googleearth-4_beta/temp/scanelf-execstack.log

# cat /var/tmp/portage/googleearth-4_beta/temp/scanelf-execstack.log
RWX --- --- work/bin/libcrypto.so.0.9.8
RWX --- --- image/opt/googleearth/libcrypto.so.0.9.8
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-06-12 23:11:25 UTC
That's an issue that shouldn't really show on x86... It's an issue with other arches.. Google Earth is also a binary package so there's nothing we can do about this..
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-06-13 00:29:17 UTC
Please, stick RESTRICT="strip" into ebuild. As for the execstacks, if you can't make Google to fix it using out excellent howto :P - then use

QA_EXECSTACK_x86="opt/googleearth/libcrypto.so.0.9.8"

(omit the _x86 if its also an issue on amd64).
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-06-13 09:29:28 UTC
thanks, fixed