pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49139: lang/gcc48 Don't blindly enable propolice support as it breaks



>Number:         49139
>Category:       pkg
>Synopsis:       lang/gcc48 Don't blindly enable propolice support as it breaks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 21 22:40:00 +0000 2014
>Originator:     Sevan Janiyan
>Release:        pkgsrc-current
>Organization:
>Environment:
AIX l488pp067_pub 1 7 00F604884C00
Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; 
root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
Explicitly enabling pro police breaks builds on AIX & OS X (Tiger?)
>How-To-Repeat:

>Fix:
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gcc48/distinfo,v
retrieving revision 1.17
diff -u -r1.17 distinfo
--- distinfo    31 May 2014 13:06:25 -0000      1.17
+++ distinfo    21 Aug 2014 13:53:38 -0000
@@ -30,7 +30,7 @@
 SHA1 (patch-gcc_c-family_c-format.c) = b4893ae251b5b936026bd7cc28b9a8ec29af42cb
 SHA1 (patch-gcc_c-family_c.opt) = 175b3029cac6b7c04a54dcc52c1e832f83b8beff
 SHA1 (patch-gcc_c_c-decl.c) = a6f6d483390beae6d6d983963086e4287c2258c4
-SHA1 (patch-gcc_common.opt) = 31d062306ef6bbeebd85ee6e06c563a006a64aca
+SHA1 (patch-gcc_common.opt) = 0117621aabf8db3ef45a9c00651588708f626b20
 SHA1 (patch-gcc_config.gcc) = 300ccd9dae0e185d43f705f4e9252244ac84117a
 SHA1 (patch-gcc_config.host) = 1b1e11cd199eb93f49443d51c0063b09b7327858
 SHA1 (patch-gcc_config_dragonfly-stdint.h) = 
740dc819b446d5f1476506322c4b280ffdb5a6c0
Index: patches/patch-gcc_common.opt
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gcc48/patches/patch-gcc_common.opt,v
retrieving revision 1.1
diff -u -r1.1 patch-gcc_common.opt
--- patches/patch-gcc_common.opt        31 May 2014 13:06:25 -0000      1.1
+++ patches/patch-gcc_common.opt        21 Aug 2014 13:53:38 -0000
@@ -69,15 +69,6 @@
  Generate position-independent code for executables if possible (large mode)
  
  fpic
-@@ -1902,7 +1910,7 @@ Common RejectNegative Joined Var(common_
- -fstack-limit-symbol=<name>   Trap if the stack goes past symbol <name>
- 
- fstack-protector
--Common Report Var(flag_stack_protect, 1)
-+Common Report Var(flag_stack_protect, 1) Init(-1)
- Use propolice as a stack protection method
- 
- fstack-protector-all
 @@ -2307,7 +2315,7 @@ Common JoinedOrMissing Negative(gdwarf-)
  Generate debug information in COFF format
  



Home | Main Index | Thread Index | Old Index