Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73526 - Not applied glibc-2.3.2-propolice-guard-functions-v3.patch
Summary: Not applied glibc-2.3.2-propolice-guard-functions-v3.patch
Status: RESOLVED DUPLICATE of bug 73326
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-05 23:54 UTC by pyon
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 pyon 2004-12-05 23:54:31 UTC
In glibc-2.3.4.20040808-r1.ebuild, I think that condition for hppa is wrong.
If patch is not applied, no __guard is in glibc. So compiling xorg-6.8.0-r3 is
failure.

--- glibc-2.3.4.20040808-r1.ebuild      2004-12-06 05:40:13.000000000 +0900
+++ /root/glibc-2.3.4.20040808-r1.ebuild.new 2004-12-06 16:10:52.000000000 +0900
@@ -462,7 +462,7 @@
        # __guard_setup__stack_smash_handler
        #
        #  http://www.gentoo.org/proj/en/hardened/etdyn-ssp.xml
-       if use !hppa ; then
+       if [ "${ARCH}" != "hppa" ] && [ "${ARCH}" != "hppa64" ]; then
                epatch ${FILESDIR}/2.3.3/glibc-2.3.2-propolice-guard-functions-v3.patch
                cp ${FILESDIR}/2.3.3/ssp.c ${S}/sysdeps/unix/sysv/linux || \
                        die "failed to copy ssp.c to ${S}/sysdeps/unix/sysv/linux/"


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-12-06 15:48:57 UTC

*** This bug has been marked as a duplicate of 73326 ***